An open index of dependabot pull requests across open source projects.

Bump the development-version-updates group with 13 updates

Merged
Number: #51
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: May 12, 2025 at 06:38 AM UTC
(4 months ago)
Updated: May 12, 2025 at 06:40 AM UTC
(4 months ago)
Merged: May 12, 2025 at 06:40 AM UTC
(4 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Description:

Bumps the development-version-updates group with 13 updates:

Package From To
@types/jasmine 5.1.7 5.1.8
@types/node 20.17.32 20.17.46
eslint-plugin-prettier 5.3.1 5.4.0
@babel/compat-data 7.27.1 7.27.2
@babel/helper-compilation-targets 7.27.1 7.27.2
@babel/parser 7.27.1 7.27.2
@babel/plugin-transform-object-rest-spread 7.27.1 7.27.2
@babel/template 7.27.1 7.27.2
@types/cors 2.8.17 2.8.18
electron-to-chromium 1.5.149 1.5.151
http-cache-semantics 4.1.1 4.2.0
module-replacements 2.6.0 2.8.0
rollup 4.40.1 4.40.2

Updates @types/jasmine from 5.1.7 to 5.1.8

Commits

Updates @types/node from 20.17.32 to 20.17.46

Commits

Updates eslint-plugin-prettier from 5.3.1 to 5.4.0

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.4.0

Minor Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.4.0

Minor Changes

Commits

Updates @babel/compat-data from 7.27.1 to 7.27.2

Release notes

Sourced from @​babel/compat-data's releases.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Committers: 5

Changelog

Sourced from @​babel/compat-data's changelog.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Commits

Updates @babel/helper-compilation-targets from 7.27.1 to 7.27.2

Release notes

Sourced from @​babel/helper-compilation-targets's releases.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Committers: 5

Changelog

Sourced from @​babel/helper-compilation-targets's changelog.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Commits

Updates @babel/parser from 7.27.1 to 7.27.2

Release notes

Sourced from @​babel/parser's releases.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Committers: 5

Changelog

Sourced from @​babel/parser's changelog.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Commits
  • a8080cd v7.27.2
  • 64378a1 fix: @babel/parser/bin/index.js contains node: protocol require (#17289)
  • 352e8c0 fix: Private class method not found when ts and estree parser plugins are ena...
  • See full diff in compare view

Updates @babel/plugin-transform-object-rest-spread from 7.27.1 to 7.27.2

Release notes

Sourced from @​babel/plugin-transform-object-rest-spread's releases.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Committers: 5

Changelog

Sourced from @​babel/plugin-transform-object-rest-spread's changelog.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Commits

Updates @babel/template from 7.27.1 to 7.27.2

Release notes

Sourced from @​babel/template's releases.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Committers: 5

Changelog

Sourced from @​babel/template's changelog.

v7.27.2 (2025-05-06)

:bug: Bug Fix

  • babel-parser
  • babel-plugin-transform-object-rest-spread
  • babel-plugin-transform-modules-commonjs, babel-template

:running_woman: Performance

Commits

Updates @types/cors from 2.8.17 to 2.8.18

Commits

Updates electron-to-chromium from 1.5.149 to 1.5.151

Commits

Updates http-cache-semantics from 4.1.1 to 4.2.0

Commits

Updates module-replacements from 2.6.0 to 2.8.0

Release notes

Sourced from module-replacements's releases.

2.8.0

What's Changed

New Contributors

Full Changelog: https://github.com/es-tooling/module-replacements/compare/2.7.0...2.8.0

2.7.0

What's Changed

New Contributors

Full Changelog: https://github.com/es-tooling/module-replacements/compare/2.6.0...2.7.0

Commits

Updates rollup from 4.40.1 to 4.40.2

Release notes

Sourced from rollup's releases.

v4.40.2

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)
  • #5937: consider TLA imports have higher execution priority (@​TrickyPi)
  • #5939: fix: watch mode input should not be an output subpath (@​btea)
  • #5940: chore(deps): update dependency vite to v6.3.4 [security] (@​renovate[bot])
  • #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (@​renovate[bot])
  • #5942: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
  • #5943: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
Changelog

Sourced from rollup's changelog.

4.40.2

2025-05-06

Bug Fixes

  • Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
  • Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
  • Throw when the output is watched in watch mode (#5939)

Pull Requests

  • #5934: fix(exports): avoid "exports is not defined" ReferenceError (@​dasa)
  • #5937: consider TLA imports have higher execution priority (@​TrickyPi)
  • #5939: fix: watch mode input should not be an output subpath (@​btea)
  • #5940: chore(deps): update dependency vite to v6.3.4 [security] (@​renovate[bot])
  • #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (@​renovate[bot])
  • #5942: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
  • #5943: fix(deps): lock file maintenance minor/patch updates (@​renovate[bot])
Commits
  • 02da7ef 4.40.2
  • d115fb2 fix: watch mode input should not be an output subpath (#5939)
  • 9ea9093 fix(exports): avoid "exports is not defined" ReferenceError (#5934)
  • 30f342d chore(deps): update dependency eslint-plugin-unicorn to v59 (#5941)
  • de2aefe fix(deps): lock file maintenance minor/patch updates (#5943)
  • 4d018ae fix(deps): lock file maintenance minor/patch updates (#5942)
  • 860df3f chore(deps): update dependency vite to v6.3.4 [security] (#5940)
  • cb8f815 consider TLA imports have higher execution priority (#5937)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+123
Deletions:
-122
Package Dependencies
Package:
@types/node
Ecosystem:
npm
Version Change:
20.17.32 → 20.17.46
Update Type:
Patch
Package:
rollup
Ecosystem:
npm
Version Change:
4.40.1 → 4.40.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.149 → 1.5.151
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.3.1 → 5.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.1.1 → 4.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.7 → 5.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.2
Update Type:
Patch
Package:
@types/cors
Ecosystem:
npm
Version Change:
2.8.17 → 2.8.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.6.0 → 2.8.0
Update Type:
Minor
Technical Details
ID: 965946
UUID: 2512828460
Node ID: PR_kwDONcX5B86Vxrgs
Host: GitHub
Repository: mrlonis/example-angular-17-app
Merge State: Unknown