Skip to content

Update all non-major dependencies #397

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

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 Confidence
@graphql-codegen/add (source) 5.0.0 -> 5.0.3 age confidence
@graphql-codegen/cli (source) 5.0.0 -> 5.0.7 age confidence
@graphql-codegen/typescript (source) 4.0.1 -> 4.1.6 age confidence
@graphql-codegen/typescript-operations (source) 4.0.1 -> 4.6.1 age confidence
@vitejs/plugin-vue (source) 5.0.2 -> 5.2.4 age confidence
@vue/compiler-sfc (source) 3.4.4 -> 3.5.17 age confidence
browserslist 4.22.2 -> 4.25.1 age confidence
esbuild-plugin-browserslist 0.10.0 -> 0.16.0 age confidence
graphql 16.8.1 -> 16.11.0 age confidence
pnpm (source) 8.14.0 -> 8.15.9 age confidence
prettier (source) 3.1.1 -> 3.6.2 age confidence
sass 1.69.7 -> 1.89.2 age confidence
typescript (source) 5.3.3 -> 5.8.3 age confidence
vite-plugin-webfont-dl (source) 3.9.1 -> 3.11.0 age confidence
vite-tsconfig-paths 4.2.3 -> 4.3.2 age confidence
vue (source) 3.4.4 -> 3.5.17 age 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.7

Compare Source

Patch Changes

v5.0.6

Compare Source

Patch Changes

v5.0.5

Compare Source

Patch Changes

v5.0.4

Compare Source

Patch Changes

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.6

Compare Source

Patch Changes

v4.1.5

Compare Source

Patch Changes

v4.1.4

Compare Source

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
  • #​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.6.1

Compare Source

Patch Changes

v4.6.0

Compare Source

Minor Changes
Patch Changes

v4.5.1

Compare Source

Patch Changes

v4.5.0

Compare Source

Minor Changes
Patch Changes

v4.4.1

Compare Source

Patch Changes

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.4

Features
  • plugin-vue: use transformWithOxc if rolldown-vite is detected (#​584) (6ac8e3a)
Bug Fixes
  • plugin-vue: handle sourcemap with empty script code (#​585) (7f73970)
  • plugin-vue: when the resource path contains chinese characters, dev/build is inconsistent (#​550) (5f6affe)
Miscellaneous Chores

v5.2.3

5.2.3 (2025-03-17)

v5.2.2

Features
  • css: tree shake scoped styles (#​533) (333094f)
  • pass descriptor vapor flag to compileTemplte (219e007)
Bug Fixes
  • deps: update all non-major dependencies (#​482) (cdbae68)
  • deps: update all non-major dependencies (#​488) (5d39582)
  • generate unique component id (#​538) (2704e85)
  • index: move the if check earlier to avoid creating unnecessary ssr when entering return block (#​523) (2135c84)
  • plugin-vue: default value for compile time flags (#​495) (ae9d948)
  • plugin-vue: ensure HMR updates styles when SFC is treated as a type dependency (#​541) (4abe3be)
  • plugin-vue: resolve sourcemap conflicts in build watch mode with cached modules (#​505) (906cebb)
  • plugin-vue: support external import URLs for monorepos (#​524) (cdd4922)
  • plugin-vue: support vapor template-only component (#​529) (95be153)
  • plugin-vue: suppress warnings for non-recognized pseudo selectors form lightningcss (#​521) (15c0eb0)
  • properly interpret boolean values in define (#​545) (46d3d65)
Miscellaneous Chores
  • deps: update dependency rollup to ^4.27.4 (#​479) (428320d)
  • deps: update dependency rollup to ^4.28.1 (#​484)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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 3 times, most recently from 38e7c85 to 4c23b77 Compare March 3, 2025 03:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ecfa974 to 057b392 Compare March 18, 2025 02:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9a77c28 to 947482d Compare April 3, 2025 01:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 948f49a to 78ae428 Compare April 5, 2025 02:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6d81c32 to 2192fd3 Compare April 26, 2025 09:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8212ad9 to 9c44cd3 Compare May 9, 2025 12:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 903e86c to 6e32a3c Compare May 16, 2025 02:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0bcdbe2 to 5f44fed Compare May 31, 2025 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b328b60 to c986e5d Compare June 9, 2025 21:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 211c514 to 3e5ff52 Compare June 25, 2025 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3e5ff52 to 089024c Compare July 5, 2025 15:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 089024c to 5bf8f08 Compare July 7, 2025 17:28
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