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

chore(deps-dev): bump @swc/core from 1.3.49 to 1.9.3 #4668

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

Bumps @swc/core from 1.3.49 to 1.9.3.

Release notes

Sourced from @​swc/core's releases.

v1.9.3

No release notes provided.

v1.9.3-nightly-20241122.1

No release notes provided.

v1.9.2

No release notes provided.

v1.9.2-nightly-20241111.1

No release notes provided.

v1.9.1

No release notes provided.

v1.9.1-nightly-20241106.1

No release notes provided.

v1.9.0

No release notes provided.

v1.9.0-nightly-20241106.1

No release notes provided.

v1.8.0

No release notes provided.

v1.8.0-nightly-20241104.1

No release notes provided.

v1.7.42

No release notes provided.

v1.7.42-nightly-20241031.1

No release notes provided.

v1.7.41-nightly-20241031.1

No release notes provided.

v1.7.40

No release notes provided.

v1.7.40-nightly-20241026.1

No release notes provided.

v1.7.39

No release notes provided.

v1.7.39-nightly-20241022.1

No release notes provided.

... (truncated)

Changelog

Sourced from @​swc/core's changelog.

[1.9.3] - 2024-11-22

Bug Fixes

  • (@​swc/types) Tsc build file ignored by npm (#9754) (14a5c1e)

  • (es) Source map super(...args) calls in injected constructors (#9745) (35b0ca0)

  • (es/plugin) Migrate swc plugin new to use .cargo/config.toml (#9740) (4ffb21e)

  • (es/resolver) Ignore VarDecl with declare: true (#9734) (aa0f784)

Documentation

Features

Miscellaneous Tasks

Performance

  • (es/plugin) Make analyze_source_file lazy, again (#9732) (c1d12d6)

... (truncated)

Commits
  • 12b9c7c chore: Publish 1.9.3 with swc_core v6.0.1
  • 62d3d19 chore: Update changelog
  • 6fa8ca8 chore: Publish 1.9.3-nightly-20241122.1 with swc_core v6.0.1
  • 4e903e9 chore: Publish crates with swc_core v6.0.1
  • e0fdd68 feat(visit): Derive serde for AstParentKind (#9744)
  • 14a5c1e fix(@​swc/types): tsc build file ignored by npm (#9754)
  • cd4321c doc(types): Document Assumptions API (#9746)
  • 35b0ca0 fix(es): Source map super(...args) calls in injected constructors (#9745)
  • c55e524 chore: Publish crates with swc_core v6.0.1
  • 4ffb21e fix(es/plugin): Migrate swc plugin new to use .cargo/config.toml (#9740)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 26, 2024
@pepopowitz pepopowitz added the deploy Stand up a temporary docs site with this PR label Dec 2, 2024
@github-actions github-actions bot temporarily deployed to camunda-docs December 2, 2024 21:50 Destroyed
Copy link
Collaborator

@pepopowitz pepopowitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kind of expected something to go wrong with this one, but I've checked both locally and on the deploy preview, and everything seems to be good!

I'm going to re-generate though based on the just-merged node-22 bump, in case it affects package-lock.

@pepopowitz
Copy link
Collaborator

@dependabot recreate

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.49 to 1.9.3.
- [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.49...v1.9.3)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/swc/core-1.9.3 branch from 6749f19 to 56e0473 Compare December 2, 2024 22:15
Copy link
Collaborator

@pepopowitz pepopowitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😕 Preview deploys seem to be broken when looking for credentials right now (I've asked infra about it), but everything looks good locally.

@pepopowitz pepopowitz merged commit fddd339 into main Dec 2, 2024
5 of 6 checks passed
@pepopowitz pepopowitz deleted the dependabot/npm_and_yarn/swc/core-1.9.3 branch December 2, 2024 23:08
Copy link
Contributor

github-actions bot commented Dec 2, 2024

🧹 Preview environment for this PR has been torn down.

@clementnero clementnero restored the dependabot/npm_and_yarn/swc/core-1.9.3 branch December 3, 2024 08:37
@clementnero clementnero deleted the dependabot/npm_and_yarn/swc/core-1.9.3 branch December 3, 2024 09:25
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 deploy Stand up a temporary docs site with this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant