Skip to content

chore(deps): update dependency esbuild to ^0.17.0 #337

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

Merged
merged 2 commits into from
Jan 14, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"assert": "^2.0.0",
"commitlint": "^17.0.3",
"env-cmd": "^10.1.0",
"esbuild": "^0.16.0",
"esbuild": "^0.17.0",
"esbuild-register": "^3.2.0",
"escape-html": "^1.0.3",
"eslint": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/render-rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const categories = [
"System",
] as const

const descriptions: Record<typeof categories[number], string> = {
const descriptions: Record<(typeof categories)[number], string> = {
"Possible Errors":
"These rules relate to possible syntax or logic errors in Svelte code:",
"Security Vulnerability":
Expand Down