Skip to content

Commit 9a5e169

Browse files
authored
Merge pull request #1507 from valadas/bump-jodit-4.11.15
Bumped Jodit to v4.11.15
2 parents 1183eaf + 527b446 commit 9a5e169

4 files changed

Lines changed: 90 additions & 43 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version: 2
77
updates:
88
- package-ecosystem: "npm" # See documentation for possible values
99
directory: "/" # Location of package manifests
10+
versioning-strategy: increase
1011
open-pull-requests-limit: 10
1112
schedule:
1213
interval: "monthly"

package-lock.json

Lines changed: 55 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/stencil-library/eslint-plugin/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"exports": {
66
"import": "./dist/index.js"
77
},
8-
"types": "./dist/index.d.ts"
8+
"types": "./dist/index.d.ts",
9+
"peerDependencies": {
10+
"@typescript-eslint/utils": "^8.30.1",
11+
"eslint": "^9.0.0 || ^10.0.0"
12+
}
913
}

packages/stencil-library/package.json

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -72,47 +72,55 @@
7272
"@eslint/js": "^10.0.1",
7373
"@stencil/core": "4.43.3",
7474
"@stencil/eslint-plugin": "^1.2.0",
75-
"@stencil/react-output-target": "^1.2.0",
76-
"@stencil/sass": "^3.0.4",
75+
"@stencil/react-output-target": "^1.4.2",
76+
"@stencil/sass": "^3.2.3",
7777
"@storybook/addon-a11y": "10.3.3",
7878
"@storybook/addon-docs": "10.3.3",
7979
"@storybook/web-components-vite": "10.3.3",
8080
"@timkendrick/monaco-editor": "^0.0.9",
8181
"@types/jest": "^29.5.14",
82-
"@typescript-eslint/eslint-plugin": "^8.30.1",
83-
"@typescript-eslint/parser": "^8.30.1",
82+
"@typescript-eslint/eslint-plugin": "^8.57.2",
83+
"@typescript-eslint/parser": "^8.57.2",
8484
"@typescript-eslint/rule-tester": "^8.57.2",
85-
"@typescript-eslint/utils": "^8.30.1",
86-
"@vitest/browser": "^4.0.18",
87-
"@vitest/browser-webdriverio": "^4.0.18",
85+
"@typescript-eslint/utils": "^8.57.2",
86+
"@vitest/browser": "^4.1.1",
87+
"@vitest/browser-webdriverio": "^4.1.1",
8888
"axe-playwright": "^2.0.1",
89-
"babel-loader": "^10.0.0",
89+
"babel-loader": "^10.1.1",
9090
"eslint": "^10.1.0",
9191
"eslint-plugin-react": "^7.37.4",
9292
"eslint-plugin-storybook": "10.3.3",
93-
"gh-pages": "^6.0.0",
94-
"jiti": "^2.4.2",
95-
"license-checker-rseidelsohn": "^4.2.6",
96-
"lit": "^3.1.0",
93+
"gh-pages": "^6.3.0",
94+
"jiti": "^2.6.1",
95+
"license-checker-rseidelsohn": "^4.4.2",
96+
"lit": "^3.3.2",
9797
"npm-run-all": "^4.1.5",
98-
"react": "^19.2.3",
99-
"react-dom": "^19.1.0",
98+
"react": "^19.2.4",
99+
"react-dom": "^19.2.4",
100100
"rollup-plugin-node-polyfills": "^0.2.1",
101101
"storybook": "10.3.3",
102102
"ts-node": "^10.9.2",
103103
"typescript": "5.9.3",
104104
"typescript-debounce-decorator": "^0.0.18",
105-
"typescript-eslint": "^8.30.1",
105+
"typescript-eslint": "^8.57.2",
106106
"unplugin-stencil": "^0.4.1",
107-
"vite": "^7.1.3",
108-
"vitest": "^4.0.18",
109-
"webdriverio": "^9.19.1"
107+
"vite": "^7.3.1",
108+
"vitest": "^4.1.1",
109+
"webdriverio": "^9.27.0"
110110
},
111111
"dependencies": {
112-
"jodit": "^4.6.2"
112+
"jodit": "^4.11.15"
113113
},
114114
"peerDependencies": {
115-
"eslint": "^9.0.0 || ^10.0.0",
116-
"@typescript-eslint/utils": "^8.30.1"
115+
"@typescript-eslint/utils": "^8.30.1",
116+
"eslint": "^9.0.0 || ^10.0.0"
117+
},
118+
"peerDependenciesMeta": {
119+
"@typescript-eslint/utils": {
120+
"optional": true
121+
},
122+
"eslint": {
123+
"optional": true
124+
}
117125
}
118126
}

0 commit comments

Comments
 (0)