Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2023

Bumps the dependencies group with 2 updates: @swc/core-linux-x64-gnu and @swc/core-darwin-arm64.

Updates @swc/core-linux-x64-gnu from 1.3.76 to 1.3.78

Changelog

Sourced from @​swc/core-linux-x64-gnu's changelog.

[1.3.78] - 2023-08-17

Bug Fixes

  • (es/codegen) Add quotes to property names when ascii_only is true (#7820) (04921f3)

  • (es/compat) Remove wrong logic for object patterns in object_rest (#7788) (3766a7c)

  • (es/minifier) Preserve cooked while compressing template literals (#7773) (05990a9)

  • (es/minifier) Abort seq inliner if var is not fn_local or reassigned (#7804) (f8ca366)

  • (es/minifier) Preserve more analysis data upon inlining (#7823) (31de19e)

Features

  • (es/module) Improve error message about relative jsc.baseUrl (#7827) (9099883)

Refactor

[1.3.77] - 2023-08-16

Bug Fixes

Features

... (truncated)

Commits
  • f9013a0 chore: Publish v1.3.78 with swc_core v0.79.69 (#7831)
  • becea47 chore: Publish crates
  • 31de19e fix(es/minifier): Preserve more analysis data upon inlining (#7823)
  • 9dbfadb chore: Publish crates
  • 9099883 feat(es/module): Improve error message about relative jsc.baseUrl (#7827)
  • ebbc929 chore: Publish crates
  • f8ca366 fix(es/minifier): Abort seq inliner if var is not fn_local or reassigned (#7804)
  • a6a5ec3 chore: Publish crates
  • 05990a9 fix(es/minifier): Preserve cooked while compressing template literals (#7773)
  • 05200ad chore: Publish crates
  • Additional commits viewable in compare view

Updates @swc/core-darwin-arm64 from 1.3.76 to 1.3.78

Changelog

Sourced from @​swc/core-darwin-arm64's changelog.

[1.3.78] - 2023-08-17

Bug Fixes

  • (es/codegen) Add quotes to property names when ascii_only is true (#7820) (04921f3)

  • (es/compat) Remove wrong logic for object patterns in object_rest (#7788) (3766a7c)

  • (es/minifier) Preserve cooked while compressing template literals (#7773) (05990a9)

  • (es/minifier) Abort seq inliner if var is not fn_local or reassigned (#7804) (f8ca366)

  • (es/minifier) Preserve more analysis data upon inlining (#7823) (31de19e)

Features

  • (es/module) Improve error message about relative jsc.baseUrl (#7827) (9099883)

Refactor

[1.3.77] - 2023-08-16

Bug Fixes

Features

... (truncated)

Commits
  • f9013a0 chore: Publish v1.3.78 with swc_core v0.79.69 (#7831)
  • becea47 chore: Publish crates
  • 31de19e fix(es/minifier): Preserve more analysis data upon inlining (#7823)
  • 9dbfadb chore: Publish crates
  • 9099883 feat(es/module): Improve error message about relative jsc.baseUrl (#7827)
  • ebbc929 chore: Publish crates
  • f8ca366 fix(es/minifier): Abort seq inliner if var is not fn_local or reassigned (#7804)
  • a6a5ec3 chore: Publish crates
  • 05990a9 fix(es/minifier): Preserve cooked while compressing template literals (#7773)
  • 05200ad chore: Publish crates
  • Additional commits viewable in compare view

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 dependencies group with 2 updates: [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) and [@swc/core-darwin-arm64](https://github.com/swc-project/swc).


Updates `@swc/core-linux-x64-gnu` from 1.3.76 to 1.3.78
- [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.76...v1.3.78)

Updates `@swc/core-darwin-arm64` from 1.3.76 to 1.3.78
- [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.76...v1.3.78)

---
updated-dependencies:
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@swc/core-darwin-arm64"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 24, 2023 21:59
@dependabot dependabot bot added dependencies Used by dependabot for dependency updates npm Used by dependabot labels Aug 24, 2023
@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@swc/core-darwin-arm64 1.3.78 None +0 34.4 MB kdy1
@swc/core-linux-x64-gnu 1.3.78 None +0 46.6 MB kdy1

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2023

Superseded by #523.

@dependabot dependabot bot closed this Aug 25, 2023
@dependabot dependabot bot deleted the 729fdependabot/npm_and_yarn/dependencies-c96320291b branch August 25, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Used by dependabot for dependency updates npm Used by dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant