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

build(deps): Bump the swc group with 6 updates #6529

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2024


Bumps the swc group with 6 updates:

Package From To
@swc/cli 0.1.64 0.3.9
@swc/core 1.3.105 1.4.0
@swc/jest 0.2.31 0.2.36
swc-plugin-css-modules 0.1.7 0.1.9
swc-plugin-transform-remove-imports 1.10.0 1.12.0
@swc/helpers 0.5.3 0.5.6

Updates @swc/cli from 0.1.64 to 0.3.9

Commits

Updates @swc/core from 1.3.105 to 1.4.0

Changelog

Sourced from @​swc/core's changelog.

[1.4.0] - 2024-02-05

Bug Fixes

  • (cli) Make Rust CLI use sourcemap code from the swc crate (#8576) (82bc061)

  • (es/codegen) Fix codegen of async methods with decorators (#8575) (8c32225)

  • (es/lexer) Fix typo in package keyword (#8589) (8413a6c)

  • (es/minifier) Fix top-level check (#8583) (a7c5255)

  • (es/proposals) Support using using keyword with functions (#8574) (d81596c)

  • (es/resolver) Skip property in JSX member (#8598) (d480ab9)

  • (es/testing) Make test_inline! not read output as a file (#8569) (d683089)

  • (es/typescript) Handle exported JSX binding name in TypeScript namespace (#8596) (2a70a6b)

Features

Refactor

  • (es/ast) Improve type definitions of patterns (#8532) (7f2a2c1)

Testing

  • (es/minifer) Update the passing terser test list (#8573) (8b86638)

... (truncated)

Commits
  • d03f15c chore: Publish crates
  • a3d333a chore: Publish v1.4.0 with swc_core v0.90.x (#8599)
  • abf615d chore: Publish 1.3.108-nightly-20240205.1
  • 48524e2 chore: Bump crates
  • 7f2a2c1 refactor(es/ast): Improve type definitions of patterns (#8532)
  • 47e7b89 chore: Bump crates
  • d480ab9 fix(es/resolver): Skip property in JSX member (#8598)
  • 52b821a chore: Publish 1.3.108-nightly-20240204.1
  • b34421b chore: Bump crates
  • 2a70a6b fix(es/typescript): Handle exported JSX binding name in TypeScript namespace ...
  • Additional commits viewable in compare view

Updates @swc/jest from 0.2.31 to 0.2.36

Commits

Updates swc-plugin-css-modules from 0.1.7 to 0.1.9

Release notes

Sourced from swc-plugin-css-modules's releases.

v0.1.9

What's Changed

swc_core=0.90

Full Changelog: VKCOM/swc-plugin-css-modules@v0.1.8...v0.1.9

v0.1.8

What's Changed

swc_core=0.89

Full Changelog: VKCOM/swc-plugin-css-modules@v0.1.7...v0.1.8

Commits

Updates swc-plugin-transform-remove-imports from 1.10.0 to 1.12.0

Release notes

Sourced from swc-plugin-transform-remove-imports's releases.

v1.12.0

What's Changed

swc_core=0.90

Full Changelog: VKCOM/swc-plugin-transform-remove-imports@v1.11.0...v1.12.0

v1.11.0

What's Changed

swc_core=0.89

Full Changelog: VKCOM/swc-plugin-transform-remove-imports@v1.10.0...v1.11.0

Commits

Updates @swc/helpers from 0.5.3 to 0.5.6

Commits

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

Bumps the swc group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@swc/cli](https://github.com/swc-project/pkgs) | `0.1.64` | `0.3.9` |
| [@swc/core](https://github.com/swc-project/swc) | `1.3.105` | `1.4.0` |
| [@swc/jest](https://github.com/swc-project/pkgs) | `0.2.31` | `0.2.36` |
| [swc-plugin-css-modules](https://github.com/VKCOM/swc-plugin-css-modules) | `0.1.7` | `0.1.9` |
| [swc-plugin-transform-remove-imports](https://github.com/VKCOM/swc-plugin-transform-remove-imports) | `1.10.0` | `1.12.0` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.3` | `0.5.6` |


Updates `@swc/cli` from 0.1.64 to 0.3.9
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `@swc/core` from 1.3.105 to 1.4.0
- [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.3.105...v1.4.0)

Updates `@swc/jest` from 0.2.31 to 0.2.36
- [Commits](https://github.com/swc-project/pkgs/commits)

Updates `swc-plugin-css-modules` from 0.1.7 to 0.1.9
- [Release notes](https://github.com/VKCOM/swc-plugin-css-modules/releases)
- [Commits](VKCOM/swc-plugin-css-modules@v0.1.7...v0.1.9)

Updates `swc-plugin-transform-remove-imports` from 1.10.0 to 1.12.0
- [Release notes](https://github.com/VKCOM/swc-plugin-transform-remove-imports/releases)
- [Commits](VKCOM/swc-plugin-transform-remove-imports@v1.10.0...v1.12.0)

Updates `@swc/helpers` from 0.5.3 to 0.5.6
- [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/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: swc
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: swc
- dependency-name: "@swc/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: swc
- dependency-name: swc-plugin-css-modules
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: swc
- dependency-name: swc-plugin-transform-remove-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 7, 2024 12:13
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 7, 2024
@dependabot dependabot bot requested a review from a team February 7, 2024 12:13
Copy link
Contributor

github-actions bot commented Feb 7, 2024

size-limit report 📦

Path Size
JS 351.86 KB (+0.74% 🔺)
JS (gzip) 107.13 KB (+0.33% 🔺)
JS (brotli) 88.32 KB (+0.06% 🔺)
JS import Div (tree shaking) 1.43 KB (0%)
CSS 258 KB (0%)
CSS (gzip) 33.82 KB (0%)
CSS (brotli) 27.46 KB (0%)

Copy link

codesandbox-ci bot commented Feb 7, 2024

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.

Latest deployment of this branch, based on commit 6451d34:

Sandbox Source
VKUI TypeScript Configuration

Copy link
Contributor

github-actions bot commented Feb 7, 2024

e2e tests

Playwright Report

Copy link
Contributor

github-actions bot commented Feb 7, 2024

👀 Docs deployed

Commit 6451d34

@inomdzhon inomdzhon merged commit 44067f9 into master Feb 7, 2024
23 checks passed
@inomdzhon inomdzhon deleted the dependabot/npm_and_yarn/swc-8884375acf branch February 7, 2024 13:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants