Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #11701

Merged
merged 2 commits into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@ea251d4d2f03a9c18841ae1b752f58b82dfb4d5e # v35.3.0
uses: tj-actions/changed-files@487675b843e203b5c9a92a07f1ed763d046d7283 # v35.4.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually quite impressive of renovate, but I suppose we don't want this update? Should this be reverted and pinned in the renovate.json5 config?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is using a hash for security reasons and not to pin to a specific version.
https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-third-party-actions:~:text=Pin%20actions%20to%20a%20full%20length%20commit%20SHA
So I guess it's fine to update this unless there's a problematic change.

with:
files: |
docs/**
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,38 +59,38 @@
"@types/semver": "^7.3.13",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.16.14",
"eslint": "^8.31.0",
"eslint-define-config": "^1.13.0",
"eslint-plugin-import": "^2.26.0",
"eslint": "^8.32.0",
"eslint-define-config": "^1.14.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-regexp": "^1.11.0",
"eslint-plugin-regexp": "^1.12.0",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.1",
"pnpm": "^7.22.0",
"prettier": "2.8.1",
"playwright-chromium": "^1.29.2",
"pnpm": "^7.25.0",
"prettier": "2.8.3",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"rollup": "^3.7.0",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.1",
"tsx": "^3.12.1",
"tsx": "^3.12.2",
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.35",
"vitest": "^0.26.3",
"vitepress": "^1.0.0-alpha.36",
"vitest": "^0.27.1",
"vue": "^3.2.45"
},
"simple-git-hooks": {
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.22.0",
"packageManager": "pnpm@7.25.0",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.5.0"
"lit": "^2.6.1"
},
"devDependencies": {
"typescript": "^4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "vite build"
},
"dependencies": {
"lit": "^2.5.0"
"lit": "^2.6.1"
},
"devDependencies": {
"vite": "^4.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react": "^3.0.1",
"typescript": "^4.9.3",
"vite": "^4.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react": "^3.0.1",
"vite": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.55.0",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"svelte": "^3.55.0",
"svelte": "^3.55.1",
"vite": "^4.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.4",
"vue-tsc": "^1.0.22"
"vue-tsc": "^1.0.24"
}
}
8 changes: 4 additions & 4 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.16.14",
"postcss": "^8.4.20",
"postcss": "^8.4.21",
"resolve": "^1.22.1",
"rollup": "^3.7.0"
},
Expand Down Expand Up @@ -108,7 +108,7 @@
"launch-editor-middleware": "^2.6.0",
"magic-string": "^0.27.0",
"micromatch": "^4.0.5",
"mlly": "^1.0.0",
"mlly": "^1.1.0",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.0",
Expand All @@ -119,7 +119,7 @@
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-modules": "^6.0.0",
"resolve.exports": "^1.1.0",
"resolve.exports": "^1.1.1",
"rollup-plugin-license": "^3.0.1",
"sirv": "^2.0.2",
"source-map-js": "^1.0.2",
Expand All @@ -130,7 +130,7 @@
"tslib": "^2.4.1",
"types": "link:./types",
"ufo": "^1.0.1",
"ws": "^8.11.0"
"ws": "^8.12.0"
},
"peerDependencies": {
"@types/node": ">= 14",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/reporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const groups = [
]
type LogEntry = {
name: string
group: typeof groups[number]['name']
group: (typeof groups)[number]['name']
size: number
compressedSize: number | null
mapSize: number | null
Expand Down
Loading