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

fix(deps): update all dependencies #2838

Merged
merged 2 commits into from
Jun 21, 2024
Merged

fix(deps): update all dependencies #2838

merged 2 commits into from
Jun 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@types/lodash (source) 4.17.4 -> 4.17.5 age adoption passing confidence
@types/node (source) 18.19.34 -> 18.19.38 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.0 -> 4.3.1 age adoption passing confidence
browserslist 4.23.0 -> 4.23.1 age adoption passing confidence
ts-jest (source) 29.1.4 -> 29.1.5 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence
vite (source) 5.2.12 -> 5.3.1 age adoption passing confidence
webpack 5.91.0 -> 5.92.1 age adoption passing confidence
yaml (source) 2.4.3 -> 2.4.5 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.1

Compare Source

Fix support for React Compiler with React 18

The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom runtimeModule: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import React from 'react'.

browserslist/browserslist (browserslist)

v4.23.1

Compare Source

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).
kulshekhar/ts-jest (ts-jest)

v29.1.5

Compare Source

Bug Fixes
Microsoft/TypeScript (typescript)

v5.5.2

Compare Source

vitejs/vite (vite)

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

webpack/webpack (webpack)

v5.92.1

Compare Source

v5.92.0

Compare Source

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic
  • Fixed failed to resolve promise when eager import a dynamic cjs
  • Avoid generation extra code for external modules when remapping is not required
  • The css/global type now handles the exports name
  • Avoid hashing for @keyframe and @property at-rules in css/global type
  • Fixed mangle with destructuring for JSON modules
  • The stats.hasWarnings() method now respects the ignoreWarnings option
  • Fixed ArrayQueue iterator
  • Correct behavior of __webpack_exports_info__.a.b.canMangle
  • Changed to the correct plugin name for the CommonJsChunkFormatPlugin plugin
  • Set the chunkLoading option to the import when environment is unknown and output is module
  • Fixed when runtimeChunk has no exports when module chunkFormat used
  • [CSS] Fixed parsing minimized CSS import
  • [CSS] URLs in CSS files now have correct public path
  • [CSS] The css module type should not allow parser to switch mode
  • [Types] Improved context module types

New Features

  • Added platform target properties to compiler
  • Improved multi compiler cache location and validating it
  • Support import attributes spec (with keyword)
  • Support node: prefix for Node.js core modules in runtime code
  • Support prefetch/preload for module chunk format
  • Support "..." in the importsFields option for resolver
  • Root module is less prone to be wrapped in IIFE
  • Export InitFragment class for plugins
  • Export compileBooleanMatcher util for plugins
  • Export InputFileSystem and OutputFileSystem types
  • [CSS] Support the esModule generator option for CSS modules
  • [CSS] Support CSS when chunk format is module
eemeli/yaml (yaml)

v2.4.5

Compare Source

v2.4.4

Compare Source

With special thanks to @​RedCMD for finding and reporting all of the following:

  • Allow comment after top-level block scalar with explicit indent indicator (#​547)
  • Allow tab as indent for line comments before nodes (#​548)
  • Do not allow tab before block collection (#​549)
  • In flow collections, allow []{} immediately after : with plain key (#​550)
  • Require indentation for ? explicit-key contents (#​551)
  • Require indentation from block scalar header & flow collections in mapping values (#​553)

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 June 10, 2024 00:23
@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Jun 10, 2024
Copy link

changeset-bot bot commented Jun 10, 2024

🦋 Changeset detected

Latest commit: e0ef014

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@commercetools-local/generator-package-json Patch
visual-testing-app Patch
@commercetools-local/generator-readme Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Jun 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 8:46am

Copy link

gitstream-cm bot commented Jun 10, 2024

This PR is missing a Jira ticket reference in the title or description.
Please add a Jira ticket reference to the title or description of this PR.

Copy link

gitstream-cm bot commented Jun 17, 2024

🥷 Code experts: emmenko

emmenko has most 🧠 knowledge in the files.

See details

docs/package.json

Knowledge based on git-blame:
emmenko: 58%

docs/yarn.lock

Knowledge based on git-blame:
emmenko: 75%

generators/package-json/package.json

Knowledge based on git-blame:
emmenko: 74%

generators/readme/package.json

Knowledge based on git-blame:
emmenko: 65%

package.json

Knowledge based on git-blame:
emmenko: 37%

visual-testing-app/package.json

Knowledge based on git-blame:
emmenko: 18%

yarn.lock

Knowledge based on git-blame:
emmenko: 52%

To learn more about /:\ gitStream - Visit our Docs

Copy link
Contributor Author

renovate bot commented Jun 21, 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.

@kark kark merged commit 56a2cfe into main Jun 21, 2024
9 checks passed
@kark kark deleted the renovate/all branch June 21, 2024 09:00
@ct-changesets ct-changesets bot mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 min review missing-jira 🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant