-
Notifications
You must be signed in to change notification settings - Fork 186
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
build(deps): Bump the swc group with 4 updates #7923
Conversation
Bumps the swc group with 4 updates: [@swc/core](https://github.com/swc-project/swc), [swc-plugin-css-modules](https://github.com/VKCOM/swc-plugin-css-modules), [swc-plugin-transform-remove-imports](https://github.com/VKCOM/swc-plugin-transform-remove-imports) and [@swc/helpers](https://github.com/swc-project/swc). Updates `@swc/core` from 1.7.40 to 1.9.2 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.7.40...v1.9.2) Updates `swc-plugin-css-modules` from 0.1.21 to 1.0.0 - [Release notes](https://github.com/VKCOM/swc-plugin-css-modules/releases) - [Commits](VKCOM/swc-plugin-css-modules@v0.1.21...v1.0.0) Updates `swc-plugin-transform-remove-imports` from 1.23.0 to 2.0.0 - [Release notes](https://github.com/VKCOM/swc-plugin-transform-remove-imports/releases) - [Commits](VKCOM/swc-plugin-transform-remove-imports@v1.23.0...v2.0.0) Updates `@swc/helpers` from 0.5.13 to 0.5.15 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swc - dependency-name: swc-plugin-css-modules dependency-type: direct:development update-type: version-update:semver-major dependency-group: swc - dependency-name: swc-plugin-transform-remove-imports dependency-type: direct:development update-type: version-update:semver-major dependency-group: swc - dependency-name: "@swc/helpers" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swc ... Signed-off-by: dependabot[bot] <[email protected]>
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
size-limit report 📦
|
e2e tests
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7923 +/- ##
=======================================
Coverage 95.30% 95.30%
=======================================
Files 378 378
Lines 11196 11196
Branches 3735 3735
=======================================
Hits 10670 10670
Misses 526 526
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Bumps the swc group with 4 updates: @swc/core, swc-plugin-css-modules, swc-plugin-transform-remove-imports and @swc/helpers.
Updates
@swc/core
from 1.7.40 to 1.9.2Changelog
Sourced from
@swc/core
's changelog.... (truncated)
Commits
669d275
chore: Publish1.9.2
withswc_core
v5.0.3
47c6d38
chore: Update changelogf2be61f
chore: Publish1.9.2-nightly-20241111.1
withswc_core
v5.0.3
9aae07a
chore: Publish crates withswc_core
v5.0.3
e732a36
feat(es/codegen): Implement properinline_script
support (#9729)9dfa3f5
chore: Publish@swc/[email protected]
1606d08
chore: Publish crates withswc_core
v5.0.2
aff9de5
fix(es): Fix typo in feature name (#9721)7c396a1
chore: Update changelog3d87fe0
chore: Publish1.9.1
withswc_core
v5.0.1
Updates
swc-plugin-css-modules
from 0.1.21 to 1.0.0Release notes
Sourced from swc-plugin-css-modules's releases.
Commits
ff955c8
v1.0.099178a3
feat: update swc_core to 5.0.0 (#247)6a79a7b
v0.1.22d9a164d
feat: update swc_core to 4.0.0 (#246)4976c1f
build(deps): cargo update (#245)a5729eb
Merge pull request #244 from VKCOM/github-actions/build/deps/cargo-updatebea5a5a
build(deps): cargo update8fd546c
build(deps): cargo update (#243)Updates
swc-plugin-transform-remove-imports
from 1.23.0 to 2.0.0Release notes
Sourced from swc-plugin-transform-remove-imports's releases.
Commits
cb56f31
v2.0.04f5bd8c
feat: update swc_core to 5.0.0 (#403)850c9fb
build(deps): bump url from 2.5.2 to 2.5.3 (#402)e54f17c
v1.24.0e6c27ce
feat: update swc_core to 4.0.0 (#400)f6ed15a
build(deps): cargo update (#399)062e3a7
build(deps): cargo update (#398)d308cc4
build(deps): cargo update (#397)Updates
@swc/helpers
from 0.5.13 to 0.5.15Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions