Skip to content

Commit dcd6551

Browse files
chore(deps-dev): bump the regular group across 1 directory with 10 updates
Bumps the regular group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) | `9.0.2` | `9.1.1` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.29.0` | | [bumpp](https://github.com/antfu-collective/bumpp) | `10.1.1` | `10.2.0` | | [changelogithub](https://github.com/antfu/changelogithub) | `13.15.0` | `13.16.0` | | [clean-publish](https://github.com/shashkovdanil/clean-publish) | `5.2.1` | `5.2.2` | | [eslint](https://github.com/eslint/eslint) | `9.28.0` | `9.29.0` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `4.14.0` | `4.15.0` | | [tsdown](https://github.com/rolldown/tsdown) | `0.12.7` | `0.12.8` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.2.3` | `3.2.4` | | [tsx](https://github.com/privatenumber/tsx) | `4.20.1` | `4.20.3` | Updates `@cspell/eslint-plugin` from 9.0.2 to 9.1.1 - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.1.1/packages/cspell-eslint-plugin) Updates `@eslint/js` from 9.28.0 to 9.29.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.29.0/packages/js) Updates `bumpp` from 10.1.1 to 10.2.0 - [Release notes](https://github.com/antfu-collective/bumpp/releases) - [Commits](antfu-collective/bumpp@v10.1.1...v10.2.0) Updates `changelogithub` from 13.15.0 to 13.16.0 - [Release notes](https://github.com/antfu/changelogithub/releases) - [Commits](antfu/changelogithub@v13.15.0...v13.16.0) Updates `clean-publish` from 5.2.1 to 5.2.2 - [Release notes](https://github.com/shashkovdanil/clean-publish/releases) - [Changelog](https://github.com/shashkovdanil/clean-publish/blob/master/CHANGELOG.md) - [Commits](shashkovdanil/clean-publish@5.2.1...5.2.2) Updates `eslint` from 9.28.0 to 9.29.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.28.0...v9.29.0) Updates `eslint-plugin-perfectionist` from 4.14.0 to 4.15.0 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](azat-io/eslint-plugin-perfectionist@v4.14.0...v4.15.0) Updates `tsdown` from 0.12.7 to 0.12.8 - [Release notes](https://github.com/rolldown/tsdown/releases) - [Commits](rolldown/tsdown@v0.12.7...v0.12.8) Updates `vitest` from 3.2.3 to 3.2.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest) Updates `tsx` from 4.20.1 to 4.20.3 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.1...v4.20.3) --- updated-dependencies: - dependency-name: "@cspell/eslint-plugin" dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: "@eslint/js" dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: bumpp dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: changelogithub dependency-version: 13.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: clean-publish dependency-version: 5.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular - dependency-name: eslint dependency-version: 9.29.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: eslint-plugin-perfectionist dependency-version: 4.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: tsdown dependency-version: 0.12.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular - dependency-name: vitest dependency-version: 3.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular - dependency-name: tsx dependency-version: 4.20.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14d2c1b commit dcd6551

File tree

3 files changed

+486
-374
lines changed

3 files changed

+486
-374
lines changed

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"license": "ISC",
1919
"devDependencies": {
2020
"npm-run-all2": "^8.0.4",
21-
"tsx": "^4.20.1"
21+
"tsx": "^4.20.3"
2222
}
2323
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,26 @@
4444
"devDependencies": {
4545
"@commitlint/cli": "^19.8.1",
4646
"@commitlint/config-conventional": "^19.8.1",
47-
"@cspell/eslint-plugin": "^9.0.2",
48-
"@eslint/js": "^9.28.0",
47+
"@cspell/eslint-plugin": "^9.1.1",
48+
"@eslint/js": "^9.29.0",
4949
"@size-limit/preset-small-lib": "^11.2.0",
5050
"@size-limit/time": "^11.2.0",
5151
"@types/node": "^22.15.31",
52-
"bumpp": "^10.1.1",
53-
"changelogithub": "^13.15.0",
54-
"clean-publish": "^5.2.1",
55-
"eslint": "^9.28.0",
52+
"bumpp": "^10.2.0",
53+
"changelogithub": "^13.16.0",
54+
"clean-publish": "^5.2.2",
55+
"eslint": "^9.29.0",
5656
"eslint-plugin-jsdoc": "^50.7.1",
57-
"eslint-plugin-perfectionist": "^4.14.0",
57+
"eslint-plugin-perfectionist": "^4.15.0",
5858
"nano-staged": "^0.8.0",
5959
"neostandard": "^0.12.1",
6060
"p-limit": "^6.2.0",
6161
"simple-git-hooks": "^2.13.0",
6262
"size-limit": "^11.2.0",
63-
"tsdown": "^0.12.7",
63+
"tsdown": "^0.12.8",
6464
"typedoc": "^0.28.5",
6565
"typescript": "~5.8.3",
66-
"vitest": "^3.2.3"
66+
"vitest": "^3.2.4"
6767
},
6868
"keywords": [
6969
"benchmark",

0 commit comments

Comments
 (0)