Update dependency eslint-config-ckeditor5 to v12 #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.1->12.2.0Release Notes
ckeditor/ckeditor5-linters-config (eslint-config-ckeditor5)
v12.2.0Compare Source
Features
Bug fixes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v12.1.1Compare Source
Other changes
allow-imports-only-from-main-package-entry-pointrule to allow non-entry point imports from paths matching:/tests/**/_utils*. See ckeditor/ckeditor5#18860.Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v12.1.0Compare Source
Features
ckeditor5-rules/allow-imports-only-from-main-package-entry-point. Closes ckeditor/ckeditor5#18857.Bug fixes
ckeditor5-rules/ckeditor-importsrule detecting errors for imports that do not start withckeditor5.Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v12.0.0Compare Source
MAJOR BREAKING CHANGES ℹ️
stylelint-config-ckeditor5: Added a new rule:
ckeditor5-rules/ck-content-variable-name(enabled by default). It enforces that all CSS variables used within the.ck-contentselectors follow the--ck-content-*naming convention. This ensures consistent and scoped variable usage inside the editor content styles. Closes ckeditor/ckeditor5#18805.stylelint-plugin-ckeditor5-rules: The way how the rules from the
stylelint-plugin-ckeditor5-rulespackage are loaded has been changed. See ckeditor/ckeditor5#18805.Previously, each rule had to be imported in Stylelint config directly:
Now, the package exports all the rules, so it can be loaded instead of providing each rule separately:
The way rules are configured remains unchanged:
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Major releases (contain major breaking changes):
Other releases:
v11.1.1Compare Source
Bug fixes
.cjsand.mtsfiles. Closes ckeditor/ckeditor5#18839.Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v11.1.0Compare Source
Features
validate-changelog-entryrule for validating Markdown-based changelog entries. Closes ckeditor/ckeditor5#18777.Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v11.0.1Compare Source
Other changes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v11.0.0Compare Source
MINOR BREAKING CHANGES ℹ️
stylelint-config-ckeditor5andstylelint-plugin-ckeditor5-rulespackages has been set to v15.x.Other changes
stylelint-config-ckeditor5andstylelint-plugin-ckeditor5-rulespackages has been set to v15.x. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v10.0.0Compare Source
MAJOR BREAKING CHANGES ℹ️
eslint-config-ckeditor5package is now in ESM format.ckeditor5-rules/no-build-extensionsrule is no longer included in the configuration.ckeditor5-rules/no-build-extensionsrule due to the removal of predefined builds.eslint-config-ckeditor5andeslint-plugin-ckeditor5-rulespackages has been set to v9.x. See ESLint migration guide for details.Other changes
ckeditor5-rules/no-build-extensionsis no longer available. Read more details in ckeditor/ckeditor5#17779. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Major releases (contain major breaking changes):
Other releases:
v9.1.0Compare Source
Features
allow-svg-imports-only-in-icons-packagerule. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v9.0.0Compare Source
MINOR BREAKING CHANGES ℹ️
ckeditor-importsrule.Features
ckeditor-importsrule. (commit)no-cross-package-importsrule. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v8.0.0Compare Source
MINOR BREAKING CHANGES ℹ️
isOfficialPluginandisPremiumPluginflags in plugins is no longer allowed, as they are now restricted to internal use only.Features
ckeditor5-rules/ckeditor-plugin-flagsrule that disallows creating certain flags in plugins and enforces proper code style for allowed ones. (commit)isOfficialPluginandisPremiumPluginflags in plugins, restricting them to internal use only. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v7.1.1Compare Source
Internal changes only (updated dependencies, documentation, etc.).
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v7.1.0Compare Source
Features
prevent-license-key-leakrule. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v7.0.0Compare Source
Features
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v6.0.0Compare Source
MINOR BREAKING CHANGES ℹ️
ckeditor5-rules/no-cross-package-svg-importsrule, as it does the same thing as the updatedallow-imports-only-from-main-package-entry-pointrule.Features
ckeditor5-rules/no-legacy-importsrule to detect and fix imports used in the old installation methods. (commit)ckeditor5-rules/allow-imports-only-from-main-package-entry-pointrule should disallow importing from any path other than the package main entry point. Closes ckeditor/ckeditor5#16559. (commit)Bug fixes
ckeditor5-rules/require-file-extensions-in-importsrule for packages withexportsthat do not automatically add file extension. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Minor releases (contain minor breaking changes):
Other releases:
v5.3.2Compare Source
Bug fixes
'.'imports to prepare a relative path to theindex.jsfile rather than an absolute path to the imported file. Closes ckeditor/ckeditor5#15880. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.3.1Compare Source
Bug fixes
exportsfield. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.3.0Compare Source
Features
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v5.2.1Compare Source
Other changes
ckeditor5-rules/require-file-extensions-in-importsto require a file extension in both imports and exports. See ckeditor/ckeditor5#13673. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.2.0Compare Source
Features
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v5.1.3Compare Source
Bug fixes
ckeditor5-rules/allow-declare-module-only-in-augmentation-filerule that did not detect the correct path to the augmentation files on Windows due to using different path separators. Closes ckeditor/ckeditor5#15426. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.1.2Compare Source
Other changes
@es-joy/jsdoccommentpackage to its latest version to make the CKEditor 5 compatible with Node@20. Closes ckeditor/ckeditor5#15203. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.1.1Compare Source
Bug fixes
ckeditor5-rulesonly for source code, not tests. See ckeditor/ckeditor5#14451. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.1.0Compare Source
Features
ckeditor5-rules/no-scoped-imports-within-packagethat disallows using scoped import (like"@​ckeditor/ckeditor5-*") to the same package where the import declaration is located. Closes ckeditor/ckeditor5#14329. (commit)Other changes
ckeditor5-rules/no-scoped-imports-within-packagein the ESLint configuration. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.0.1Compare Source
Bug fixes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v5.0.0Compare Source
Features
ckeditor5-rules/no-istanbul-in-debug-codeplugin that disallows using the@if CK_DEBUG_*andistanbulkeywords in the same line. Related to ckeditor/ckeditor5#13922. (commit)ckeditor5-rules/allow-declare-module-only-in-augmentation-fileplugin that enforces using module augmentation for the@ckeditor/ckeditor5-coremodules only in the augmentation files. Related to ckeditor/ckeditor5#13434. (commit)ckeditor5-rules/allow-imports-only-from-main-package-entry-pointplugin that allows imports from the@ckeditor/*modules only from the main package entry point. Related to ckeditor/ckeditor5#13434. (commit)ckeditor5-rules/require-as-const-returns-in-methodsplugin that enforces using theas constin return statements forrequiresandpluginNamemethods. Related to ckeditor/ckeditor5#13434. (commit)license-headerrule. Closes ckeditor/ckeditor5#11473. (commit)Bug fixes
.ts(x)files. See ckeditor/ckeditor5#13434. (commit)Other changes
ckeditor5-rules/no-istanbul-in-debug-codein the ESLint configuration. (commit)ckeditor5-rules/allow-declare-module-only-in-augmentation-filein the ESLint configuration. (commit)ckeditor5-rules/allow-imports-only-from-main-package-entry-pointin the ESLint configuration. (commit)ckeditor5-rules/require-as-const-returns-in-methodsin the ESLint configuration. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v4.4.0Compare Source
Features
ckeditor5-rules/no-build-extensionsplugin that disallows extending a CKEditor 5 build. Closes ckeditor/ckeditor5#13689. (commit)Other changes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v4.3.0Compare Source
Features
.tsxfiles. Related to ckeditor/ckeditor5#13542. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v4.2.1Compare Source
Other changes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v4.2.0Compare Source
Features
ckeditor5-rules/non-public-members-as-internalplugin that enforces the@internalannotation non-public identifiers in the TypeScrpit code. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v4.1.1Compare Source
Other changes
new-caprule. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v4.1.0Compare Source
Features
importstatement andCK_DEBUG_*flags together due to a webpack error ('import' and 'export' may only appear at the top level). (commit)Other changes
ckeditor5-rules/use-require-for-debug-mode-importsrule in the ESLint configuration. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v4.0.2Compare Source
Other changes
array-typerule. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v4.0.1Compare Source
Other changes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.