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

Bump the development-version-updates group with 36 updates

Open
Number: #69
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 02, 2025 at 03:39 PM UTC
(3 months ago)
Updated: June 02, 2025 at 03:39 PM UTC
(3 months ago)
Labels:
dependencies javascript
Description:

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

Package From To
angular-eslint 19.5.0 19.7.0
eslint 9.27.0 9.28.0
eslint-plugin-prettier 5.4.0 5.4.1
lint-staged 16.0.0 16.1.0
typescript-eslint 8.32.1 8.33.0
@babel/compat-data 7.27.2 7.27.3
@babel/helper-module-transforms 7.27.1 7.27.3
@babel/helpers 7.27.1 7.27.4
@babel/parser 7.27.2 7.27.4
@babel/plugin-transform-block-scoping 7.27.1 7.27.3
@babel/plugin-transform-destructuring 7.27.1 7.27.3
@babel/plugin-transform-object-rest-spread 7.27.2 7.27.3
@babel/plugin-transform-regenerator 7.27.1 7.27.4
@babel/traverse 7.27.1 7.27.4
@babel/types 7.27.1 7.27.3
@eslint/js 9.27.0 9.28.0
@pkgr/core 0.2.4 0.2.7
@types/node 22.15.21 22.15.29
@typescript-eslint/eslint-plugin 8.32.1 8.33.0
@typescript-eslint/parser 8.32.1 8.33.0
@typescript-eslint/scope-manager 8.32.1 8.33.0
@typescript-eslint/type-utils 8.32.1 8.33.0
@typescript-eslint/types 8.32.1 8.33.0
@typescript-eslint/typescript-estree 8.32.1 8.33.0
@typescript-eslint/utils 8.32.1 8.33.0
@typescript-eslint/visitor-keys 8.32.1 8.33.0
array-includes 3.1.8 3.1.9
browserslist 4.24.5 4.25.0
caniuse-lite 1.0.30001718 1.0.30001720
electron-to-chromium 1.5.157 1.5.161
es-abstract 1.23.10 1.24.0
fdir 6.4.4 6.4.5
shell-quote 1.8.2 1.8.3
synckit 0.11.6 0.11.8
unrs-resolver 1.7.2 1.7.8
webpack-sources 3.3.0 3.3.1

Updates angular-eslint from 19.5.0 to 19.7.0

Release notes

Sourced from angular-eslint's releases.

