renovate 42.7.0 → 42.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -95,7 +95,10 @@
95
95
  "chakra-ui": "https://github.com/chakra-ui/chakra-ui",
96
96
  "chromely": "https://github.com/chromelyapps/Chromely",
97
97
  "citation-js": "https://github.com/citation-js/citation-js",
98
- "ckeditor": "https://github.com/ckeditor/ckeditor5",
98
+ "ckeditor": [
99
+ "https://github.com/ckeditor/ckeditor5",
100
+ "https://github.com/ckeditor/ckeditor5-premium-features"
101
+ ],
99
102
  "clarity": "https://github.com/vmware/clarity",
100
103
  "clearscript": [
101
104
  "https://github.com/microsoft/ClearScript",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "renovate",
3
3
  "description": "Automated dependency updates. Flexible so you don't need to be.",
4
- "version": "42.7.0",
4
+ "version": "42.8.0",
5
5
  "type": "commonjs",
6
6
  "bin": {
7
7
  "renovate": "dist/renovate.js",
@@ -296,7 +296,7 @@
296
296
  "typescript": "5.9.3",
297
297
  "typescript-eslint": "8.46.3",
298
298
  "unified": "11.0.5",
299
- "vite": "7.1.12",
299
+ "vite": "7.2.0",
300
300
  "vite-tsconfig-paths": "5.1.4",
301
301
  "vitest": "3.2.4",
302
302
  "vitest-mock-extended": "3.1.0"
@@ -1,7 +1,7 @@
1
1
  {
2
- "title": "JSON schema for Renovate 42.7.0 config files (https://renovatebot.com/)",
2
+ "title": "JSON schema for Renovate 42.8.0 config files (https://renovatebot.com/)",
3
3
  "$schema": "http://json-schema.org/draft-07/schema#",
4
- "x-renovate-version": "42.7.0",
4
+ "x-renovate-version": "42.8.0",
5
5
  "allowComments": true,
6
6
  "type": "object",
7
7
  "properties": {