Skip to content

Commit

Permalink
fix(deps): update disable autoapprove for major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and instructr13 committed Nov 1, 2024
1 parent a6c6d39 commit c34fc9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint.fix": "biome lint --write ."
},
"dependencies": {
"@ark-ui/solid": "^3.12.1",
"@ark-ui/solid": "^4.0.0",
"@astrojs/partytown": "^2.1.2",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@cloudflare/workers-types": "latest",
"@types/node": "^22.5.5",
"lefthook": "^1.7.15",
"npm-run-all2": "^6.2.3",
"npm-run-all2": "^7.0.0",
"rimraf": "^6.0.1",
"tslib": "^2.7.0",
"turbo": "^2.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"dependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@eslint/js": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "npm:eslint-plugin-i@2.29.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-regexp": "^2.1.1",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"globals": "^14.0.0"
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"globals": "^15.0.0"
},
"devDependencies": {
"@types/eslint": "^9.0.0",
Expand Down

0 comments on commit c34fc9c

Please # to comment.