v19.7.0

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)
  • eslint-plugin: [require-localize-metadata] add requireCustomId option (#2430)
  • eslint-plugin-template: [click-events-have-key-events] Added ignoreWithDirectives option (#2365)

🩹 Fixes

  • update typescript-eslint packages to v8.33.0 (#2465)
  • update dependency @​angular/compiler to v19.2.14 (#2477)
  • update dependency ignore to v7.0.5 (#2485)
  • update dependency eslint to v9.28.0 (#2484)
  • eslint-plugin-template: set template-parser as peer dependency (#2487)
  • eslint-plugin-template: any valid DOM element with role button is interactive (#2488)
  • eslint-plugin-template: [label-has-associated-control] labelComponents should override default label inputs (#2360)
  • eslint-plugin-template: [prefer-template-literal] handle nested and concatenations in template literal (#2466)
  • schematics: ensure @​eslint/js and @​angular-eslint/builder are always available in non-npm repos (#2486)

❤️ Thank You

v19.6.0

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

🩹 Fixes

  • respect existing eslint.config.ts, eslint.config.cts, eslint.config.mts files (#2458)
  • eslint-plugin: [sort-keys-in-type-decorator] preserve unconfigured properties during autofix (#2456)
  • eslint-plugin: [use-lifecycle-interface] do not report if the method uses override (#2463)

❤️ Thank You

Changelog

Sourced from angular-eslint's changelog.

19.7.0 (2025-06-02)

🚀 Features

  • eslint-plugin: add no-uncalled-signals rule (#2383)

❤️ Thank You

  • Stephen Jackson

19.6.0 (2025-05-27)

🚀 Features

  • eslint-plugin: [prefer-inject] add new rule (#2461)

❤️ Thank You

Commits
  • 0d02cc2 chore(release): publish 19.7.0
  • ac01c2c feat(eslint-plugin): add no-uncalled-signals rule (#2383)
  • adea723 chore(release): publish 19.6.0
  • d514cb4 chore: prefer-inject should not yet be recommended
  • 95c6964 feat(eslint-plugin): [prefer-inject] add new rule (#2461)
  • See full diff in compare view

Updates eslint from 9.27.0 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.4.0 to 5.4.1

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.4.1

Patch Changes

  • #740 c21521f Thanks @​JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error
Commits

Updates lint-staged from 16.0.0 to 16.1.0

Release notes

Sourced from lint-staged's releases.

v16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Changelog

Sourced from lint-staged's changelog.

16.1.0

Minor Changes

  • #1536 e729daa Thanks @​iiroj! - A new flag --no-revert has been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state.

  • #1550 b27fa3f Thanks @​iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.

Patch Changes

Commits
  • f92caaa chore(changeset): release
  • e729daa feat: add "--no-revert" flag to disable reverting to original state in case o...
  • c37dc38 fix: lower minimum required Node.js version to 20.17
  • 48f778f build(deps): update dependencies
  • b27fa3f feat: leave out symlinks from list of staged files
  • a941f2c docs: add table of contents section to README.md (#1555)
  • See full diff in compare view

Updates typescript-eslint from 8.32.1 to 8.33.0

Release notes

Sourced from typescript-eslint's releases.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.33.0 (2025-05-26)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @babel/compat-data from 7.27.2 to 7.27.3

Release notes

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

v7.27.3 (2025-05-27)

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-generator, babel-parser

Committers: 7

Changelog

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

v7.27.3 (2025-05-27)

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-generator, babel-parser
Commits

Updates @babel/helper-module-transforms from 7.27.1 to 7.27.3

Release notes

Sourced from @​babel/helper-module-transforms's releases.

v7.27.3 (2025-05-27)

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-generator, babel-parser

Committers: 7

v7.27.2 (2025-05-06)

:bug: Bug Fix

:running_woman: Performance

Committers: 5

Changelog

Sourced from @​babel/helper-module-transforms's changelog.

v7.27.3 (2025-05-27)

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-generator, babel-parser

v7.27.2 (2025-05-06)

:bug: Bug Fix

:running_woman: Performance

Commits
  • da5e371 v7.27.3
  • 1d4546b Preserve class id when transforming using declarations with exported class (#...
  • See full diff in compare view

Updates @babel/helpers from 7.27.1 to 7.27.4

Release notes

Sourced from @​babel/helpers's releases.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Committers: 4

v7.27.3 (2025-05-27)

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
  • babel-generator, babel-parser

Committers: 7

... (truncated)

Changelog

Sourced from @​babel/helpers's changelog.

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

Package Dependencies
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.4
Update Type:
Patch
Package:
eslint
Ecosystem:
npm
Version Change:
9.27.0 → 9.28.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.21 → 22.15.29
Update Type:
Patch
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.0.0 → 16.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.27.0 → 9.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.157 → 1.5.161
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.4.0 → 5.4.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.2 → 1.7.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.24.5 → 4.25.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.30001718 → 1.0.30001720
Update Type:
Patch
Package:
shell-quote
Ecosystem:
npm
Version Change:
1.8.2 → 1.8.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.5.0 → 19.7.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.2 → 7.27.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.2 → 7.27.3
Update Type:
Patch
Package:
@pkgr/core
Ecosystem:
npm
Version Change:
0.2.4 → 0.2.7
Update Type:
Patch
Package:
fdir
Ecosystem:
npm
Version Change:
6.4.4 → 6.4.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.32.1 → 8.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.8 → 3.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.2 → 7.27.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.1 → 7.27.4
Update Type:
Patch
Package:
es-abstract
Ecosystem:
npm
Version Change:
1.23.10 → 1.24.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.3.0 → 3.3.1
Update Type:
Patch
Package:
synckit
Ecosystem:
npm
Version Change:
0.11.6 → 0.11.8
Update Type:
Patch
Technical Details
ID: 1234741
UUID: 2561111603
Node ID: PR_kwDONcaxO86Yp3Yz
Host: GitHub
Repository: mrlonis/example-angular-zoneless-app
Merge State: Unknown