Skip to content

Commit c34fc9c

Browse files
renovate[bot]instructr13
authored andcommitted
fix(deps): update disable autoapprove for major updates
1 parent a6c6d39 commit c34fc9c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

apps/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint.fix": "biome lint --write ."
2222
},
2323
"dependencies": {
24-
"@ark-ui/solid": "^3.12.1",
24+
"@ark-ui/solid": "^4.0.0",
2525
"@astrojs/partytown": "^2.1.2",
2626
"@astrojs/sitemap": "^3.1.6",
2727
"@astrojs/solid-js": "^4.4.2",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@cloudflare/workers-types": "latest",
2020
"@types/node": "^22.5.5",
2121
"lefthook": "^1.7.15",
22-
"npm-run-all2": "^6.2.3",
22+
"npm-run-all2": "^7.0.0",
2323
"rimraf": "^6.0.1",
2424
"tslib": "^2.7.0",
2525
"turbo": "^2.1.2",

packages/eslint-config/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
"dependencies": {
1818
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
1919
"@eslint/eslintrc": "^3.0.2",
20-
"@eslint/js": "^8.53.0",
21-
"@typescript-eslint/eslint-plugin": "^7.2.0",
22-
"@typescript-eslint/parser": "^7.2.0",
20+
"@eslint/js": "^9.0.0",
21+
"@typescript-eslint/eslint-plugin": "^8.0.0",
22+
"@typescript-eslint/parser": "^8.0.0",
2323
"eslint-import-resolver-typescript": "^3.6.1",
2424
"eslint-plugin-import": "npm:[email protected]",
25-
"eslint-plugin-n": "^16.2.0",
25+
"eslint-plugin-n": "^17.0.0",
2626
"eslint-plugin-regexp": "^2.1.1",
27-
"eslint-plugin-unicorn": "^51.0.1",
28-
"eslint-plugin-unused-imports": "^3.0.0",
29-
"globals": "^14.0.0"
27+
"eslint-plugin-unicorn": "^56.0.0",
28+
"eslint-plugin-unused-imports": "^4.0.0",
29+
"globals": "^15.0.0"
3030
},
3131
"devDependencies": {
3232
"@types/eslint": "^9.0.0",

0 commit comments

Comments
 (0)