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

fix(deps): update rust crate swc_core to 0.92.* #9434

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
swc_core dependencies minor 0.75.* -> 0.92.*

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented May 17, 2023

⚠️ No Changeset found

Latest commit: d7e1a25

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented May 17, 2023

πŸš€ Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-codegen/visitor-plugin-common 5.1.1-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/typescript-document-nodes 4.0.7-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/gql-tag-operations 4.0.7-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/typescript-operations 4.2.1-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/typescript-resolvers 4.0.7-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/typed-document-node 5.0.7-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/typescript 4.0.7-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/client-preset 4.2.6-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ
@graphql-codegen/graphql-modules-preset 4.0.7-alpha-20240507043402-d7e1a25e755d9c5ba33eb4ca1fc2ad58a091538b npm β†—οΈŽ unpkg β†—οΈŽ

Copy link
Collaborator

@YassinEldeeb YassinEldeeb left a comment

Choose a reason for hiding this comment

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

This is so weird, the CI errors that resulted from this PR have nothing to do with upgrading rust swc_core, they are repeated:

$ tsx generate-config-json-schema.ts
Error: Not supported: IndexSignatureDeclaration with index symbol other than a number or a string

which I wonder how it got introduced, because typescript-json-schema dependency didn't change when diff-ing with main, any ideas?

@github-actions
Copy link
Contributor

github-actions bot commented May 24, 2023

πŸ’» Website Preview

The latest changes are available as preview in: https://17105556.graphql-code-generator.pages.dev

@kamilkisiela
Copy link
Collaborator

This is so weird, the CI errors that resulted from this PR have nothing to do with upgrading rust swc_core, they are repeated:

$ tsx generate-config-json-schema.ts
Error: Not supported: IndexSignatureDeclaration with index symbol other than a number or a string

which I wonder how it got introduced, because typescript-json-schema dependency didn't change when diff-ing with main, any ideas?

Github creates "temporary branches" (example refs/remotes/pull/9434/merge) where it merges the target branch with the source branch (in this case master with renovate/swc-monorepo) so even though this PR does not contain any changes to JS code or package.json, it uses an old "version" of master (the one that was available when the PR was created).

I asked Renovate to do a rebase. Now you see a rust error.

@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.76.* fix(deps): update rust crate swc_core to 0.78.* Jun 12, 2023
Copy link
Collaborator

@YassinEldeeb YassinEldeeb left a comment

Choose a reason for hiding this comment

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

Every SWC Core version works with a specific range of Next.js versions.

https://swc.rs/docs/plugin/selecting-swc-core

@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.78.* fix(deps): update rust crate swc_core to 0.79.* Jun 29, 2023
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.79.* fix(deps): update rust crate swc_core to 0.80.* Aug 24, 2023
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.80.* fix(deps): update rust crate swc_core to 0.81.* Aug 24, 2023
@renovate renovate bot force-pushed the renovate/swc-monorepo branch 2 times, most recently from 7e2c1ff to f2a23ec Compare August 28, 2023 04:22
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.81.* fix(deps): update rust crate swc_core to 0.82.* Aug 28, 2023
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.82.* fix(deps): update rust crate swc_core to 0.83.* Sep 5, 2023
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.83.* fix(deps): update rust crate swc_core to 0.84.* Oct 8, 2023
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.89.* fix(deps): update rust crate swc_core to 0.90.* Feb 5, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.* fix(deps): update rust crate swc_core to 0.90.30 Apr 14, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.30 fix(deps): update rust crate swc_core to 0.90.31 Apr 15, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.31 fix(deps): update rust crate swc_core to 0.90.32 Apr 16, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.32 fix(deps): update rust crate swc_core to 0.90.33 Apr 16, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.33 fix(deps): update rust crate swc_core to 0.90.34 Apr 17, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.34 fix(deps): update rust crate swc_core to 0.90.35 Apr 18, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.35 fix(deps): update rust crate swc_core to 0.90.36 Apr 19, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.36 fix(deps): update rust crate swc_core to 0.90.37 Apr 23, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.90.37 fix(deps): update rust crate swc_core to 0.91.0 Apr 24, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.91.0 fix(deps): update rust crate swc_core to 0.91.1 Apr 27, 2024
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.91.1 fix(deps): update rust crate swc_core to 0.91.2 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 52305e7 to 9577355 Compare May 1, 2024 00:56
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.91.2 fix(deps): update rust crate swc_core to 0.91.3 May 1, 2024
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 9577355 to 0d06712 Compare May 5, 2024 11:07
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.91.3 fix(deps): update rust crate swc_core to 0.91.* May 5, 2024
@renovate renovate bot force-pushed the renovate/swc-monorepo branch from 0d06712 to d7e1a25 Compare May 7, 2024 04:32
@renovate renovate bot changed the title fix(deps): update rust crate swc_core to 0.91.* fix(deps): update rust crate swc_core to 0.92.* May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants