-
Notifications
You must be signed in to change notification settings - Fork 198
build(deps): Bump the swc group across 1 directory with 5 updates #9336
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
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/npm_and_yarn/swc-ea872c3f9c
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+85
−76
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the swc group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@swc/cli](https://github.com/swc-project/pkgs) | `0.7.8` | `0.7.9` | | [@swc/core](https://github.com/swc-project/swc) | `1.14.0` | `1.15.7` | | [swc-plugin-css-modules](https://github.com/VKCOM/swc-plugin-css-modules) | `6.0.0` | `8.0.0` | | [swc-plugin-transform-remove-imports](https://github.com/VKCOM/swc-plugin-transform-remove-imports) | `7.0.0` | `8.3.0` | | [@swc/helpers](https://github.com/swc-project/swc) | `0.5.17` | `0.5.18` | Updates `@swc/cli` from 0.7.8 to 0.7.9 - [Commits](https://github.com/swc-project/pkgs/commits) Updates `@swc/core` from 1.14.0 to 1.15.7 - [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.14.0...v1.15.7) Updates `swc-plugin-css-modules` from 6.0.0 to 8.0.0 - [Release notes](https://github.com/VKCOM/swc-plugin-css-modules/releases) - [Commits](VKCOM/swc-plugin-css-modules@v6.0.0...v8.0.0) Updates `swc-plugin-transform-remove-imports` from 7.0.0 to 8.3.0 - [Release notes](https://github.com/VKCOM/swc-plugin-transform-remove-imports/releases) - [Commits](VKCOM/swc-plugin-transform-remove-imports@v7.0.0...v8.3.0) Updates `@swc/helpers` from 0.5.17 to 0.5.18 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG-CORE.md) - [Commits](https://github.com/swc-project/swc/commits) --- updated-dependencies: - dependency-name: "@swc/cli" dependency-version: 0.7.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: swc - dependency-name: "@swc/core" dependency-version: 1.15.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: swc - dependency-name: swc-plugin-css-modules dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: swc - dependency-name: swc-plugin-transform-remove-imports dependency-version: 8.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: swc - dependency-name: "@swc/helpers" dependency-version: 0.5.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: swc ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
e2e tests |
Contributor
|
✅ Изменений в собранных файлах нет Commit a1f0708 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9336 +/- ##
=======================================
Coverage 94.96% 94.96%
=======================================
Files 436 436
Lines 11763 11763
Branches 4329 4329
=======================================
Hits 11171 11171
Misses 592 592
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
👀 Docs deployed
📦 Package ❌yarn add @vkontakte/vkui@Commit a1f0708 |
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
javascript
Pull requests that update Javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the swc group with 5 updates in the / directory:
0.7.80.7.91.14.01.15.76.0.08.0.07.0.08.3.00.5.170.5.18Updates
@swc/clifrom 0.7.8 to 0.7.9Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@swc/clisince your current version.Updates
@swc/corefrom 1.14.0 to 1.15.7Changelog
Sourced from
@swc/core's changelog.... (truncated)
Commits
9ff2124chore: Publish1.15.7withswc_corev52.0.012ca641chore: Publish1.15.7-nightly-20251218.1withswc_corev52.0.025d0985chore: Publish crates withswc_corev52.0.0eb02780fix(es/minifier): Prevent unsafe sequence merging insuper()calls (#11381)6746002fix(es/transformer): Fix variable declaration for nullish coalescing in else-...cfff553refactor(es/transformer): Port var injector (#11383)1ec444efix(es/transforms): Update_ts_rewrite_relative_import_extensionhelper cod...3639523perf(es/minifier): Optimize data structures ofProgramData(#11374)769c9d2feat(es/transformer): Mergeprivate_properties_in_object(#11378)5314e18chore: Update changelogUpdates
swc-plugin-css-modulesfrom 6.0.0 to 8.0.0Release notes
Sourced from swc-plugin-css-modules's releases.
Commits
fa6333av8.0.03b80395feat: Enable backward-compatibility feature (#488)8f3731dbuild(deps): cargo update (#487)49f5e90build(deps): cargo update (#482)d9d6461v7.1.0b713c49tech: revert version bumped before failed publish (#476)4a6fdd5ci(publish): try to fix npm publish error (#475)987d8a1v7.1.0d378ae7feat: update swc_core to 48.0.4 (#474)a14e3ffbuild(deps): cargo update (#473)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for swc-plugin-css-modules since your current version.
Updates
swc-plugin-transform-remove-importsfrom 7.0.0 to 8.3.0Release notes
Sourced from swc-plugin-transform-remove-imports's releases.
Commits
2218956v8.3.01fff022ci(publish): try to fix npm publish error (#555)7a28a48v8.2.0a6899cabuild(deps): bump actions/checkout from 5 to 6 (#552)1c866b4v8.1.01ccb3befeat: update swc_core to 48.0.4 (#554)9e77cc5build(deps): cargo update (#553)4c2d191ci(publish.yml): use OIDC for publishing (#551)85af78cbuild(deps): cargo update (#550)403978fbuild(deps): cargo update (#549)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for swc-plugin-transform-remove-imports since your current version.
Updates
@swc/helpersfrom 0.5.17 to 0.5.18Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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