7d09bb489c6c0029acdcae63a85a814eb9a73960
3162 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
7d09bb489c | fix(deps): update dependency @auth0/auth0-vue to v2.7.0 (#2899) | ||
|
|
14bc696371 |
chore(deps): update cypress/base docker tag to v26 (#2898)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cypress/base | stage | major | `25.0.0` → `26.0.0` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #2898 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se> |
||
|
|
78e1090313 | chore(deps): update graphqlcodegenerator monorepo to v6.0.1 (#2897) | ||
|
|
27092bfbdd | fix(deps): update dependency graphql to v16.14.0 (#2896) | ||
|
|
6748e174d9 | chore(deps): update nginx:1.30.0 docker digest to 56b5242 (#2894) | ||
|
|
d8a40371b1 | chore(deps): update dependency eslint-plugin-vue to v10.9.1 (#2893) | ||
|
|
3d30b9dbff | chore(deps): update dependency stylelint to v17.11.0 (#2892) | ||
|
|
a639ec9f37 | chore(deps): update dependency typescript-eslint to v8.59.2 (#2891) | ||
|
|
e6cbb9831b | fix(deps): update grafana faro to v2.5.0 (#2890) | ||
|
|
ec634d3d25 | fix(deps): update dependency @auth0/auth0-vue to v2.6.1 (#2889) | ||
|
|
4909bd01e0 | chore(deps): update dependency stylelint to v17.10.0 (#2888) | ||
|
|
189e35acf8 | fix(apollo): logout on stale Auth0 token errors (#2887) | ||
|
|
5e5071df2e | chore(deps): update dependency eslint to v10.3.0 (#2886) | ||
|
|
1a6f922c32 |
chore(deps): update graphqlcodegenerator monorepo (major) (#2885)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli)) | [`6.3.1` → `7.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fcli/6.3.1/7.0.0) |  |  | | [@graphql-codegen/fragment-matcher](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/other/fragment-matcher)) | [`6.0.1` → `7.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ffragment-matcher/6.0.1/7.0.0) |  |  | | [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript)) | [`5.0.10` → `6.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript/5.0.10/6.0.0) |  |  | | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator) ([source](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations)) | [`5.1.0` → `6.0.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript-operations/5.1.0/6.0.0) |  |  | --- ### Release Notes <details> <summary>dotansimha/graphql-code-generator (@​graphql-codegen/cli)</summary> ### [`v7.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/graphql-codegen-cli/CHANGELOG.md#700) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/cli@6.3.1...@graphql-codegen/cli@7.0.0) ##### Major Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Update deps to latest, some only support ESM Node 20 support is dropped in this release. Node 22 comes with `require()` support for ESM, which means it's easier to integrate ES modules into applications. Therefore, it is safe to start using ESM-only packages. If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS issues when running Jest tests, try using Vitest. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Set `noSilentErrors: true` by default When multiple files match documents pattern, and there are syntax errors in some but not others, then the operations with errors are not included in the loaded documents list by default (`noSilentErrors: false`). This is annoying for users as there is no feedback loop during development. `noSilentErrors: true` is used as the default for Codegen users to make the feedback loop faster. It can still overriden in Codegen Config if desired. ##### Patch Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Updated dependency [`@inquirer/prompts@^8.3.2` ↗︎](https://www.npmjs.com/package/@​inquirer/prompts/v/8.3.2) (from `^7.8.2`, in `dependencies`) - Updated dependency [`chalk@^5.6.0` ↗︎](https://www.npmjs.com/package/chalk/v/5.6.0) (from `^4.1.0`, in `dependencies`) - Updated dependency [`debounce@^3.0.0` ↗︎](https://www.npmjs.com/package/debounce/v/3.0.0) (from `^2.0.0`, in `dependencies`) - Updated dependency [`detect-indent@^7.0.0` ↗︎](https://www.npmjs.com/package/detect-indent/v/7.0.0) (from `^6.0.0`, in `dependencies`) - Updated dependency [`listr2@​^10.2.1` ↗︎](https://www.npmjs.com/package/listr2/v/10.2.1) (from `^9.0.0`, in `dependencies`) - Updated dependency [`log-symbols@^7.0.0` ↗︎](https://www.npmjs.com/package/log-symbols/v/7.0.0) (from `^4.0.0`, in `dependencies`) - Updated dependency [`ts-log@^3.0.0` ↗︎](https://www.npmjs.com/package/ts-log/v/3.0.0) (from `^2.2.3`, in `dependencies`) - Updated dependency [`yargs@^18.0.0` ↗︎](https://www.npmjs.com/package/yargs/v/18.0.0) (from `^17.0.0`, in `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Updated dependency [`chalk@^5.6.0` ↗︎](https://www.npmjs.com/package/chalk/v/5.6.0) (from `^4.1.0`, in `dependencies`) - Updated dependency [`debounce@^3.0.0` ↗︎](https://www.npmjs.com/package/debounce/v/3.0.0) (from `^2.0.0`, in `dependencies`) - Updated dependency [`detect-indent@^7.0.0` ↗︎](https://www.npmjs.com/package/detect-indent/v/7.0.0) (from `^6.0.0`, in `dependencies`) - Updated dependency [`listr2@​^10.2.1` ↗︎](https://www.npmjs.com/package/listr2/v/10.2.1) (from `^9.0.0`, in `dependencies`) - Updated dependency [`log-symbols@^7.0.0` ↗︎](https://www.npmjs.com/package/log-symbols/v/7.0.0) (from `^4.0.0`, in `dependencies`) - Updated dependency [`ts-log@^3.0.0` ↗︎](https://www.npmjs.com/package/ts-log/v/3.0.0) (from `^2.2.3`, in `dependencies`) - Updated dependency [`yargs@^18.0.0` ↗︎](https://www.npmjs.com/package/yargs/v/18.0.0) (from `^17.0.0`, in `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Updated dependency [`@inquirer/prompts@^8.3.2` ↗︎](https://www.npmjs.com/package/@​inquirer/prompts/v/8.3.2) (from `^7.8.2`, in `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Use ESM for CLI instead of CJS; For backwards compatibility; `graphql-codegen-esm` is reserved, and also `graphql-codegen-cjs` is added for users who want to use CJS. So the commands are; - `graphql-codegen` - ESM version, default - `graphql-codegen-esm` - ESM version, same as above, but reserved for backwards compatibility - `graphql-codegen-cjs` - CJS version, for users who want to use CJS, but not recommended for new users. Will be removed in the future. - `gql-gen` - ESM version, same as `graphql-codegen` - `graphql-code-generator` - ESM version, same as `graphql-codegen` and `gql-gen` - Updated dependencies \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]: - [@​graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset)@​6.0.0 - [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​7.0.0 - [@​graphql-codegen/core](https://github.com/graphql-codegen/core)@​6.0.0 </details> <details> <summary>dotansimha/graphql-code-generator (@​graphql-codegen/fragment-matcher)</summary> ### [`v7.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/other/fragment-matcher/CHANGELOG.md#700) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/fragment-matcher@6.0.1...@graphql-codegen/fragment-matcher@7.0.0) ##### Major Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support ##### Patch Changes - Updated dependencies \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]: - [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​7.0.0 </details> <details> <summary>dotansimha/graphql-code-generator (@​graphql-codegen/typescript)</summary> ### [`v6.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/typescript/CHANGELOG.md#600) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/typescript@5.0.10...@graphql-codegen/typescript@6.0.0) ##### Major Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: visitors' config option are moved based on their use case - addTypename/skipTypename: is only a types-visitor concern. This is moved to types-visitor from base-visitor - nonOptionalTypename: is a documents-visitor and types-visitor concern. Moved from base-visitor there - extractAllFieldsToTypes: is a documents-visitor concern. Moved from base-visitor there - enumPrefix and enumSuffix: need to be in base-visitor as all 3 types of visitors need this to correctly sync the enum type names. This is moved to base visitor - ignoreEnumValuesFromSchema: is a documents-visitor and types-visitor concern. Moved from base-visitor there. - globalNamespace: is a documents-visitor concern. Moved from base-visitor there Refactors - documents-visitor no longer extends types-visitor *option types* as they have two distinct usages now. The types now extend base-visitor types. This is now consistent with documents-visitor extending base-visitor - Classes now handle config parsing and types at the same level e.g. if typescript-operations plugin parses configOne, then the types for configOne must be in that class, rather than in base-documents-visitor Note: These visitors are rolled up into one type for simplicity - base-visitor: includes `base-visitor` - documents-visitor: includes `base-documents-visitor` and `typescript-operations` visitor - types-visitor: includes `base-types-visitor` and `typescript` visitor - resolvers-visitor: includes `base-resolvers-visitor` and `typescript-resolvers` visitor - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: make `unknown` instead of `any` the default custom scalar type - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Update deps to latest, some only support ESM Node 20 support is dropped in this release. Node 22 comes with `require()` support for ESM, which means it's easier to integrate ES modules into applications. Therefore, it is safe to start using ESM-only packages. If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS issues when running Jest tests, try using Vitest. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: `typescript` plugin no longer generates `Exact` utility type. Instead, `typescript-operations` generates said utility type for every file it creates. This is because it is used *only* for `Variables`, so we only need to generate it once for every generated operation file. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Remove unused utility types from `typescript` plugin as they were previously used for `typescript-operations` plugin: - `MakeOptional` - `MakeMaybe` - `MakeEmpty` - `Incremental` BREAKING CHANGE: Remove `getRootTypeNames` function because it's available in `@graphql-utils/tools` and not used anywhere ##### Minor Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - The `typescript-operations` plugin no longer generates InputMaybe and Scalars types; it now uses native Typescript types instead. ##### Patch Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from `~4.0.0`, in `dependencies`) - Updated dependency [`tslib@~2.6.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.6.0) (from `^2.8.0`, in `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from `~4.0.0`, in `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Extract utilities from base-type-visitor to be shared with other plugins later: convertSchemaEnumToDeclarationBlockString, getNodeComment - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix namingConvention not being applied consistently - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Abstract how enum imports are generated into visitor-plugin-common package - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix namingConvention not being applied consistently in imports, Variables, Input and Result - Updated dependencies \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]: - [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​7.0.0 - [@​graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@​7.0.0 - [@​graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast)@​6.0.0 </details> <details> <summary>dotansimha/graphql-code-generator (@​graphql-codegen/typescript-operations)</summary> ### [`v6.0.0`](https://github.com/dotansimha/graphql-code-generator/blob/HEAD/packages/plugins/typescript/operations/CHANGELOG.md#600) [Compare Source](https://github.com/dotansimha/graphql-code-generator/compare/@graphql-codegen/typescript-operations@5.1.0...@graphql-codegen/typescript-operations@6.0.0) ##### Major Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix nullable field optionality in operations Previously, a nullable Result field is generated as optional (marked by `?` TypeScript modifier) by default. This is not correct, because generally at runtime such field can only be `null`, and not `undefined` (both missing from the object OR `undefined`). The only exceptions are when fields are deferred (using `@defer` directive) or marked as conditional (using `@skip` or `@include`). Now, a nullable Result field cannot be optional unless the exceptions are met. This also limits `avoidOptionals` to only target Variables input, since some users may want to force explicit `null` when providing operation variables. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: visitors' config option are moved based on their use case - addTypename/skipTypename: is only a types-visitor concern. This is moved to types-visitor from base-visitor - nonOptionalTypename: is a documents-visitor and types-visitor concern. Moved from base-visitor there - extractAllFieldsToTypes: is a documents-visitor concern. Moved from base-visitor there - enumPrefix and enumSuffix: need to be in base-visitor as all 3 types of visitors need this to correctly sync the enum type names. This is moved to base visitor - ignoreEnumValuesFromSchema: is a documents-visitor and types-visitor concern. Moved from base-visitor there. - globalNamespace: is a documents-visitor concern. Moved from base-visitor there Refactors - documents-visitor no longer extends types-visitor *option types* as they have two distinct usages now. The types now extend base-visitor types. This is now consistent with documents-visitor extending base-visitor - Classes now handle config parsing and types at the same level e.g. if typescript-operations plugin parses configOne, then the types for configOne must be in that class, rather than in base-documents-visitor Note: These visitors are rolled up into one type for simplicity - base-visitor: includes `base-visitor` - documents-visitor: includes `base-documents-visitor` and `typescript-operations` visitor - types-visitor: includes `base-types-visitor` and `typescript` visitor - resolvers-visitor: includes `base-resolvers-visitor` and `typescript-resolvers` visitor - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: typescript-operations plugin now generates enum if it is used in operation. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Conditionally generate input types and output enums into target file - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: make `unknown` instead of `any` the default custom scalar type - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Update deps to latest, some only support ESM Node 20 support is dropped in this release. Node 22 comes with `require()` support for ESM, which means it's easier to integrate ES modules into applications. Therefore, it is safe to start using ESM-only packages. If you are a user, please upgrade to Node 22. If you are a lib maintainer and see ESM vs CJS issues when running Jest tests, try using Vitest. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Drop Node 20 support - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Decouple `typescript-operations` plugin from `typescript` plugin Previously, `TypeScriptOperationVariablesToObject` from `typescript-operations` was extending from `typescript` plugin. This made it (1) very hard to read, as we need to jump from base class <-> typescript class <-> typescript-operations class to understand the flow and (2) very hard to evolve the two independently (which is the point of this work). Since there's not much shared logic anyways, it's simpler to extend the `typescript-operations` class from the base class directly. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - The `typescript-operations` plugin no longer generates InputMaybe and Scalars types; it now uses native Typescript types instead. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: `typescript` plugin no longer generates `Exact` utility type. Instead, `typescript-operations` generates said utility type for every file it creates. This is because it is used *only* for `Variables`, so we only need to generate it once for every generated operation file. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: Operation plugin and Client Preset no longer generates optional `__typename` for result type `__typenam` should not be in the request unless: - explicitly requested by the user - automatically injected into the request by clients, such as Apollo Clients. Note: Apollo Client users can still use `nonOptionalTypename: true` and `skipTypeNameForRoot: true` to ensure generated types match the runtime behaviour. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Integrate new typescript-operations into client-preset - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: config.avoidOptionals now only supports object, inputValue, defaultValue - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - BREAKING CHANGE: rename avoidOptionals.object to avoidOptionals.variableValue ##### Minor Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Add support for declarationKind for typescript-operations - Input: can only be `type` or `interface` - Variables: no support. It must always be `type` because it's an alias e.g. `Variables = Exact<{ something: type }>` - Result: can only be `type` or `interface` - Note: when `extractAllFieldsToTypes:true` or `extractAllFieldsToTypesCompact:true`, Results are used as type alias, so they are forced to be `type`. There is a console warning for users. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Add importSchemaTypesFrom support - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Add generateOperationTypes to typescript-operations to allow omitting operation types such as Variables, Query/Mutation/Subscription selection set, and Fragment types - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fixing 2 bugs: 1) including enums from external fragments; 2) extractAllFieldsToTypesCompact does not create duplicates ##### Patch Changes - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from `~4.0.0`, in `dependencies`) - Added dependency [`@graphql-codegen/schema-ast@^5.0.1` ↗︎](https://www.npmjs.com/package/@​graphql-codegen/schema-ast/v/5.0.1) (to `dependencies`) - Removed dependency [`@graphql-codegen/typescript@^5.0.10` ↗︎](https://www.npmjs.com/package/@​graphql-codegen/typescript/v/5.0.10) (from `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Added dependency [`@graphql-codegen/schema-ast@^5.0.0` ↗︎](https://www.npmjs.com/package/@​graphql-codegen/schema-ast/v/5.0.0) (to `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Removed dependency [`@graphql-codegen/typescript@^5.0.7` ↗︎](https://www.npmjs.com/package/@​graphql-codegen/typescript/v/5.0.7) (from `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - dependencies updates: - Updated dependency [`auto-bind@^5.0.0` ↗︎](https://www.npmjs.com/package/auto-bind/v/5.0.0) (from `~4.0.0`, in `dependencies`) - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Improve `namespacedImportName` usability by setting a default when `importSchemaTypesFrom` is set - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Add internal utility type warning to deter usage - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Add `printTypeScriptMaybeType` to handle printing TS types, as there are special cases like `any` and `unknown` - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Re-implement inputMaybeValue - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Only generate `Exact` utility type at the top if it is used `Exact` utility is only used to wrap variables types for operations (queries, mutations and subscriptions) if they exist in the document. `Exact` is never used when there are *only* fragments. This is important to conditionally generate as users may use very strict tsconfig that will fail compiling if there are unused types. - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix external custom scalars not getting imported - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Ensure Input and Variables use the same input scalars default e.g. `ID` can take `string | number` - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix `@skip` and `@include` not applying conditional modifiers correctly when used on inline fragment - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Abstract how enum imports are generated into visitor-plugin-common package - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix `@skip` and `@include` not applying conditional modifiers correctly when used on fragment sread, and `@defer` fragments - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix importing issue of Input when importSchemaTypesFrom is used - [#​10496](https://github.com/dotansimha/graphql-code-generator/pull/10496) [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29) Thanks [@​eddeee888](https://github.com/eddeee888)! - Fix namingConvention not being applied consistently in imports, Variables, Input and Result - Updated dependencies \[[`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29), [`afaace6`](https://github.com/dotansimha/graphql-code-generator/commit/afaace6bb1467793ea8fcda01a6a793e844e0c29)]: - [@​graphql-codegen/plugin-helpers](https://github.com/graphql-codegen/plugin-helpers)@​7.0.0 - [@​graphql-codegen/visitor-plugin-common](https://github.com/graphql-codegen/visitor-plugin-common)@​7.0.0 - [@​graphql-codegen/schema-ast](https://github.com/graphql-codegen/schema-ast)@​6.0.0 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #2885 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se> |
||
|
|
da7349bfdd | chore(deps): update dependency @vue/test-utils to v2.4.10 (#2884) | ||
|
|
f18a22658f | chore(deps): update commitlint monorepo to v20.5.3 (#2883) | ||
|
|
6357cebaed | chore(deps): update dependency nuxt to v4.4.4 (#2882) | ||
|
|
233d852e56 |
chore(deps): update dependency vue-router to v5 (#2764)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vue-router](https://router.vuejs.org) ([source](https://github.com/vuejs/router)) | [`4.6.4` → `5.0.6`](https://renovatebot.com/diffs/npm/vue-router/4.6.4/5.0.6) |  |  | --- ### Release Notes <details> <summary>vuejs/router (vue-router)</summary> ### [`v5.0.6`](https://github.com/vuejs/router/releases/tag/v5.0.6) [Compare Source](https://github.com/vuejs/router/compare/v5.0.5...v5.0.6) ##### 🐞 Bug Fixes - Missing closing quote in generated import - by [@​zjy040525](https://github.com/zjy040525) and [@​posva](https://github.com/posva) in [#​2688](https://github.com/vuejs/router/issues/2688) [<samp>(32f78)</samp>](https://github.com/vuejs/router/commit/32f78c77) ##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.5...v5.0.6) ### [`v5.0.5`](https://github.com/vuejs/router/releases/tag/v5.0.5) [Compare Source](https://github.com/vuejs/router/compare/v5.0.4...v5.0.5) ##### 🚀 Features - Enable standard schema param parsers - by [@​posva](https://github.com/posva) [<samp>(ea8e3)</samp>](https://github.com/vuejs/router/commit/ea8e3e21) - Normalize param parsers once - by [@​posva](https://github.com/posva) [<samp>(48087)</samp>](https://github.com/vuejs/router/commit/480877cc) ##### 🐞 Bug Fixes - Track definePage imports per-file to fix named view race condition - by [@​posva](https://github.com/posva) [<samp>(11191)</samp>](https://github.com/vuejs/router/commit/11191bca) - Avoid double decoding hash on string location - by [@​posva](https://github.com/posva) [<samp>(1578c)</samp>](https://github.com/vuejs/router/commit/1578c9e9) ##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.4...v5.0.5) ### [`v5.0.4`](https://github.com/vuejs/router/releases/tag/v5.0.4) [Compare Source](https://github.com/vuejs/router/compare/v5.0.3...v5.0.4) ##### 🐞 Bug Fixes - Avoid iterator helpers for Node 20 compat - by [@​cwandev](https://github.com/cwandev) in [#​2635](https://github.com/vuejs/router/issues/2635) [<samp>(47130)</samp>](https://github.com/vuejs/router/commit/4713069d) - Escape backslahes in string literals - by [@​posva](https://github.com/posva) [<samp>(71fdb)</samp>](https://github.com/vuejs/router/commit/71fdbf36) - Avoid false duplicate route warning for named views - by [@​posva](https://github.com/posva) [<samp>(72012)</samp>](https://github.com/vuejs/router/commit/72012ab0) - Allow pushing to auto routes - by [@​posva](https://github.com/posva) [<samp>(47f03)</samp>](https://github.com/vuejs/router/commit/47f0334b) - **loaders**: Restore context in sequential awaits - by [@​posva](https://github.com/posva) [<samp>(fce5d)</samp>](https://github.com/vuejs/router/commit/fce5d1e3) ##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.3...v5.0.4) ### [`v5.0.3`](https://github.com/vuejs/router/releases/tag/v5.0.3) [Compare Source](https://github.com/vuejs/router/compare/v5.0.2...v5.0.3) ##### 🚨 Breaking Changes - **experimental**: - Make miss() throw internally and return never - by [@​posva](https://github.com/posva) [<samp>(077e1)</samp>](https://github.com/vuejs/router/commit/077e1740) - Add reroute() and deprecate NavigationResult - by [@​posva](https://github.com/posva) [<samp>(308db)</samp>](https://github.com/vuejs/router/commit/308db14a) - Remove selectNavigationResult - by [@​posva](https://github.com/posva) [<samp>(9e88a)</samp>](https://github.com/vuejs/router/commit/9e88aed4) ##### 🚀 Features - Support \_parent in nested folders - by [@​posva](https://github.com/posva) [<samp>(0a37f)</samp>](https://github.com/vuejs/router/commit/0a37f474) - Warn on \_parent conflict - by [@​posva](https://github.com/posva) [<samp>(182fe)</samp>](https://github.com/vuejs/router/commit/182fe03a) - Set \_parent as non matchable by default - by [@​posva](https://github.com/posva) [<samp>(8f91c)</samp>](https://github.com/vuejs/router/commit/8f91c99f) - Warn on conflicting components for routes - by [@​posva](https://github.com/posva) [<samp>(34ace)</samp>](https://github.com/vuejs/router/commit/34aceb98) - Use type module - by [@​posva](https://github.com/posva) [<samp>(dc9ff)</samp>](https://github.com/vuejs/router/commit/dc9ffe81) - Add deprecation warning for next() callback in navigation guards - by [@​posva](https://github.com/posva) [<samp>(797f5)</samp>](https://github.com/vuejs/router/commit/797f55de) - Extract alias from definePage - by [@​posva](https://github.com/posva) [<samp>(835df)</samp>](https://github.com/vuejs/router/commit/835df1ff) - Display aliases in logs - by [@​posva](https://github.com/posva) [<samp>(7aa60)</samp>](https://github.com/vuejs/router/commit/7aa607fc) - Deprecate new NavigationResult(to) in favor of reroute(to) - by [@​posva](https://github.com/posva) [<samp>(382e3)</samp>](https://github.com/vuejs/router/commit/382e34b4) - **experimental**: - Handle aliasOf in resolvers - by [@​posva](https://github.com/posva) [<samp>(8fe45)</samp>](https://github.com/vuejs/router/commit/8fe453c9) - Generate aliases from override in resolver - by [@​posva](https://github.com/posva) [<samp>(a00ac)</samp>](https://github.com/vuejs/router/commit/a00ac355) - Warn against non absolute aliases - by [@​posva](https://github.com/posva) [<samp>(476c6)</samp>](https://github.com/vuejs/router/commit/476c6697) ##### 🐞 Bug Fixes - Avoid non matchable routes in auto-routes - by [@​posva](https://github.com/posva) [<samp>(48649)</samp>](https://github.com/vuejs/router/commit/48649030) - Handle quotes in d.ts - by [@​posva](https://github.com/posva) [<samp>(d7764)</samp>](https://github.com/vuejs/router/commit/d7764700) - Avoid route entry in map for \_parent - by [@​posva](https://github.com/posva) [<samp>(1dfcc)</samp>](https://github.com/vuejs/router/commit/1dfccf82) - Handle nested groups - by [@​posva](https://github.com/posva) [<samp>(4a4be)</samp>](https://github.com/vuejs/router/commit/4a4bed94) - Stable route ordering for group folders with same path - by [@​posva](https://github.com/posva) [<samp>(1db94)</samp>](https://github.com/vuejs/router/commit/1db9467c) - Correct route ordering for group nodes with inflated scores - by [@​posva](https://github.com/posva) [<samp>(515f4)</samp>](https://github.com/vuejs/router/commit/515f4843) - Cleanup old route overrides - by [@​posva](https://github.com/posva) [<samp>(b28a7)</samp>](https://github.com/vuejs/router/commit/b28a71e2) - Remove name from \_parent.vue files - by [@​posva](https://github.com/posva) [<samp>(6e8f1)</samp>](https://github.com/vuejs/router/commit/6e8f1a11) - **ci**: - Format sponsor files before change detection - by [@​posva](https://github.com/posva) [<samp>(f68d6)</samp>](https://github.com/vuejs/router/commit/f68d6fad) - Use manual git commit in update-sponsors - by [@​posva](https://github.com/posva) [<samp>(8ee99)</samp>](https://github.com/vuejs/router/commit/8ee992cb) - **experimental**: - Resolve TS errors in resolver/router type hierarchy - by [@​posva](https://github.com/posva) [<samp>(a86f1)</samp>](https://github.com/vuejs/router/commit/a86f1f3a) - **types**: - Relax RouteMapGeneric constraint for interface-based RouteNamedMap - by [@​YevheniiKotyrlo](https://github.com/YevheniiKotyrlo) in [#​2624](https://github.com/vuejs/router/issues/2624) [<samp>(cdf7b)</samp>](https://github.com/vuejs/router/commit/cdf7b442) - **volar**: - Use `ts.getTokenPosOfNode` instead of `node.getStart` - by [@​KazariEX](https://github.com/KazariEX) in [#​2630](https://github.com/vuejs/router/issues/2630) [<samp>(0b050)</samp>](https://github.com/vuejs/router/commit/0b0504bd) ##### 🏎 Performance - Avoid merging empty object in record - by [@​posva](https://github.com/posva) [<samp>(4213e)</samp>](https://github.com/vuejs/router/commit/4213eb66) ##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.2...v5.0.3) ### [`v5.0.2`](https://github.com/vuejs/router/releases/tag/v5.0.2) [Compare Source](https://github.com/vuejs/router/compare/v5.0.1...v5.0.2) ##### 🐞 Bug Fixes - Remove devtools from iife build - by [@​posva](https://github.com/posva) [<samp>(58c03)</samp>](https://github.com/vuejs/router/commit/58c033c0) - Loose version check vue-router - by [@​posva](https://github.com/posva) [<samp>(90e4b)</samp>](https://github.com/vuejs/router/commit/90e4bb80) - **volar**: Empty options - by [@​posva](https://github.com/posva) [<samp>(02275)</samp>](https://github.com/vuejs/router/commit/022758a7) ##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.1...v5.0.2) ### [`v5.0.1`](https://github.com/vuejs/router/releases/tag/v5.0.1) [Compare Source](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1) ##### 🐞 Bug Fixes - **volar**: Make typed plugin work with vue-tsc - by [@​peter50216](https://github.com/peter50216) in [#​2607](https://github.com/vuejs/router/issues/2607) [<samp>(7845e)</samp>](https://github.com/vuejs/router/commit/7845e327) ##### [View changes on GitHub](https://github.com/vuejs/router/compare/v5.0.0...v5.0.1) ### [`v5.0.0`](https://github.com/vuejs/router/releases/tag/v5.0.0) [Compare Source](https://github.com/vuejs/router/compare/v4.6.4...v5.0.0) Vue Router 5 is a *boring* release, it merges [unplugin-vue-router](https://uvr.esm.is) into the core package with no breaking changes. The only exception is that the *iife* build no longer includes `@vue/devtools-api` because it has been upgraded to v8 and does not expose an IIFE build itself. You can track that change in [this issue](https://github.com/vuejs/devtools/issues/989). See [the migration guide](https://router.vuejs.org/guide/migration/v4-to-v5.html) for instructions on how to upgrade from unplugin-vue-router to Vue Router 5. ##### 🚀 Features - **experimental**: Query params are optional by default - by [@​posva](https://github.com/posva) [<samp>(78913)</samp>](https://github.com/vuejs/router/commit/78913551) - Add volar plugins - by [@​posva](https://github.com/posva) [<samp>(530ac)</samp>](https://github.com/vuejs/router/commit/530ac53e) - Add data loaders as experimental - by [@​posva](https://github.com/posva) [<samp>(ab895)</samp>](https://github.com/vuejs/router/commit/ab89513d) - Add route json schema - by [@​posva](https://github.com/posva) [<samp>(20675)</samp>](https://github.com/vuejs/router/commit/2067515a) - Upgrade devtools-api to v7 - by [@​posva](https://github.com/posva) [<samp>(17b84)</samp>](https://github.com/vuejs/router/commit/17b841b8) - Upgrade devtools to v8 - by [@​posva](https://github.com/posva) [<samp>(b8aa2)</samp>](https://github.com/vuejs/router/commit/b8aa2395) - Runtime error on missing param parsers - by [@​posva](https://github.com/posva) [<samp>(3444b)</samp>](https://github.com/vuejs/router/commit/3444bc94) - **volar**: Allow rootDir option - by [@​posva](https://github.com/posva) [<samp>(df65a)</samp>](https://github.com/vuejs/router/commit/df65a864) ##### 🐞 Bug Fixes - Avoid breaking older browsers support - by [@​posva](https://github.com/posva) [<samp>(c7ba4)</samp>](https://github.com/vuejs/router/commit/c7ba4507) - Trigger navigation guards when keep-alive component is reactivated for different route - by [@​babu-ch](https://github.com/babu-ch) and [@​posva](https://github.com/posva) in [#​2604](https://github.com/vuejs/router/issues/2604) [<samp>(c7735)</samp>](https://github.com/vuejs/router/commit/c7735d30) - Add automatic types for param parsers - by [@​posva](https://github.com/posva) [<samp>(0fb5d)</samp>](https://github.com/vuejs/router/commit/0fb5da34) - Param parsers when dts is not at root - by [@​posva](https://github.com/posva) [<samp>(16b39)</samp>](https://github.com/vuejs/router/commit/16b39ff7) - Expose resolveOptions for unplugin - by [@​posva](https://github.com/posva) [<samp>(35543)</samp>](https://github.com/vuejs/router/commit/355431b6) - Escape tildes in paths - by [@​posva](https://github.com/posva) [<samp>(aac2e)</samp>](https://github.com/vuejs/router/commit/aac2e265) - **volar**: Upgrade config read - by [@​posva](https://github.com/posva) [<samp>(e3024)</samp>](https://github.com/vuejs/router/commit/e3024d19) ##### [View changes on GitHub](https://github.com/vuejs/router/compare/v4.6.4...v5.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi40IiwidXBkYXRlZEluVmVyIjoiNDMuMTQwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/2764 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se> |
||
|
|
e4fccd09f2 | fix(deps): update dependency @auth0/auth0-vue to v2.6.0 (#2881) | ||
|
|
60cd8409b5 | chore(deps): update dependency typescript-eslint to v8.59.1 (#2880) | ||
|
|
9aeec82e7e | chore(deps): update dependency stylelint to v17.9.1 (#2879) | ||
|
|
8280113cdd | chore(deps): update dependency @vue/test-utils to v2.4.9 (#2878) | ||
|
|
417f8ba188 | chore(deps): update dependency @commitlint/cli to v20.5.2 (#2877) | ||
|
|
a73922f464 | chore(deps): update dependency @nuxtjs/i18n to v10.3.0 (#2876) | ||
|
|
fe263f55fa | chore(deps): update dependency @vue/test-utils to v2.4.8 (#2875) | ||
|
|
ad64fff80e | chore(deps): update dependency stylelint to v17.9.0 (#2874) | ||
|
|
55b02e6f04 | fix(deps): update grafana faro to v2.4.0 (#2873) | ||
|
|
13773669ca | chore(deps): update dependency vuetify to v4.0.6 (#2872) | ||
|
|
0c8a27140b | chore(deps): update dependency vue to v3.5.33 (#2871) | ||
|
|
846b5bfad1 | chore(deps): update dependency eslint-plugin-vue to v10.9.0 (#2870) | ||
|
|
e6bd411e85 | chore(deps): update dependency typescript-eslint to v8.59.0 (#2869) | ||
|
|
202fef8e05 | chore(deps): update dependency @graphql-codegen/typescript-vue-apollo to v5.0.1 (#2868) | ||
|
|
10acdcb4c5 | chore(deps): update nginx:1.30.0 docker digest to 67c70b6 (#2867) | ||
|
|
4cb70a8069 | chore(deps): update dependency @graphql-codegen/cli to v6.3.1 (#2866) | ||
|
|
88725e80ee | chore(deps): update dependency eslint to v10.2.1 (#2865) | ||
|
|
61ecb56c59 | chore(deps): update dependency typescript to v6.0.3 (#2864) | ||
|
|
4cc145246d | chore(deps): update dependency stylelint to v17.8.0 (#2863) | ||
|
|
0718374c35 | chore(deps): update nginx docker tag to v1.30.0 (#2862) | ||
|
|
cf7a3a2629 | chore(deps): update dependency typescript-eslint to v8.58.2 (#2861) | ||
|
|
54f1b5745b | chore(deps): update graphqlcodegenerator monorepo (#2860) | ||
|
|
5e89d228d1 | chore(deps): update dependency stylelint to v17.7.0 (#2859) | ||
|
|
c2d355e313 | chore(deps): update dependency typescript-eslint to v8.58.1 (#2858) | ||
|
|
2136030cd6 | chore(deps): update nginx docker tag to v1.29.8 (#2857) | ||
|
|
00e680d2b4 |
chore(deps): update dependency eslint-plugin-simple-import-sort to v13 (#2856)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) | [`12.1.1` → `13.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-simple-import-sort/12.1.1/13.0.0) |  |  | --- ### Release Notes <details> <summary>lydell/eslint-plugin-simple-import-sort (eslint-plugin-simple-import-sort)</summary> ### [`v13.0.0`](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/HEAD/CHANGELOG.md#Version-1300-2026-04-06) [Compare Source](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v12.1.1...v13.0.0) This release puts imports from the same source, but with different import styles, in a deterministic order. ```js // First namespace imports: import * as Circle from "circle; // Then default imports: import createCircle from "circle"; // Then named imports: import { radius } from "circle"; ``` That is especially useful if you need to have both a namespace import *and* want to import a few things separately (since that cannot be combined into a single import statement). With the above rule, the imports end up in a deterministic order. It’s only a breaking change if you import from the same source multiple times in the same file (using different styles), and only in the form that you need to autofix your files. Thanks to Kannan Goundan ([@​cakoose](https://github.com/cakoose))! </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #2856 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se> |
||
|
|
9b8bf6e2cd | chore(deps): update nginx:1.29.7 docker digest to e024ff0 (#2855) | ||
|
|
b5b642cf17 | chore(deps): update dependency eslint to v10.2.0 (#2854) | ||
|
|
ea8a31aa3d |
chore(deps): update dependency vue to v3.5.32 (#2853)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vue](https://github.com/vuejs/core/tree/main/packages/vue#readme) ([source](https://github.com/vuejs/core)) | [`3.5.31` → `3.5.32`](https://renovatebot.com/diffs/npm/vue/3.5.31/3.5.32) |  |  | --- ### Release Notes <details> <summary>vuejs/core (vue)</summary> ### [`v3.5.32`](https://github.com/vuejs/core/blob/HEAD/CHANGELOG.md#3532-2026-04-03) [Compare Source](https://github.com/vuejs/core/compare/v3.5.31...v3.5.32) ##### Bug Fixes - **runtime-core:** prevent currentInstance leak into sibling render during async setup re-entry ([#​14668](https://github.com/vuejs/core/issues/14668)) ([f166353](https://github.com/vuejs/core/commit/f1663535a163057788d3285dec54a245c3efb3ad)), closes [#​14667](https://github.com/vuejs/core/issues/14667) - **teleport:** handle updates before deferred mount ([#​14642](https://github.com/vuejs/core/issues/14642)) ([32b44f1](https://github.com/vuejs/core/commit/32b44f19f67aa30899817a7e79a4510f3b52970a)), closes [#​14640](https://github.com/vuejs/core/issues/14640) - **types:** allow customRef to have different getter/setter types ([#​14639](https://github.com/vuejs/core/issues/14639)) ([e20ddb0](https://github.com/vuejs/core/commit/e20ddb00188e9935884930046fa572eab7c9dcba)) - **types:** use private branding for shallowReactive ([#​14641](https://github.com/vuejs/core/issues/14641)) ([302c47a](https://github.com/vuejs/core/commit/302c47a4994bc8b47b8a2af6693d8cb6bbd4b06b)), closes [#​14638](https://github.com/vuejs/core/issues/14638) [#​14493](https://github.com/vuejs/core/issues/14493) ##### Reverts - Revert "fix(server-renderer): cleanup component effect scopes after SSR render" ([#​14674](https://github.com/vuejs/core/issues/14674)) ([219d83b](https://github.com/vuejs/core/commit/219d83bd305ce6fc052941acaaf02e7bc70616a4)), closes [#​14674](https://github.com/vuejs/core/issues/14674) [#​14669](https://github.com/vuejs/core/issues/14669) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/2853 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se> |
||
|
|
ef25f40095 | chore(deps): update dependency sass to v1.99.0 (#2852) | ||
|
|
6a2a7b6ad0 | chore(deps): update dependency esbuild to v0.28.0 (#2851) | ||
|
|
e43f2836a9 | chore(deps): update dependency esbuild to v0.27.7 (#2850) |