build: Update swc_core to v69.0.0 - #632
Conversation
Releases: @swc/plugin-react-remove-properties@12.13.0 @swc/plugin-styled-components@12.13.0 @swc/plugin-transform-imports@12.13.0 @swc/plugin-swc-confidential@11.13.0 @swc-contrib/mut-cjs-exports@14.13.0 @swc/plugin-remove-console@12.13.0 @swc/plugin-experimental-feature-flags@0.12.0 @swc/plugin-styled-jsx@13.13.0 @swc/plugin-swc-magic@12.13.0 @swc/plugin-formatjs@9.13.0 @swc/plugin-prefresh@12.13.0 @swc/plugin-emotion@14.13.0 @swc/plugin-swc-sdk@12.13.0 @swc/plugin-relay@12.13.0 @swc-contrib/plugin-graphql-codegen-client-preset@0.25.0 @swc/plugin-jest@12.13.0 @swc/plugin-loadable-components@11.13.0 @swc/plugin-noop@12.13.0 [skip ci]
|
swc_core to v69swc_core to v69.0.0
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
PR Review: build: Update
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 068825dff9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "Codex (@codex) review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".
| repository = { workspace = true } | ||
| rust-version = { workspace = true } | ||
| version = "8.0.0" | ||
| version = "9.0.0" |
There was a problem hiding this comment.
Update Cargo.lock for the bumped local crates
When this path crate version is bumped, the committed Cargo.lock also needs to be regenerated; it still records swc_emotion as 8.0.0 (and similarly leaves the other local crates at their pre-bump versions). Locked Cargo builds or release jobs that rely on the committed lockfile will refuse to rewrite it, while unlocked builds will dirty the checkout by updating the lockfile during the build.
Useful? React with 👍 / 👎.
No description provided.