Skip to content

Commit

Permalink
chore(deps): lock file maintenance minor/patch updates (rollup#5692)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance minor/patch updates

* Fix unicode panic again

And pin it now

* Adapt tests for improved sourcemaps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
  • Loading branch information
renovate[bot] and lukastaegert authored Oct 12, 2024
1 parent 29cd524 commit 9ac8891
Show file tree
Hide file tree
Showing 46 changed files with 480 additions and 475 deletions.
713 changes: 363 additions & 350 deletions package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@
"core-js": "We only update manually as every update requires a snapshot update"
},
"devDependencies": {
"@codemirror/commands": "^6.6.2",
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/language": "^6.10.3",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"@inquirer/prompts": "^7.0.0",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@mermaid-js/mermaid-cli": "^11.2.0",
"@mermaid-js/mermaid-cli": "^11.2.1",
"@napi-rs/cli": "^2.18.4",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-buble": "^1.0.3",
Expand All @@ -135,9 +135,9 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/pluginutils": "^5.1.2",
"@shikijs/vitepress-twoslash": "^1.21.0",
"@types/mocha": "^10.0.8",
"@types/node": "^18.19.54",
"@shikijs/vitepress-twoslash": "^1.22.0",
"@types/mocha": "^10.0.9",
"@types/node": "^18.19.55",
"@types/semver": "^7.5.8",
"@types/yargs-parser": "^21.0.3",
"@vue/language-server": "^2.1.6",
Expand All @@ -154,7 +154,7 @@
"date-time": "^4.0.0",
"es5-shim": "^4.6.7",
"es6-shim": "^0.35.8",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unicorn": "^56.0.0",
Expand All @@ -163,7 +163,7 @@
"flru": "^1.0.2",
"fs-extra": "^11.2.0",
"github-api": "^3.4.0",
"globals": "^15.9.0",
"globals": "^15.10.0",
"husky": "^9.1.6",
"is-reference": "^3.0.2",
"lint-staged": "^15.2.10",
Expand All @@ -173,13 +173,13 @@
"nodemon": "^3.1.7",
"npm-audit-resolver": "^3.0.0-RC.0",
"nyc": "^17.1.0",
"pinia": "^2.2.3",
"pinia": "^2.2.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^9.1.0",
"requirejs": "^2.3.7",
"rollup": "^4.22.5",
"rollup": "^4.24.0",
"rollup-plugin-license": "^3.5.3",
"rollup-plugin-string": "^3.0.0",
"semver": "^7.6.3",
Expand All @@ -190,11 +190,11 @@
"systemjs": "^6.15.1",
"terser": "^5.34.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8",
"vitepress": "^1.3.4",
"vue": "^3.5.10",
"vitepress": "^1.4.0",
"vue": "^3.5.11",
"vue-tsc": "^2.1.6",
"wasm-pack": "^0.13.0",
"yargs-parser": "^21.1.1"
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"node",
"npm",
"fsevents",
"core-js"
"core-js",
"unicode-width"
],
"enabled": false
},
Expand Down
Loading

0 comments on commit 9ac8891

Please sign in to comment.