Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @ckeditor/ckeditor5-dev-utils to v42 #2260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/ckeditor5-dev-utils (source) ^26.1.0 -> ^42.0.0 age adoption passing confidence

Release Notes

ckeditor/ckeditor5-dev (@​ckeditor/ckeditor5-dev-utils)

v42.0.0

Compare Source

We are excited to announce a new major release of the @ckeditor/ckeditor5-dev-* packages.

Release highlights

This release brings the updated configuration for the build tools. As it might produce output incompatible with the previous settings, this release is marked as a major bump.

The @ckeditor/ckeditor5-dev-build-tools package now supports a new globals option, which allows passing pairs of external package names and associated global variables used in the umd build.

Additionally, the global names for the ckeditor5 and ckeditor5-premium-features packages in the UMD builds have been changed to CKEDITOR and CKEDITOR_PREMIUM_FEATURES respectively.

MAJOR BREAKING CHANGES ℹ️
  • build-tools: The global names for the ckeditor5 and ckeditor5-premium-features packages in the UMD builds have been changed to CKEDITOR and CKEDITOR_PREMIUM_FEATURES respectively.
MINOR BREAKING CHANGES ℹ️
  • build-tools: Ability to pass globals parameter if necessary for external imports in umd bundles.
Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v41.0.0

Compare Source

We are excited to announce a new major release of the @ckeditor/ckeditor5-dev-* packages.

Release highlights

This release introduces changes to the @ckeditor/ckeditor5-dev-build-tools and @ckeditor/ckeditor5-dev-dependency-checker packages, resulting in different output than in the previous release.

The @ckeditor/ckeditor5-dev-build-tools package now outputs the bundle types in the dist folder with the rest of the bundled files instead of dist/types. It ensures a proper location of types when the /dist/index.js file is imported. If you use this package in your project and upgrade to the latest version, update the package.json file to reflect the new location of the type files.

The @ckeditor/ckeditor5-dev-dependency-checker package will now treat dependencies used in the dist folder as production dependencies instead of devDependencies. It ensures a proper declaration of dependencies used by the new installation methods of CKEditor 5 in the package.json file.

MINOR BREAKING CHANGES ℹ️
Bug fixes
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v40.5.0

Compare Source

Features
  • release-tools: Create a util for extracting an npm tag from the specified version. (commit)
  • release-tools: Add util to check if a given package and its version are available on npm. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v40.4.0

Compare Source

Features
  • ci: Created a new binary (ckeditor5-dev-ci-is-job-triggered-by-member) script to check if a team member approved a CI job. (commit)
  • ci: Created a new binary (ckeditor5-dev-ci-trigger-circle-build) script to trigger a new pipeline on CircleCI. (commit)
  • ci: Created new binary (ckeditor5-dev-ci-circle-disable-auto-cancel-builds, ckeditor5-dev-ci-circle-enable-auto-cancel-builds) scripts to update the redundant workflows option on CircleCI. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v40.3.1

Compare Source

Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v40.3.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:

v40.2.3

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:

v40.2.2

Compare Source

Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v40.2.1

Compare Source

Other changes
  • release-tools: Added utils for fetching last pre-release version from npm (getLastPreRelease()) and generating next pre-release version (getNextPreRelease()). (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v40.2.0

Compare Source

Features
Bug fixes
  • build-tools: Globals names for ckeditor5 and ckeditor5-premium-features will not need to be guessed during UMD build. (commit)
  • build-tools: UMD should respect output filename. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v40.1.0

Compare Source

Features
  • ci: Added --ignore option to the ckeditor5-dev-ci-circle-workflow-notifier task that allows ignoring jobs while calculating whether the notification should be sent. Closes ckeditor/ckeditor5#16403. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v40.0.1

Compare Source

Bug fixes
  • build-tools: Only treat dependencies of ckeditor5 and ckeditor5-premium-feature as external when added to the external array. (commit)
  • build-tools: Don't fail when ckeditor5-premium-features is in external but not installed. (commit)
  • build-tools: Properly detect "external" packages that contain dot in name. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v40.0.0

Compare Source

This release brings the updated configuration for the build tools. As it might produce output that is incompatible with the previous settings, this release is marked as a major bump.

Features
  • build-tools: Set target:es2022 and loose:false in the swc plugin to avoid syntax lowering and unnecessary code transformation. (commit)
  • dev-utils: Set target: es2022 in esbuild-loader. (commit)
Bug fixes
  • build-tools: Prevent TypeScript plugin from processing the source code (which is already done by the swc plugin). (commit)
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v39.9.1

Compare Source

This release aims to revert the previous one (v39.0.0) that was published as a new minor instead of a major.

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v39.9.0

Compare Source

Features
  • build-tools: Set target:es2022 and loose:false in the swc plugin to avoid syntax lowering and unnecessary code transformation. (commit)
  • dev-utils: Set target: es2022 in esbuild-loader. (commit)
Bug fixes
  • build-tools: Prevent TypeScript plugin from processing the source code (which is already done by the swc plugin). (commit)
Other changes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v39.8.0

Compare Source

Features
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v39.7.0

Compare Source

Features
Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

New packages:

Releases containing new features:

Other releases:


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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/ckeditor-ckeditor5-dev-utils-42.x branch 5 times, most recently from e856b69 to ce5a160 Compare August 5, 2024 11:14
@renovate renovate bot force-pushed the renovate/ckeditor-ckeditor5-dev-utils-42.x branch 6 times, most recently from 4d7306b to ff3ff75 Compare August 12, 2024 12:50
@renovate renovate bot force-pushed the renovate/ckeditor-ckeditor5-dev-utils-42.x branch from ff3ff75 to 755e356 Compare August 19, 2024 15:07
@renovate renovate bot force-pushed the renovate/ckeditor-ckeditor5-dev-utils-42.x branch from 755e356 to ddcaf82 Compare August 20, 2024 13:12
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.

None yet

0 participants