Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite-plugin-graphql-loader 3.0.1 -> 4.0.2 age adoption passing confidence

Release Notes

0x31/vite-plugin-graphql-loader (vite-plugin-graphql-loader)

v4.0.2

Compare Source

Full Changelog: 0x31/vite-plugin-graphql-loader@v4.0.0...v4.0.2

Changelog:

  • Allow passing sourceMapOptions when initializing the plugin to configure how the source map is generated (see options here). noSourceMap can alternatively be used to disable source map generation. For example, to enable more detailed source maps:
import graphqlLoader from "vite-plugin-graphql-loader";
graphqlLoader({ sourceMapOptions: { hires: true } });

v4.0.1

Compare Source

v4.0.0

Compare Source

Full Changelog: 0x31/vite-plugin-graphql-loader@v3.0.1...v4.0.0

Changelog:

  • Added source-map generation. Can by disabled by initializing with graphqlLoader({noSourceMap: true}).
  • Refactored code generation to be more maintainable, added more test cases.
  • Migrated from yarn to bun.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Jul 20, 2024

⚠️ No Changeset found

Latest commit: f7ed4f2

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

@renovate renovate bot force-pushed the renovate/major-all-dev branch 2 times, most recently from ed87c43 to 15cfa8e Compare July 23, 2024 16:12
@renovate renovate bot force-pushed the renovate/major-all-dev branch from 15cfa8e to f7ed4f2 Compare July 24, 2024 20:31
@alessbell alessbell added this pull request to the merge queue Jul 24, 2024
Merged via the queue into main with commit 0c8a593 Jul 24, 2024
@alessbell alessbell deleted the renovate/major-all-dev branch July 24, 2024 20:39
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.

2 participants