Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 11, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-config-ckeditor5 (source) 3.1.1 -> 12.2.0 age confidence

Release Notes

ckeditor/ckeditor5-linters-config (eslint-config-ckeditor5)

v12.2.0

Compare 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.1

Compare Source

Other changes
  • Updated the allow-imports-only-from-main-package-entry-point rule 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.0

Compare 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.0.0

Compare 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-content selectors 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-rules package are loaded has been changed. See ckeditor/ckeditor5#18805.

    Previously, each rule had to be imported in Stylelint config directly:

    "plugins": [
        "stylelint-plugin-ckeditor5-rules/lib/license-header"
    ],
    

    Now, the package exports all the rules, so it can be loaded instead of providing each rule separately:

    "plugins": [
      "stylelint-plugin-ckeditor5-rules"
    ],
    

    The way rules are configured remains unchanged:

    "rules": {
      "ckeditor5-rules/license-header": [ ... ]
    }
    
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Major releases (contain major breaking changes):

Other releases:

v11.1.1

Compare Source

Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v11.1.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v11.0.1

Compare Source

Other changes
  • Upgraded to Stylelint v16.x to resolve issues related to ESM and CJS compatibility. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v11.0.0

Compare Source

MINOR BREAKING CHANGES ℹ️
  • The minimal Stylelint version supported by the stylelint-config-ckeditor5 and stylelint-plugin-ckeditor5-rules packages has been set to v15.x.
Other changes
  • The minimal Stylelint version supported by the stylelint-config-ckeditor5 and stylelint-plugin-ckeditor5-rules packages 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.0

Compare Source

MAJOR BREAKING CHANGES ℹ️
  • eslint-config-ckeditor5: The configuration exported from eslint-config-ckeditor5 package is now in ESM format.
  • eslint-config-ckeditor5: The ckeditor5-rules/no-build-extensions rule is no longer included in the configuration.
  • eslint-plugin-ckeditor5-rules: Removed the ckeditor5-rules/no-build-extensions rule due to the removal of predefined builds.
  • The minimal ESLint version supported by the eslint-config-ckeditor5 and eslint-plugin-ckeditor5-rules packages has been set to v9.x. See ESLint migration guide for details.
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Major releases (contain major breaking changes):

Other releases:

v9.1.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v9.0.0

Compare Source

MINOR BREAKING CHANGES ℹ️
  • The watchdog package is now added to the list of core DLL packages in ckeditor-imports rule.
Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v8.0.0

Compare Source

MINOR BREAKING CHANGES ℹ️
  • Defining isOfficialPlugin and isPremiumPlugin flags in plugins is no longer allowed, as they are now restricted to internal use only.
Features
  • eslint-plugin-ckeditor5-rules: Add the ckeditor5-rules/ckeditor-plugin-flags rule that disallows creating certain flags in plugins and enforces proper code style for allowed ones. (commit)
  • eslint-config-ckeditor5: Disallow defining isOfficialPlugin and isPremiumPlugin flags 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.1

Compare 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.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v7.0.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v6.0.0

Compare Source

MINOR BREAKING CHANGES ℹ️
  • eslint-plugin-ckeditor5-rules: Removed the ckeditor5-rules/no-cross-package-svg-imports rule, as it does the same thing as the updated allow-imports-only-from-main-package-entry-point rule.
Features
Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Minor releases (contain minor breaking changes):

Other releases:

v5.3.2

Compare Source

Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.3.1

Compare Source

Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.3.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v5.2.1

Compare Source

Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.2.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v5.1.3

Compare Source

Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.1.2

Compare Source

Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.1.1

Compare Source

Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.1.0

Compare Source

Features
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.0.1

Compare Source

Bug fixes
  • Fixed versions of dependencies in the repository due to missing update phase while preparing packages to release. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v5.0.0

Compare Source

Features
Bug fixes
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v4.4.0

Compare Source

Features
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v4.3.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v4.2.1

Compare Source

Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v4.2.0

Compare Source

Features
  • eslint-plugin-ckeditor5-rules: Created the ckeditor5-rules/non-public-members-as-internal plugin that enforces the @internal annotation 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.1

Compare Source

Other changes
  • Disables the new-cap rule. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v4.1.0

Compare Source

Features
  • eslint-plugin-ckeditor5-rules: Created a new ESLint rule that disables using the import statement and CK_DEBUG_* flags together due to a webpack error ('import' and 'export' may only appear at the top level). (commit)
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v4.0.2

Compare Source

Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v4.0.1

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/eslint-config-ckeditor5-12.x branch from 953bddf to 8bb0cb6 Compare July 24, 2025 11:49
@renovate renovate bot force-pushed the renovate/eslint-config-ckeditor5-12.x branch from 8bb0cb6 to d2b24a4 Compare August 21, 2025 19:10
@renovate renovate bot force-pushed the renovate/eslint-config-ckeditor5-12.x branch from d2b24a4 to 65b6e2a Compare October 22, 2025 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant