Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent badaadb commit c87e826
Show file tree
Hide file tree
Showing 33 changed files with 1,222 additions and 1,389 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@87697c0dca7dd44e37a2b79a79489332556ff1f3 # v37.6.0
uses: tj-actions/changed-files@a0585ff9904b77d046192a7846e59783d6ea287b # v37.6.1
with:
files: |
docs/**
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,50 +42,50 @@
},
"devDependencies": {
"@babel/types": "^7.22.17",
"@microsoft/api-extractor": "^7.36.3",
"@rollup/plugin-typescript": "^11.1.2",
"@microsoft/api-extractor": "^7.36.4",
"@rollup/plugin-typescript": "^11.1.3",
"@types/babel__core": "^7.20.1",
"@types/babel__preset-env": "^7.9.2",
"@types/convert-source-map": "^2.0.0",
"@types/cross-spawn": "^6.0.2",
"@types/convert-source-map": "^2.0.1",
"@types/cross-spawn": "^6.0.3",
"@types/debug": "^4.1.8",
"@types/estree": "^1.0.1",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^11.0.1",
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.3",
"@types/less": "^3.0.4",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.17.3",
"@types/node": "^18.17.15",
"@types/picomatch": "^2.3.0",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.38",
"@types/stylus": "^0.48.39",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/release-scripts": "^1.3.0",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.46.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-regexp": "^1.15.0",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.36.2",
"prettier": "3.0.1",
"playwright-chromium": "^1.37.1",
"prettier": "3.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.28.0",
"simple-git-hooks": "^2.9.0",
"tslib": "^2.6.1",
"tsx": "^3.12.7",
"tslib": "^2.6.2",
"tsx": "^3.12.10",
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.7",
"vitest": "^0.34.1",
"vitepress": "1.0.0-rc.13",
"vitest": "^0.34.4",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand All @@ -105,7 +105,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.5",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.16.0"
"preact": "^10.17.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.16.0"
"preact": "^10.17.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.2.6"
"@builder.io/qwik": "^1.2.11"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.2.6"
"@builder.io/qwik": "^1.2.11"
}
}
8 changes: 4 additions & 4 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.18",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint": "^8.49.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.18",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.7.9"
"solid-js": "^1.7.11"
},
"devDependencies": {
"typescript": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.7.9"
"solid-js": "^1.7.11"
},
"devDependencies": {
"vite": "^4.4.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.4",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tslib": "^2.6.1",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"tslib": "^2.6.2",
"typescript": "^5.0.2",
"vite": "^4.4.9"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.4",
"svelte": "^4.1.2",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"svelte": "^4.2.0",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.0.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
10 changes: 5 additions & 5 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.9",
"@babel/preset-env": "^7.22.15",
"browserslist": "^4.21.10",
"core-js": "^3.32.0",
"magic-string": "^0.30.2",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.14.1"
"core-js": "^3.32.2",
"magic-string": "^0.30.3",
"regenerator-runtime": "^0.14.0",
"systemjs": "^6.14.2"
},
"peerDependencies": {
"terser": "^5.4.0",
Expand Down
34 changes: 17 additions & 17 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,24 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.18.10",
"postcss": "^8.4.27",
"postcss": "^8.4.29",
"rollup": "^3.28.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
"fsevents": "~2.3.3"
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.22.7",
"@babel/parser": "^7.22.16",
"@babel/types": "^7.22.17",
"@jridgewell/trace-mapping": "^0.3.18",
"@jridgewell/trace-mapping": "^0.3.19",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-dynamic-import-vars": "^2.0.4",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-dynamic-import-vars": "^2.0.5",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/pluginutils": "^5.0.2",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/pluginutils": "^5.0.4",
"@types/escape-html": "^1.0.2",
"@types/pnpapi": "^0.0.2",
"acorn": "^8.10.0",
Expand All @@ -104,18 +104,18 @@
"dep-types": "link:./src/types",
"dotenv": "^16.3.1",
"dotenv-expand": "^9.0.0",
"es-module-lexer": "^1.3.0",
"es-module-lexer": "^1.3.1",
"escape-html": "^1.0.3",
"estree-walker": "^3.0.3",
"etag": "^1.8.1",
"fast-glob": "^3.3.1",
"http-proxy": "^1.18.1",
"json-stable-stringify": "^1.0.2",
"launch-editor-middleware": "^2.6.0",
"lightningcss": "^1.21.5",
"magic-string": "^0.30.2",
"lightningcss": "^1.21.8",
"magic-string": "^0.30.3",
"micromatch": "^4.0.5",
"mlly": "^1.4.0",
"mlly": "^1.4.2",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.2",
Expand All @@ -127,16 +127,16 @@
"postcss-load-config": "^4.0.1",
"postcss-modules": "^6.0.0",
"resolve.exports": "^2.0.2",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-license": "^3.1.0",
"sirv": "^2.0.3",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.1.0",
"strip-literal": "^1.3.0",
"tsconfck": "^2.1.2",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"types": "link:./types",
"ufo": "^1.2.0",
"ws": "^8.13.0"
"ufo": "^1.3.0",
"ws": "^8.14.1"
},
"peerDependencies": {
"@types/node": "^18.0.0 || >=20.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.64.2",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"fast-glob": "^3.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/cli-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"serve": "vite preview"
},
"devDependencies": {
"url": "^0.11.1"
"url": "^0.11.2"
}
}
2 changes: 1 addition & 1 deletion playground/config/packages/siblings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite/test-config-sibling",
"type": "module",
"devDependencies": {
"@types/lodash": "^4.14.196",
"@types/lodash": "^4.14.198",
"lodash": "^4.17.21"
}
}
2 changes: 1 addition & 1 deletion playground/css-lightningcss-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"lightningcss": "^1.21.5",
"lightningcss": "^1.21.8",
"express": "^4.18.2"
}
}
2 changes: 1 addition & 1 deletion playground/css-lightningcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"lightningcss": "^1.21.5"
"lightningcss": "^1.21.8"
}
}
6 changes: 3 additions & 3 deletions playground/css-sourcemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"devDependencies": {
"less": "^4.2.0",
"magic-string": "^0.30.2",
"sass": "^1.64.2",
"stylus": "^0.59.0",
"magic-string": "^0.30.3",
"sass": "^1.66.1",
"stylus": "^0.60.0",
"sugarss": "^4.0.1"
}
}
4 changes: 2 additions & 2 deletions playground/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"fast-glob": "^3.3.1",
"less": "^4.2.0",
"postcss-nested": "^6.0.1",
"sass": "^1.64.2",
"stylus": "^0.59.0",
"sass": "^1.66.1",
"stylus": "^0.60.0",
"sugarss": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion playground/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"devDependencies": {
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.18.2",
"terser": "^5.19.2"
"terser": "^5.19.4"
}
}
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.64.2"
"sass": "^1.66.1"
}
}
Loading

0 comments on commit c87e826

Please sign in to comment.