chore(deps): update all dependencies j:kit-282 (major) #4748
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:
39.9.1
->43.0.1
6.0.0
->7.0.2
7.5.4
->8.0.0
6.1.3
->7.1.3
20.1.1
->21.0.2
^25.0.0
->^28.0.0
5.0.7
->6.0.1
5.1.0
->7.0.1
4.17.21
->5.0.0
20.17.6
->22.9.1
8.2.2
->9.1.0
7.0.2
->8.0.0
6.11.0
->7.1.2
2.0.3
->3.0.0
14.2.18
->15.0.3
8.0.1
->9.5.1
^8.0.0
->^9.0.0
^10.2.6
->^11.0.0
5.3.1
->6.0.2
23.16.8
->24.0.0
2.7.1
->3.0.1
3.1.3
->3.2.1
^2.6.1
->^3.0.0
12.0.2
->15.0.2
4.0.0
->5.0.0
14.2.18
->15.0.3
3.2.1
->4.0.2
8.21.0
->9.5.0
^6.0.0 || ^10.0.0 || ^11.0.0
->^6.0.0 || ^10.0.0 || ^11.0.0 || ^13.0.0
9.0.1
->10.0.1
10.0.1
->11.0.3
6.2.0
->7.0.2
22.15.0
->23.9.0
5.0.10
->6.0.1
1.0.6
->2.1.0
2.1.1
->2.1.5
2.0.5
->2.1.5
7.2.0
->8.0.1
3.5.2
->4.2.4
Release Notes
ckeditor/ckeditor5-dev (@ckeditor/jsdoc-plugins)
v43.0.1
Compare Source
Bug fixes
postcss-nesting
package to the latest version to avoid issues with non-supported@nest
selectors. Closes ckeditor/ckeditor5#17449. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
v43.0.0
Compare Source
MAJOR BREAKING CHANGES ℹ️
git
andworkspace
objects are no longer exported from the package. Also, the following functions are no longer available in thetools
object:isDirectory()
isFile()
isSymlink()
sortObject()
readPackageName()
npmInstall()
npmUninstall()
npmUpdate()
copyTemplateFile()
copyFile()
getGitUrlFromNpm()
removeSymlink()
clean()
Other changes
lib/
andbin/
directories as production code. (commit)dependencies
anddevDependencies
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
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
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 newglobals
option, which allows passing pairs of external package names and associated global variables used in theumd
build.Additionally, the global names for the
ckeditor5
andckeditor5-premium-features
packages in the UMD builds have been changed toCKEDITOR
andCKEDITOR_PREMIUM_FEATURES
respectively.MAJOR BREAKING CHANGES ℹ️
ckeditor5
andckeditor5-premium-features
packages in the UMD builds have been changed toCKEDITOR
andCKEDITOR_PREMIUM_FEATURES
respectively.MINOR BREAKING CHANGES ℹ️
globals
parameter if necessary for external imports inumd
bundles.Bug fixes
globals
parameter if necessary for external imports inumd
bundles. See https://github.com/ckeditor/ckeditor5/issues/16798. (commit)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 thedist
folder with the rest of the bundled files instead ofdist/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 thepackage.json
file to reflect the new location of the type files.The
@ckeditor/ckeditor5-dev-dependency-checker
package will now treat dependencies used in thedist
folder as productiondependencies
instead ofdevDependencies.
It ensures a proper declaration of dependencies used by the new installation methods of CKEditor 5 in thepackage.json
file.MINOR BREAKING CHANGES ℹ️
dist
folder as productiondependencies
.dist
instead ofdist/types
.Bug fixes
dist
folder as production dependencies. See ckeditor/ckeditor5#16646. (commit)triggerCircleBuild()
util. Closes ckeditor/ckeditor5#16746. (commit)Other changes
.d.ts
files for translations should import directly from@ckeditor/ckeditor5-utils
instead ofckeditor5
. See ckeditor/ckeditor5#16646. (commit)Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
v40.5.0
Compare Source
Features
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
Other releases:
Configuration
📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.