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

Update dependency @ckeditor/ckeditor5-dev-utils to v43 #11

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 9, 2024

This PR contains the following updates:

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

Release Notes

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

v43.0.0

Compare Source

MAJOR BREAKING CHANGES ℹ️
  • utils: The git and workspace objects are no longer exported from the package. Also, the following functions are no longer available in the tools object:
    • isDirectory()
    • isFile()
    • isSymlink()
    • sortObject()
    • readPackageName()
    • npmInstall()
    • npmUninstall()
    • npmUpdate()
    • copyTemplateFile()
    • copyFile()
    • getGitUrlFromNpm()
    • removeSymlink()
    • clean()
Other changes
  • dependency-checker: The dependency checker analyzes dependencies by including the lib/ and bin/ directories as production code. (commit)
  • utils: Removed several utilities functions non-used in the CKEditor 5 environment. (commit)
  • Added several missing dependencies and devDependencies in packages. Also, removed non-used ones. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v42.1.0

Compare Source

Features
  • build-tools: Introduced a new loadSourcemaps plugin for loading source maps of external dependencies. (commit)
Bug fixes
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v42.0.1

Compare Source

Bug fixes
Other changes
  • stale-bot: Aligned stale bot to recent changes in the GitHub GraphQL API in the repository.labels connection. GitHub recently started returning a lot of mismatched labels for the query and now stale bot ensures that only the required ones are used. Closes ckeditor/ckeditor5#16872. (commit)
Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

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:


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.

Copy link
Author

renovate bot commented Nov 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: istanbul-instrumenter-loader@3.0.1
npm ERR! Found: webpack@5.75.0
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"latest" from the root project
npm ERR!   peer webpack@"^4.43.0 || ^5.24.0" from @ckeditor/ckeditor5-dev-webpack-plugin@30.1.3
npm ERR!   node_modules/@ckeditor/ckeditor5-dev-webpack-plugin
npm ERR!   21 more (@webpack-cli/configtest, @webpack-cli/info, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^2.0.0 || ^3.0.0 || ^4.0.0" from istanbul-instrumenter-loader@3.0.1
npm ERR! node_modules/istanbul-instrumenter-loader
npm ERR!   dev istanbul-instrumenter-loader@"latest" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: webpack@4.47.0
npm ERR! node_modules/webpack
npm ERR!   peer webpack@"^2.0.0 || ^3.0.0 || ^4.0.0" from istanbul-instrumenter-loader@3.0.1
npm ERR!   node_modules/istanbul-instrumenter-loader
npm ERR!     dev istanbul-instrumenter-loader@"latest" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-11-09T02_25_01_077Z-debug-0.log

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.

0 participants