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

Update all non-major dependencies #397

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/add (source) 5.0.0 -> 5.0.3 age adoption passing confidence
@graphql-codegen/cli (source) 5.0.0 -> 5.0.3 age adoption passing confidence
@graphql-codegen/typescript (source) 4.0.1 -> 4.1.2 age adoption passing confidence
@graphql-codegen/typescript-operations (source) 4.0.1 -> 4.4.0 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.2 -> 5.2.1 age adoption passing confidence
@vue/compiler-sfc (source) 3.4.4 -> 3.5.13 age adoption passing confidence
browserslist 4.22.2 -> 4.24.3 age adoption passing confidence
esbuild-plugin-browserslist 0.10.0 -> 0.15.0 age adoption passing confidence
graphql 16.8.1 -> 16.10.0 age adoption passing confidence
pnpm (source) 8.14.0 -> 8.15.9 age adoption passing confidence
prettier (source) 3.1.1 -> 3.4.2 age adoption passing confidence
sass 1.69.7 -> 1.83.0 age adoption passing confidence
typescript (source) 5.3.3 -> 5.7.2 age adoption passing confidence
vite-plugin-webfont-dl (source) 3.9.1 -> 3.10.3 age adoption passing confidence
vite-tsconfig-paths 4.2.3 -> 4.3.2 age adoption passing confidence
vue (source) 3.4.4 -> 3.5.13 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/add)

v5.0.3

Compare Source

Patch Changes
  • #​9987 5501c62 Thanks @​taro-28! - Export configuration types (e.g. AddPluginConfig) from the entry point.

    import type { AddPluginConfig } from '@​graphql-codegen/add';

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/cli)

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v4.1.2

Compare Source

Patch Changes

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes

v4.0.7

Compare Source

Patch Changes

v4.0.6

Compare Source

Patch Changes

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)

v4.4.0

Compare Source

Minor Changes
Patch Changes

v4.3.1

Compare Source

Patch Changes

v4.3.0

Compare Source

Minor Changes
  • #​10077 3f4f546 Thanks @​eddeee888! - Extend config.avoidOptions to support query, mutation and subscription

    Previously, config.avoidOptions.resolvers was being used to make query, mutation and subscription fields non-optional.
    Now, config.avoidOptions.query, config.avoidOptions.mutation and config.avoidOptions.subscription can be used to target the respective types.

Patch Changes

v4.2.3

Compare Source

Patch Changes

v4.2.2

Compare Source

Patch Changes

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes
Patch Changes

v4.1.3

Compare Source

Patch Changes

v4.1.2

Compare Source

Patch Changes

v4.1.1

Compare Source

Patch Changes

v4.1.0

Compare Source

Minor Changes
  • #​9811 d8364e045 Thanks @​saihaj! - fix: out-of-memory crash (fixes #​7720)
    perf: implement a caching mechanism that makes sure the type originating at the same location is never generated twice, as long as the combination of selected fields and possible types matches
    feat: implement extractAllFieldsToTypes: boolean
    feat: implement printFieldsOnNewLines: boolean
Patch Changes
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.1

v5.2.0

  • feat: add a feature option to support custom component id generator (#​461) (7a1fc4c), closes #​461

v5.1.5

v5.1.4

v5.1.3

v5.1.2

v5.1.1

  • fix(plugin-vue): clear script cache if recall (f5eb5ac), closes #​431

v5.1.0

v5.0.5


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 5465697 to fa61c94 Compare January 14, 2024 04:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5bae613 to a99477a Compare January 22, 2024 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c5bdc6a to 4b2a290 Compare January 29, 2024 23:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d967286 to 83af98f Compare February 6, 2024 15:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 25cd1c4 to 9690115 Compare October 17, 2024 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 981c626 to 8ace6b5 Compare October 23, 2024 22:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 391e98b to 2217586 Compare November 2, 2024 00:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 758d43d to e816141 Compare November 15, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8509aa9 to 746d595 Compare November 22, 2024 23:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e6c9ee2 to 6e4c42b Compare November 26, 2024 15:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 08e81c3 to a28fdac Compare December 6, 2024 10:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a9acf20 to d6e05a3 Compare December 13, 2024 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6e05a3 to a353c9d Compare December 15, 2024 12:13
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
Development

Successfully merging this pull request may close these issues.

0 participants