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) - autoclosed #4214

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/jsdoc-plugins (source) 39.9.1 -> 43.0.0 age adoption passing confidence
@coveo/relay-event-types 7.14.1 -> 12.0.0 age adoption passing confidence
@coveo/relay-event-types 9.4.0 -> 12.0.0 age adoption passing confidence
@octokit/auth-app 6.1.1 -> 7.1.1 age adoption passing confidence
@octokit/rest 20.1.1 -> 21.0.2 age adoption passing confidence
@rollup/plugin-commonjs (source) ^25.0.0 -> ^26.0.0 age adoption passing confidence
@types/node (source) 20.14.12 -> 22.5.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.0.0 -> ^8.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.17.0 -> 8.6.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.17.0 -> 8.6.0 age adoption passing confidence
concurrently 8.2.2 -> 9.0.1 age adoption passing confidence
conventional-changelog-conventionalcommits (source) 7.0.2 -> 8.0.0 age adoption passing confidence
css-loader 7.1.0 -> 7.1.2 age adoption passing confidence
esbuild-plugin-umd-wrapper 2.0.3 -> 3.0.0 age adoption passing confidence
eslint-plugin-canonical 4.18.0 -> 5.0.0 age adoption passing confidence
eslint-plugin-cypress 2.15.2 -> 3.5.0 age adoption passing confidence
execa 8.0.1 -> 9.3.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
lit (source) 3.1.3 -> 3.2.0 age adoption passing confidence
lit (source) ^2.6.1 -> ^3.0.0 age adoption passing confidence
marked (source) 12.0.2 -> 14.1.2 age adoption passing confidence
octokit 3.2.1 -> 4.0.2 age adoption passing confidence
pino (source) 8.21.0 -> 9.4.0 age adoption passing confidence
postcss-focus-visible (source) 9.0.1 -> 10.0.0 age adoption passing confidence
postcss-mixins 10.0.1 -> 11.0.1 age adoption passing confidence
puppeteer (source) 22.14.0 -> 23.3.1 age adoption passing confidence
rimraf 5.0.9 -> 6.0.1 age adoption passing confidence
vitest (source) 0.30.1 -> 2.1.1 age adoption passing confidence
vitest (source) 2.0.5 -> 2.1.1 age adoption passing confidence
wait-on 7.2.0 -> 8.0.1 age adoption passing confidence
web-vitals 3.5.2 -> 4.2.3 age adoption passing confidence

Release Notes

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

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)

Relea


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners July 22, 2024 03:32
@renovate renovate bot requested a review from erocheleau July 22, 2024 03:32
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 22, 2024
Copy link

github-actions bot commented Jul 22, 2024

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Live demo links

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 244.1 244.4 0.1
commerce 341.2 341.4 0.1
search 414.9 415.2 0.1
insight 392 392.2 0.1
product-listing 306.4 306.6 0.1
product-recommendation 214.9 215.2 0.1
recommendation 257.2 257.4 0.1
ssr 405.2 405.4 0.1
ssr-commerce 351 351.2 0.1

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
product-recommendation 0 10 0
product-listing 0 13 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
product-recommendation : missing SSR support
product-listing : missing SSR support
case-assist : missing SSR support
insight : missing SSR support
commerce : missing SSR support

@renovate renovate bot force-pushed the renovate/major-all branch from 230d332 to 50c6c67 Compare July 22, 2024 12:08
@renovate renovate bot force-pushed the renovate/major-all branch from 50c6c67 to 3a1d106 Compare July 22, 2024 15:49
@renovate renovate bot force-pushed the renovate/major-all branch from 3a1d106 to 23d1a27 Compare July 24, 2024 15:24
@renovate renovate bot force-pushed the renovate/major-all branch from 23d1a27 to 9fdcf8a Compare July 24, 2024 15:56
@renovate renovate bot force-pushed the renovate/major-all branch from 9fdcf8a to 68e8c21 Compare July 24, 2024 17:52
@renovate renovate bot force-pushed the renovate/major-all branch from 68e8c21 to a840240 Compare July 24, 2024 20:21
@renovate renovate bot force-pushed the renovate/major-all branch from a840240 to 17e00d4 Compare July 25, 2024 13:41
@renovate renovate bot force-pushed the renovate/major-all branch from 17e00d4 to 52ff95a Compare July 25, 2024 14:28
@renovate renovate bot force-pushed the renovate/major-all branch from 52ff95a to cff9cdb Compare July 28, 2024 11:18
@renovate renovate bot force-pushed the renovate/major-all branch from cff9cdb to 5ad48b4 Compare July 28, 2024 18:17
@renovate renovate bot force-pushed the renovate/major-all branch from a8ece66 to 6e36267 Compare September 10, 2024 20:04
@renovate renovate bot force-pushed the renovate/major-all branch from 6e36267 to 0353e30 Compare September 11, 2024 19:45
@renovate renovate bot force-pushed the renovate/major-all branch from 0353e30 to f01a6d7 Compare September 11, 2024 20:35
@renovate renovate bot force-pushed the renovate/major-all branch from f01a6d7 to 261e58e Compare September 12, 2024 08:19
@renovate renovate bot force-pushed the renovate/major-all branch from 261e58e to 51b653f Compare September 12, 2024 14:57
@renovate renovate bot force-pushed the renovate/major-all branch from 51b653f to bd5c2bc Compare September 13, 2024 07:41
@renovate renovate bot force-pushed the renovate/major-all branch from bd5c2bc to 73bdf54 Compare September 13, 2024 17:08
@renovate renovate bot force-pushed the renovate/major-all branch from 73bdf54 to 8c344b3 Compare September 14, 2024 03:53
@renovate renovate bot force-pushed the renovate/major-all branch from 8c344b3 to 60de7cc Compare September 16, 2024 14:38
@renovate renovate bot force-pushed the renovate/major-all branch from 60de7cc to 7798f8f Compare September 16, 2024 15:17
@renovate renovate bot force-pushed the renovate/major-all branch from 7798f8f to 851f58e Compare September 16, 2024 17:34
@renovate renovate bot force-pushed the renovate/major-all branch from 851f58e to da521d4 Compare September 16, 2024 18:18
@renovate renovate bot force-pushed the renovate/major-all branch from da521d4 to f032469 Compare September 16, 2024 18:26
@renovate renovate bot changed the title chore(deps): update all dependencies j:kit-282 (major) chore(deps): update all dependencies j:kit-282 (major) - autoclosed Sep 16, 2024
@renovate renovate bot closed this Sep 16, 2024
@renovate renovate bot deleted the renovate/major-all branch September 16, 2024 18:43
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.

0 participants