Skip to content

Commit

Permalink
Only skip TypeScript plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Sep 1, 2023
1 parent 0a5d2b4 commit 9820d31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"devDependenciesComments": {
"@rollup/plugin-typescript": "It appears that 11.1.3 breaks sourcemaps"
},
"devDependencies": {
"@codemirror/commands": "^6.2.5",
"@codemirror/lang-javascript": "^6.2.1",
Expand All @@ -78,7 +81,7 @@
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-typescript": "11.1.2",
"@rollup/pluginutils": "^5.0.4",
"@types/estree": "1.0.1",
"@types/mocha": "^10.0.1",
Expand Down Expand Up @@ -125,7 +128,7 @@
"pretty-bytes": "^6.1.1",
"pretty-ms": "^8.0.0",
"requirejs": "^2.3.6",
"rollup": "^3.28.0",
"rollup": "^3.28.1",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-thatworks": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["node", "npm", "fsevents"],
"matchPackageNames": ["node", "npm", "fsevents", "@rollup/plugin-typescript"],
"enabled": false
},
{
Expand Down

0 comments on commit 9820d31

Please sign in to comment.