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) #3795

Closed
wants to merge 4 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ckeditor/jsdoc-plugins (source) 39.9.1 -> 40.3.0 age adoption passing confidence
@coveo/relay-event-types 7.11.0 -> 9.2.3 age adoption passing confidence
@octokit/auth-app 6.1.1 -> 7.1.0 age adoption passing confidence
@octokit/rest 20.1.1 -> 21.0.0 age adoption passing confidence
@rollup/plugin-commonjs (source) ^25.0.0 -> ^26.0.0 age adoption passing confidence
@rollup/plugin-node-resolve (source) 11.2.1 -> 15.2.3 age adoption passing confidence
conventional-changelog-angular (source) 7.0.0 -> 8.0.0 age adoption passing confidence
css-loader 7.1.0 -> 7.1.2 age adoption passing confidence
eslint-plugin-cypress 2.15.2 -> 3.3.0 age adoption passing confidence
execa 8.0.1 -> 9.3.0 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.1.4 age adoption passing confidence
lit (source) ^2.6.1 -> ^3.0.0 age adoption passing confidence
marked (source) 12.0.2 -> 13.0.2 age adoption passing confidence
octokit 3.2.1 -> 4.0.2 age adoption passing confidence
pino (source) 8.21.0 -> 9.2.0 age adoption passing confidence
rimraf 5.0.7 -> 6.0.0 age adoption passing confidence
style-loader 3.3.4 -> 4.0.0 age adoption passing confidence
web-vitals 3.5.2 -> 4.2.1 age adoption passing confidence

Release Notes

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

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:

coveo/analytics_schema (@​coveo/relay-event-types)

v9.2.3

Compare Source

v9.2.2

Compare Source

v9.2.1

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

v7.14.1

Compare Source

v7.14.0

Compare Source

v7.13.1

Compare Source

v7.13.0

Compare Source

v7.12.0

Compare Source

v7.11.7

Compare Source

v7.11.6

Compare Source

v7.11.5

Compare Source

v7.11.4

Compare Source

v7.11.3

Compare Source

v7.11.2

Compare Source

v7.11.1

Compare Source

octokit/auth-app.js (@​octokit/auth-app)

v7.1.0

Compare Source

Features

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
  • remove type "oauth" that was previously deprecated
octokit/rest.js (@​octokit/rest)

v21.0.0

Compare Source

Features
BREAKING CHANGES
  • package is now ESM
rollup/plugins (@​rollup/plugin-commonjs)

v26.0.1

2024-06-05

Bugfixes
  • fix: correct import of glob (04a15b5)

v26.0.0

2024-06-05

Breaking Changes
  • chore!: bump glob's version (#​1695)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)
rollup/plugins (@​rollup/plugin-node-resolve)

v15.2.3

Compare Source

2023-10-08

Bugfixes
  • fix: modulePaths default is not set #​1534

v15.2.2

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v15.2.1

Compare Source

2023-08-22

Bugfixes
  • fix: Implement package exports / imports resolution algorithm according to Node documentation #​1549

v15.2.0

Compare Source

2023-08-17

Features
  • feat: pass original importee to secondary resolve #​1557

v15.1.0

Compare Source

2023-05-30

Features
  • feat: Resolve js/jsx/mjs/cjs imports from TypeScript files #​1498

v15.0.2

Compare Source

2023-04-04

Bugfixes
  • fix: bump is-builtin-module version, imports with a trailing slash #​1424

v15.0.1

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v15.0.0

Compare Source

2022-10-10

Breaking Changes

v14.1.0

Compare Source

2022-09-12

Features
  • feat: add new option, modulePaths (#​1104)

v14.0.1

Compare Source

2022-09-08

Bugfixes
  • fix: handle circular commonjs (#​1259)

v14.0.0

2022-09-06

Breaking Changes
  • fix: preserve moduleSideEffects when re-resolving files (#​1245)

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)

v13.0.6

2021-10-19

Bugfixes

v13.0.5

2021-09-21

Updates
  • docs: fix readme heading depth (#​999)

v13.0.4

2021-07-24

Bugfixes
  • fix: Fix bug where JS import was converted to a TS import, resulting in an error when using export maps (#​921)

v13.0.3

2021-07-24

Bugfixes
  • fix: handle browser-mapped paths correctly in nested contexts (#​920)

v13.0.2

2021-07-15

Bugfixes
  • fix: handle "package.json" being in path (#​927)

v13.0.1

2021-07-15

Updates
  • docs: Document how to get Node.js exports resolution (#​884)

v13.0.0

2021-05-04

Breaking Changes
  • fix!: mark module as external if resolved module is external (#​799)
Features
  • feat: Follow up to #​843, refining exports and browser field interaction (

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 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 15, 2024 03:08
@renovate renovate bot requested review from olamothe and fpbrault April 15, 2024 03:08
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@renovate renovate bot requested a review from fbeaudoincoveo April 15, 2024 03:08
Copy link

github-actions bot commented Apr 15, 2024

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 202.8 202.8 0
commerce 285.2 285.1 0
search 367.4 367.4 0
insight 347.8 347.7 0
product-listing 262.3 262.3 0
product-recommendation 171.9 171.8 0
recommendation 215.8 215.7 0
ssr 360.3 360.2 0

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 7 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

Copy link
Contributor

@fpbrault fpbrault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages are already up-to-date, only css-loader is left to upgrade.

@renovate renovate bot force-pushed the renovate/major-all branch 9 times, most recently from f4c1a7b to b13d866 Compare April 27, 2024 09:50
@renovate renovate bot requested a review from a team as a code owner April 27, 2024 09:50
@renovate renovate bot changed the title chore(deps): update all dependencies j:kit-282 (major) fix(deps): update all dependencies j:kit-282 (major) Apr 30, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 8 times, most recently from 13d017f to 8e78817 Compare May 3, 2024 19:41
Copy link
Contributor Author

renovate bot commented Jul 9, 2024

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.

@alexprudhomme
Copy link
Contributor

broken pr

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.

2 participants