Skip to content

chore(deps-dev): bump the minor-deps-updates-main group across 1 directory with 6 updates#84

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-deps-updates-main-820ea5d538
Jul 1, 2025
Merged

chore(deps-dev): bump the minor-deps-updates-main group across 1 directory with 6 updates#84
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/minor-deps-updates-main-820ea5d538

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 30, 2025

Bumps the minor-deps-updates-main group with 6 updates in the / directory:

Package From To
@vitest/eslint-plugin 1.2.5 1.3.3
eslint 9.29.0 9.30.0
eslint-plugin-import-x 4.15.2 4.16.1
prettier 3.5.3 3.6.2
@vscode/vsce 3.5.0 3.6.0
mocha 11.6.0 11.7.1

Updates @vitest/eslint-plugin from 1.2.5 to 1.3.3

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.3.3

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.2.7...v1.3.0

Commits

Updates eslint from 9.29.0 to 9.30.0

Release notes

Sourced from eslint's releases.

v9.30.0

Features

  • 52a5fca feat: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)

Bug Fixes

  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)

Documentation

  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
  • 20158b0 docs: typo in comment for unused variables handling (#19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#19873) (0-20)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)

Chores

  • 2b6491c chore: upgrade to @eslint/js@9.30.0 (#19889) (Francesco Trotta)
  • 5a5d526 chore: package.json update for @​eslint/js release (Jenkins)
  • eaf8a41 chore: Correct typos in linter tests (#19878) (kilavvy)
Changelog

Sourced from eslint's changelog.

v9.30.0 - June 27, 2025

  • 2b6491c chore: upgrade to @eslint/js@9.30.0 (#19889) (Francesco Trotta)
  • 5a5d526 chore: package.json update for @​eslint/js release (Jenkins)
  • 52a5fca feat: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
  • eaf8a41 chore: Correct typos in linter tests (#19878) (kilavvy)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 20158b0 docs: typo in comment for unused variables handling (#19870) (leopardracer)
  • ebfb5b4 docs: Fixed Typo in configuration-files.md (#19873) (0-20)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)
Commits
  • ad1d639 9.30.0
  • c02d70b Build: changelog update for 9.30.0
  • 2b6491c chore: upgrade to @eslint/js@9.30.0 (#19889)
  • 5a5d526 chore: package.json update for @​eslint/js release
  • 52a5fca feat: Support basePath property in config objects (#19879)
  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862)
  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887)
  • eaf8a41 chore: Correct typos in linter tests (#19878)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855)
  • Additional commits viewable in compare view

Updates eslint-plugin-import-x from 4.15.2 to 4.16.1

Release notes

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

v4.16.1

Patch Changes

Full Changelog: un-ts/eslint-plugin-import-x@v4.16.0...v4.16.1

v4.16.0

Minor Changes

Patch Changes

New Contributors

Full Changelog: un-ts/eslint-plugin-import-x@v4.15.2...v4.16.0

Changelog

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

4.16.1

Patch Changes

4.16.0

Minor Changes

Patch Changes

Commits
  • e50c5a6 chore: release eslint-plugin-import-x (#401)
  • 33f07b4 fix: should only use context.physicalFilename as fallback instead of main s...
  • 34adb40 fix(deps): update all dependencies (#400)
  • f91cb36 chore: release eslint-plugin-import-x (#387)
  • 8ca9272 fix: pnp issue when used in a monorepo (#390)
  • 14cb948 fix(extensions): always calculate fix option (#393)
  • 1089d9f fix: take context.cwd into account for cache key (#388)
  • 3ea730f test: only run pnp case for test-compiled (#389)
  • 1c8b9ae feat: port react-x/prefer-react-namespace-import into `prefer-namespace-imp...
  • See full diff in compare view

Updates prettier from 3.5.3 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 Changelog

3.6.0

diff

🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"

Changelog

Sourced from prettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by @​fisker)

<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar


Another
List

<!-- Prettier 3.6.1 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List



<!-- Prettier 3.6.2 -->


Some text, and code block below, with newline after code block
---
foo: bar


Another
List

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

Updates @vscode/vsce from 3.5.0 to 3.6.0

Release notes

Sourced from @​vscode/vsce's releases.

v3.6.0

Changes:

  • #1175: Allow dots in tags and update extension tag handling
  • #1173: Exclude image files from scanning for secrets
  • #1174: Update secretlint dependency
  • #1170: Improve error message for missing entrypoints
  • #1169: Sanitize tags to remove special characters
  • #1166: Add language-models tag for extensions with languageModels contribution
  • #1167: chore: npm audit fix

This list of changes was auto generated.

v3.5.1-6

Changes:

  • #1175: Allow dots in tags and update extension tag handling

This list of changes was auto generated.

v3.5.1-5

Changes:

  • #1173: Exclude image files from scanning for secrets
  • #1174: Update secretlint dependency

This list of changes was auto generated.

v3.5.1-3

Changes:

  • #1170: Improve error message for missing entrypoints

This list of changes was auto generated.

v3.5.1-2

Changes:

  • #1169: Sanitize tags to remove special characters

... (truncated)

Commits
  • b373bc4 Merge pull request #1175 from microsoft/benibenj/assistant-toad
  • 8d5e643 .
  • 06ff8b7 add test
  • 7029680 allow . in tags but keep extension tags the same as before
  • dfcca88 Merge pull request #1173 from microsoft/benibenj/voluminous-caribou
  • f1cf004 fix tests
  • 34c6ad4 Merge pull request #1174 from microsoft/benibenj/gleaming-alligator
  • ec26cc3 Merge remote-tracking branch 'origin/main' into benibenj/voluminous-caribou
  • ff508ef update secretlint dependency
  • 0cda2de dont scann image files
  • Additional commits viewable in compare view

Updates mocha from 11.6.0 to 11.7.1

Release notes

Sourced from mocha's releases.

v11.7.1

11.7.1 (2025-06-24)

🩹 Fixes

  • always fallback to import() if require() fails (#5384) (295c168)

🧹 Chores

v11.7.0

11.7.0 (2025-06-18)

🌟 Features

Changelog

Sourced from mocha's changelog.

11.7.1 (2025-06-24)

🩹 Fixes

  • always fallback to import() if require() fails (#5384) (295c168)

🧹 Chores

11.7.0 (2025-06-18)

🌟 Features

Commits

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2025
@mato533
Copy link
Copy Markdown
Member

mato533 commented Jun 30, 2025

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 30, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mato533
Copy link
Copy Markdown
Member

mato533 commented Jun 30, 2025

@dependabot recreate

…ctory with 6 updates

Bumps the minor-deps-updates-main group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.2.5` | `1.3.3` |
| [eslint](https://github.com/eslint/eslint) | `9.29.0` | `9.30.0` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.15.2` | `4.16.1` |
| [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` |
| [@vscode/vsce](https://github.com/Microsoft/vsce) | `3.5.0` | `3.6.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.6.0` | `11.7.1` |



Updates `@vitest/eslint-plugin` from 1.2.5 to 1.3.3
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.2.5...v1.3.3)

Updates `eslint` from 9.29.0 to 9.30.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.29.0...v9.30.0)

Updates `eslint-plugin-import-x` from 4.15.2 to 4.16.1
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.15.2...v4.16.1)

Updates `prettier` from 3.5.3 to 3.6.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.3...3.6.2)

Updates `@vscode/vsce` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v3.5.0...v3.6.0)

Updates `mocha` from 11.6.0 to 11.7.1
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.6.0...v11.7.1)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: eslint
  dependency-version: 9.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: eslint-plugin-import-x
  dependency-version: 4.16.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: prettier
  dependency-version: 3.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: "@vscode/vsce"
  dependency-version: 3.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: mocha
  dependency-version: 11.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/minor-deps-updates-main-820ea5d538 branch from f66631c to 91a8efa Compare June 30, 2025 23:55
@github-actions github-actions Bot merged commit 2371cb0 into main Jul 1, 2025
90 of 92 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/minor-deps-updates-main-820ea5d538 branch July 1, 2025 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant