Skip to content

Commit 03bdbaa

Browse files
Chore(deps): Bump the dev-dependencies group across 1 directory with 3 updates
Bumps the dev-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `@types/node` from 22.15.29 to 22.15.30 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript-eslint` from 8.30.1 to 8.33.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/typescript-eslint) Updates `@babel/core` from 7.26.10 to 7.27.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.4/packages/babel-core) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 22.15.30 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.33.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@babel/core" dependency-version: 7.27.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df91f14 commit 03bdbaa

File tree

8 files changed

+102
-152
lines changed

8 files changed

+102
-152
lines changed

configs/eslint-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prettier": "^3.5.3",
2828
"prettier-config-custom": "workspace:^",
2929
"typescript": "^5.8.3",
30-
"typescript-eslint": "^8.30.1",
30+
"typescript-eslint": "^8.33.1",
3131
"yaml-eslint-parser": "^1.3.0"
3232
},
3333
"prettier": "prettier-config-custom"

examples/react-babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@babel/core": "^7.26.10",
14+
"@babel/core": "^7.27.4",
1515
"@babel/preset-typescript": "^7.27.1",
1616
"@emotion/hash": "^0.9.2",
1717
"@mincho-js/css": "workspace:^",
@@ -47,7 +47,7 @@
4747
"eslint-plugin-react-refresh": "^0.4.20",
4848
"globals": "^16.2.0",
4949
"typescript": "~5.8.3",
50-
"typescript-eslint": "^8.30.1",
50+
"typescript-eslint": "^8.33.1",
5151
"vite": "^6.3.5"
5252
}
5353
}

examples/react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react-refresh": "^0.4.20",
3131
"globals": "^16.2.0",
3232
"typescript": "^5.8.3",
33-
"typescript-eslint": "^8.30.1",
33+
"typescript-eslint": "^8.33.1",
3434
"vite": "^6.3.5"
3535
}
3636
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@mincho-js/debug-log": "workspace:^",
5151
"@monorepo-utils/workspaces-to-typescript-project-references": "^2.11.0",
5252
"@types/eslint": "^9.6.1",
53-
"@types/node": "^22.15.29",
53+
"@types/node": "^22.15.30",
5454
"@typescript/analyze-trace": "^0.10.1",
5555
"@vanilla-extract/vite-plugin": "^5.0.3",
5656
"@vitest/coverage-v8": "^3.2.2",

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"prettier": "prettier-config-custom",
5555
"dependencies": {
56-
"@babel/core": "^7.26.10",
56+
"@babel/core": "^7.27.4",
5757
"@babel/helper-module-imports": "^7.27.1",
5858
"@babel/preset-typescript": "^7.27.1",
5959
"@babel/traverse": "^7.27.4",

packages/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"prettier": "prettier-config-custom",
5353
"dependencies": {
54-
"@babel/core": "^7.26.10",
54+
"@babel/core": "^7.27.4",
5555
"@babel/plugin-syntax-jsx": "^7.27.1",
5656
"@mincho-js/babel": "workspace:^",
5757
"@vanilla-extract/integration": "^8.0.2",

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"prettier": "prettier-config-custom",
5454
"dependencies": {
55-
"@babel/core": "^7.26.10",
55+
"@babel/core": "^7.27.4",
5656
"@mincho-js/css": "workspace:^",
5757
"@mincho-js/integration": "workspace:^",
5858
"@mincho-js/transform-to-vanilla": "workspace:^",
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@types/babel__core": "^7.20.5",
64-
"@types/node": "^22.15.29",
64+
"@types/node": "^22.15.30",
6565
"@vanilla-extract/css": "^1.17.2",
6666
"@vanilla-extract/recipes": "^0.5.5",
6767
"eslint-config-custom": "workspace:^",

0 commit comments

Comments
 (0)