Skip to content

Commit f7c8294

Browse files
chore(deps-dev): Bump the development-dependencies group with 7 updates
Bumps the development-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@changesets/cli](https://github.com/changesets/changesets) | `2.29.6` | `2.29.7` | | [@swc/core](https://github.com/swc-project/swc) | `1.13.3` | `1.13.5` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.3.0` | `24.6.0` | | [eslint](https://github.com/eslint/eslint) | `9.33.0` | `9.36.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.1.5` | `16.2.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` | | [unplugin-swc](https://github.com/unplugin/unplugin-swc) | `1.5.6` | `1.5.7` | Updates `@changesets/cli` from 2.29.6 to 2.29.7 - [Release notes](https://github.com/changesets/changesets/releases) - [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md) - [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.29.6...@changesets/cli@2.29.7) Updates `@swc/core` from 1.13.3 to 1.13.5 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.13.3...v1.13.5) Updates `@types/node` from 24.3.0 to 24.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.33.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.33.0...v9.36.0) Updates `lint-staged` from 16.1.5 to 16.2.3 - [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@v16.1.5...v16.2.3) Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) Updates `unplugin-swc` from 1.5.6 to 1.5.7 - [Release notes](https://github.com/unplugin/unplugin-swc/releases) - [Commits](unplugin/unplugin-swc@v1.5.6...v1.5.7) --- updated-dependencies: - dependency-name: "@changesets/cli" dependency-version: 2.29.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@swc/core" dependency-version: 1.13.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-version: 24.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: lint-staged dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: unplugin-swc dependency-version: 1.5.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 250ee77 commit f7c8294

File tree

2 files changed

+197
-179
lines changed

2 files changed

+197
-179
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@
4747
"ioredis": "5.8.0"
4848
},
4949
"devDependencies": {
50-
"@changesets/cli": "2.29.6",
51-
"@swc/core": "1.13.3",
50+
"@changesets/cli": "2.29.7",
51+
"@swc/core": "1.13.5",
5252
"@theprodev/eslint-config": "0.3.0",
5353
"@theprodev/prettier-config": "0.1.0",
5454
"@theprodev/tsconfigs": "0.2.0",
5555
"@theprodev/tsup-config": "0.4.0",
56-
"@types/node": "24.3.0",
56+
"@types/node": "24.6.0",
5757
"@vitest/coverage-v8": "3.2.4",
5858
"check-yarn-lock": "0.2.1",
59-
"eslint": "9.33.0",
59+
"eslint": "9.36.0",
6060
"husky": "9.1.7",
61-
"lint-staged": "16.1.5",
61+
"lint-staged": "16.2.3",
6262
"prettier": "3.6.2",
6363
"sort-package-json": "3.4.0",
6464
"source-map-support": "0.5.21",
6565
"tsup": "8.5.0",
66-
"typescript": "5.9.2",
67-
"unplugin-swc": "1.5.6",
66+
"typescript": "5.9.3",
67+
"unplugin-swc": "1.5.7",
6868
"vite-tsconfig-paths": "5.1.4",
6969
"vitest": "3.2.4"
7070
},

0 commit comments

Comments
 (0)