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

chore(deps): update all dependencies j:kit-282 (major) #4748

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate-coveo[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/jsdoc-plugins (source) 39.9.1 -> 43.0.1 age adoption passing confidence
@fullhuman/postcss-purgecss (source) 6.0.0 -> 7.0.2 age adoption passing confidence
@npmcli/arborist (source) 7.5.4 -> 8.0.0 age adoption passing confidence
@octokit/auth-app 6.1.3 -> 7.1.3 age adoption passing confidence
@octokit/rest 20.1.1 -> 21.0.2 age adoption passing confidence
@rollup/plugin-commonjs (source) ^25.0.0 -> ^28.0.0 age adoption passing confidence
@rollup/plugin-replace (source) 5.0.7 -> 6.0.1 age adoption passing confidence
@salesforce/sfdx-lwc-jest 5.1.0 -> 7.0.1 age adoption passing confidence
@types/express (source) 4.17.21 -> 5.0.0 age adoption passing confidence
@types/node (source) 20.17.6 -> 22.9.1 age adoption passing confidence
concurrently 8.2.2 -> 9.1.0 age adoption passing confidence
conventional-changelog-conventionalcommits (source) 7.0.2 -> 8.0.0 age adoption passing confidence
css-loader 6.11.0 -> 7.1.2 age adoption passing confidence
esbuild-plugin-umd-wrapper 2.0.3 -> 3.0.0 age adoption passing confidence
eslint-config-next (source) 14.2.18 -> 15.0.3 age adoption passing confidence
execa 8.0.1 -> 9.5.1 age adoption passing confidence
execa ^8.0.0 -> ^9.0.0 age adoption passing confidence
glob ^10.2.6 -> ^11.0.0 age adoption passing confidence
gts 5.3.1 -> 6.0.2 age adoption passing confidence
i18next (source) 23.16.8 -> 24.0.0 age adoption passing confidence
i18next-http-backend 2.7.1 -> 3.0.1 age adoption passing confidence
lit (source) 3.1.3 -> 3.2.1 age adoption passing confidence
lit (source) ^2.6.1 -> ^3.0.0 age adoption passing confidence
marked (source) 12.0.2 -> 15.0.2 age adoption passing confidence
natural-orderby (source) 4.0.0 -> 5.0.0 age adoption passing confidence
next (source) 14.2.18 -> 15.0.3 age adoption passing confidence
octokit 3.2.1 -> 4.0.2 age adoption passing confidence
pino (source) 8.21.0 -> 9.5.0 age adoption passing confidence
pino-pretty ^6.0.0 || ^10.0.0 || ^11.0.0 -> ^6.0.0 || ^10.0.0 || ^11.0.0 || ^13.0.0 age adoption passing confidence
postcss-focus-visible (source) 9.0.1 -> 10.0.1 age adoption passing confidence
postcss-mixins 10.0.1 -> 11.0.3 age adoption passing confidence
postcss-nested 6.2.0 -> 7.0.2 age adoption passing confidence
puppeteer (source) 22.15.0 -> 23.9.0 age adoption passing confidence
rimraf 5.0.10 -> 6.0.1 age adoption passing confidence
vite-plugin-static-copy 1.0.6 -> 2.1.0 age adoption passing confidence
vitest (source) 2.1.1 -> 2.1.5 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.5 age adoption passing confidence
wait-on 7.2.0 -> 8.0.1 age adoption passing confidence
web-vitals 3.5.2 -> 4.2.4 age adoption passing confidence

Release Notes

ckeditor/ckeditor5-dev (@​ckeditor/jsdoc-plugins)

v43.0.1

Compare Source

Bug fixes
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 ℹ️
  • 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:


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.


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

This PR has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot requested review from a team as code owners November 29, 2024 19:38
@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Nov 29, 2024
Copy link

Dependency Review

The following issues were found:

  • ✅ 0 vulnerable package(s)
  • ❌ 11 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
  • ⚠️ 2 packages with OpenSSF Scorecard issues.

View full job summary

Copy link

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 242.6 242.8 0.1
commerce 347.3 347.5 0.1
search 413.8 414 0
insight 404.9 405.1 0
recommendation 254.9 255.1 0.1
ssr 407.3 407.5 0
ssr-commerce 362.3 362.5 0.1

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
case-assist 0 6 0
insight 0 27 0
commerce 0 15 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@renovate-coveo
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant