Skip to content

chore(deps-dev): bump the dev-dependencies group with 4 updates#406

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-35215d6ff2
Open

chore(deps-dev): bump the dev-dependencies group with 4 updates#406
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-35215d6ff2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 4 updates: eslint-plugin-es-x, eslint-plugin-jsdoc, lint-staged and rollup.

Updates eslint-plugin-es-x from 9.6.0 to 9.7.0

Release notes

Sourced from eslint-plugin-es-x's releases.

v9.7.0

Minor Changes

  • Add es-x/no-atomics-pause rule (#251)

  • Add es-x/no-iterator-zip rule (#352)

  • Add es-x/no-iterator-zipkeyed rule (#352)

  • Add no-joint-iteration config (#352)

  • Update ES2026 references to ES2027 in some documents and rules (#347)

Changelog

Sourced from eslint-plugin-es-x's changelog.

9.7.0

Minor Changes

  • Add es-x/no-atomics-pause rule (#251)

  • Add es-x/no-iterator-zip rule (#352)

  • Add es-x/no-iterator-zipkeyed rule (#352)

  • Add no-joint-iteration config (#352)

  • Update ES2026 references to ES2027 in some documents and rules (#347)

Commits
  • 8125113 Version Packages (#351)
  • 12e2084 Add rules for ES2027 Joint Iteration proposal (#352)
  • 7a05b30 Add no-atomics-pause rule (#251)
  • 59837b9 chore(deps): update actions/checkout action to v7 (#353)
  • 568ffad chore: update ES2026 references to ES2027 in documentation and rules (#347)
  • 5ffed62 chore(deps): update dependency npm-run-all2 to v9 (#350)
  • bba2da3 chore(deps): update actions/upload-pages-artifact action to v5 (#348)
  • b00e152 fix: updates unicode resource with latest (#346)
  • 5d48e8e chore(deps): update actions/configure-pages action to v6 (#345)
  • 61a0850 chore(deps): update actions/deploy-pages action to v5 (#344)
  • See full diff in compare view

Updates eslint-plugin-jsdoc from 63.0.4 to 63.0.7

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v63.0.7

63.0.7 (2026-06-21)

Bug Fixes

  • no-undefined-types: predefine Iterable/Iterator types; fixes #1712 (804a13d)

v63.0.6

63.0.6 (2026-06-17)

Bug Fixes

  • iterateAllJsdocs free comments after each file (ebe0d08)

v63.0.5

63.0.5 (2026-06-17)

Bug Fixes

  • no-undefined-types: check descendant scopes for variables; fixes #1704 (a50f71f)
Commits
  • 804a13d fix(no-undefined-types): predefine Iterable/Iterator types; fixes #1712
  • ebe0d08 fix: iterateAllJsdocs free comments after each file
  • a50f71f fix(no-undefined-types): check descendant scopes for variables; fixes #1704
  • See full diff in compare view

Updates lint-staged from 17.0.7 to 17.0.8

Release notes

Sourced from lint-staged's releases.

v17.0.8

Patch Changes

  • #1809 179b437 - Fix lint-staged discarding the ongoing merge conflict status (.git/MERGE_HEAD) when using the --hide-unstaged or --hide-all options.

  • #1811 3d0b2c0 - Fix issues with Git commands that are successful but also emit warnings to stderr, by ignoring the stderr output completely when the process exits with code 0. This was the behavior when using nano-spawn and execa, but when switching to tinyexec in 16.3.0 both stdout and stderr were used as interleaved output.

Changelog

Sourced from lint-staged's changelog.

17.0.8

Patch Changes

  • #1809 179b437 - Fix lint-staged discarding the ongoing merge conflict status (.git/MERGE_HEAD) when using the --hide-unstaged or --hide-all options.

  • #1811 3d0b2c0 - Fix issues with Git commands that are successful but also emit warnings to stderr, by ignoring the stderr output completely when the process exits with code 0. This was the behavior when using nano-spawn and execa, but when switching to tinyexec in 16.3.0 both stdout and stderr were used as interleaved output.

Commits
  • 5f3b8f2 Merge pull request #1812 from lint-staged/changeset-release/main
  • 43a9b8d chore(changeset): release
  • 630e2f6 Merge pull request #1809 from lint-staged/restore-merge-status
  • 179b437 fix: restore Git merge status after creating backup stash
  • 6bae2e2 Merge pull request #1811 from lint-staged/exec-git-ignore-stderr
  • b82a830 ci: run npm audit omitting dev, including prod dependencies
  • 0b19b80 build(deps): update dependencies
  • 3d0b2c0 fix: ignore stderr when doing Git operations
  • See full diff in compare view

Updates rollup from 4.62.0 to 4.62.2

Release notes

Sourced from rollup's releases.

v4.62.2

4.62.2

2026-06-19

Bug Fixes

  • Do not add spurious side-effect-free external imports to chunks when using minChunkSize (#6411)

Pull Requests

v4.62.1

4.62.1

2026-06-19

Bug Fixes

  • Preserve multipart file extensions when deconflicting output chunks (#6408)
  • Fix an issue where getLogFilter would match additional logs (#6415)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.62.2

2026-06-19

Bug Fixes

  • Do not add spurious side-effect-free external imports to chunks when using minChunkSize (#6411)

Pull Requests

4.62.1

2026-06-19

Bug Fixes

  • Preserve multipart file extensions when deconflicting output chunks (#6408)
  • Fix an issue where getLogFilter would match additional logs (#6415)

Pull Requests

Commits
  • 8faa187 4.62.2
  • a38a795 refactor(rust/parser_ast): extract property AstConverter write buffer kind lo...
  • 6cc5c31 Skip side-effect-free external imports when hoisting is disabled (#6411)
  • caacf70 4.62.1
  • d1e8297 Add missing ignore
  • 1ba1fc2 fix: insert conflict numbers before first extension in multi-extension filena...
  • 532bd0a Use import attributes for importing JSON (#6393)
  • 2cd8194 fix: advance value past wildcard prefix before suffix check in getLogFilter (...
  • dfac590 fix(deps): update minor/patch updates (#6418)
  • 1d6db3d chore(deps): update dependency eslint-plugin-unicorn to v66 (#6419)
  • Additional commits viewable 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 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

Bumps the dev-dependencies group with 4 updates: [eslint-plugin-es-x](https://github.com/eslint-community/eslint-plugin-es-x), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc), [lint-staged](https://github.com/lint-staged/lint-staged) and [rollup](https://github.com/rollup/rollup).


Updates `eslint-plugin-es-x` from 9.6.0 to 9.7.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-es-x/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-es-x@v9.6.0...v9.7.0)

Updates `eslint-plugin-jsdoc` from 63.0.4 to 63.0.7
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](gajus/eslint-plugin-jsdoc@v63.0.4...v63.0.7)

Updates `lint-staged` from 17.0.7 to 17.0.8
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.7...v17.0.8)

Updates `rollup` from 4.62.0 to 4.62.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.62.0...v4.62.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-es-x
  dependency-version: 9.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-version: 63.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-version: 17.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: rollup
  dependency-version: 4.62.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added automated Bot-generated PRs dependencies Dependency updates labels Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Bot-generated PRs dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants