Skip to content

chore(deps): bump the dependencies group with 2 updates #772

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2024

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.5.7 to 1.5.11

Changelog

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

Changelog

[1.5.9] - 2024-05-28

Bug Fixes

  • (es/codegen) Accept &impl Node instead of impl Node (#8969) (a456799)

  • (es/es2015) Fix typeof comparions with "object" (#8976) (51e0639)

  • (es/minifier) Add type check to & and | (#8965) (545ec51)

  • (es/minifier) Fix comparison of -0.0 and 0 (#8973) (2a43df4)

  • (es/minifier) Mark usage in TaggedTpl as ref (#8975) (a753c8d)

Features

  • (es/codegen) Add to_code (#8968) (e80fd41)

  • (plugin/runner) Add description about wasi and file system (#8963) (ced63a9)

Testing

  • (es/decorators) Add tests written by evanw (#8967) (95472e4)

  • (es/minifier) Update the passing terser test list (#8984) (c0dc5e4)

[1.5.8] - 2024-05-20

Bug Fixes

  • (es/minifier) Abort array property inliner if the array is used as a ref (#8956) (255485e)

  • (es/minifier) Abort property hoisting on eval (#8957) (02729f2)

... (truncated)

Commits
  • ac28dea chore: Publish 1.5.11 with swc_core v0.92.6
  • 6d58a5d chore: Fix publish.sh by using cd
  • 92af375 chore: Update changelog
  • f154db8 chore: Publish 1.5.10 with swc_core v0.92.6
  • a8c32aa chore: Fix scripts.version
  • 8099bbe chore: Fix publish script
  • 66e25dd chore: Update changelog
  • eb3e35d chore: Publish 1.5.9 with swc_core v0.92.6
  • d0c5670 chore: Fix publish action
  • 3f47906 chore: Bump crates
  • Additional commits viewable in compare view

Updates @swc/core-darwin-arm64 from 1.5.7 to 1.5.11

Changelog

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

Changelog

[1.5.9] - 2024-05-28

Bug Fixes

  • (es/codegen) Accept &impl Node instead of impl Node (#8969) (a456799)

  • (es/es2015) Fix typeof comparions with "object" (#8976) (51e0639)

  • (es/minifier) Add type check to & and | (#8965) (545ec51)

  • (es/minifier) Fix comparison of -0.0 and 0 (#8973) (2a43df4)

  • (es/minifier) Mark usage in TaggedTpl as ref (#8975) (a753c8d)

Features

  • (es/codegen) Add to_code (#8968) (e80fd41)

  • (plugin/runner) Add description about wasi and file system (#8963) (ced63a9)

Testing

  • (es/decorators) Add tests written by evanw (#8967) (95472e4)

  • (es/minifier) Update the passing terser test list (#8984) (c0dc5e4)

[1.5.8] - 2024-05-20

Bug Fixes

  • (es/minifier) Abort array property inliner if the array is used as a ref (#8956) (255485e)

  • (es/minifier) Abort property hoisting on eval (#8957) (02729f2)

... (truncated)

Commits
  • ac28dea chore: Publish 1.5.11 with swc_core v0.92.6
  • 6d58a5d chore: Fix publish.sh by using cd
  • 92af375 chore: Update changelog
  • f154db8 chore: Publish 1.5.10 with swc_core v0.92.6
  • a8c32aa chore: Fix scripts.version
  • 8099bbe chore: Fix publish script
  • 66e25dd chore: Update changelog
  • eb3e35d chore: Publish 1.5.9 with swc_core v0.92.6
  • d0c5670 chore: Fix publish action
  • 3f47906 chore: Bump 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

@dependabot dependabot bot requested a review from a team as a code owner May 28, 2024 08:26
@dependabot dependabot bot added dependencies Used by dependabot for dependency updates npm Used by dependabot labels May 28, 2024
@andrew-scott-fischer
Copy link
Contributor

  • (es/codegen) Accept &impl Node instead of impl Node (#8969) (a456799)

@bitgopatmcl I think this is what was needed to be fixed before we could upgrade swc again, rignt?

@bitgopatmcl
Copy link
Contributor

@andrew-scott-fischer this PR is suspicious still since generally @swc/core should also be updated here

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.5.7 to 1.5.11
- [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.5.7...v1.5.11)

Updates `@swc/core-darwin-arm64` from 1.5.7 to 1.5.11
- [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.5.7...v1.5.11)

---
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] <[email protected]>
@dependabot dependabot bot force-pushed the 5393dependabot/npm_and_yarn/dependencies-266816d6ec branch from 74dcc86 to d38d5ab Compare May 29, 2024 08:40
Copy link

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

Package New capabilities Transitives Size Publisher
npm/@swc/[email protected] None 0 37.7 MB kdy1
npm/@swc/[email protected] None 0 50.3 MB kdy1

View full report↗︎

@bitgopatmcl
Copy link
Contributor

Closing and waiting for the next PR which hopefully should include @swc/core

Copy link
Contributor Author

dependabot bot commented on behalf of github May 29, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the 5393dependabot/npm_and_yarn/dependencies-266816d6ec branch May 29, 2024 21:41
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.

2 participants