[PR #49] [MERGED] Bump vue-cli-plugin-apollo from 0.19.1 to 0.21.3 #57

Closed
opened 2026-02-26 04:36:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moollaza/repo-remover/pull/49
Author: @dependabot-preview[bot]
Created: 12/16/2019
Status: Merged
Merged: 12/19/2019
Merged by: @moollaza

Base: masterHead: dependabot/npm_and_yarn/vue-cli-plugin-apollo-0.21.3


📝 Commits (2)

  • c50620a Bump vue-cli-plugin-apollo from 0.19.1 to 0.21.3
  • 2007483 Merge branch 'master' into dependabot/npm_and_yarn/vue-cli-plugin-apollo-0.21.3

📊 Changes

2 files changed (+1473 additions, -376 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+1472 -375)

📄 Description

Bumps vue-cli-plugin-apollo from 0.19.1 to 0.21.3.

Release notes

Sourced from vue-cli-plugin-apollo's releases.

v0.21.3

Fixed

  • enable persisted queries when option is true, resolves #240 (#242)

v0.21.2

New

  • Add ability to pass options to createPersistedQueryLink (#106)
  • Updated dependencies

Fixed

  • onResetStore expect Promise (#220)
  • disable gql files linting by default; use pluginOptions.apollo.lintGQL: true in vue.config.js to enable again.
  • generator: ENOENT error
  • add typescript as optional peer dep, closes #137

v0.21.1

Fixed

  • Allow gql-loader to load gql files from other modules (#179)
  • websocket: add headers.authentication in connection params (#144)

Other

  • allow @vue/cli-shared-utils@4 as peerDependencies (#194)

v0.21.0

New

  • Engine metrics widgets!

Screenshot from 2019-06-28 12 40 00

  • New apollo:schema:generate command
  • New apollo:schema:publish command
  • New install prompts
  • Numerous UI improvements
  • client: allow configuration of restored client cache (#154)

Fixed

  • use empty object as default inMemoryCacheOptions (#153)

v0.20.0

Potential breaking changes

  • vue-loader: modify transpileOptions to allow string template tag, enabling support of gql tag inside component templates
... (truncated)
Commits
  • a526961 chore: v0.21.3
  • dfbad34 fix: enable persisted queries when option is true, resolves #240 (#242)
  • da24a24 chore: v0.21.2
  • 52db4db fix: add typescript as optional peer dep, closes #137
  • a792f58 fix(generator): ENOENT error
  • 1b2a90c chore: upgrade deps
  • 709dd09 fix: disable gql files linting by default
  • c1d7214 chore(client addon): update deps
  • aabcf78 Merge branch 'master' of github.com:Akryum/vue-cli-plugin-apollo
  • fad559d feat: Add ability to pass options to createPersistedQueryLink (#106)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moollaza/repo-remover/pull/49 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/16/2019 **Status:** ✅ Merged **Merged:** 12/19/2019 **Merged by:** [@moollaza](https://github.com/moollaza) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/vue-cli-plugin-apollo-0.21.3` --- ### 📝 Commits (2) - [`c50620a`](https://github.com/moollaza/repo-remover/commit/c50620a7fec2bea34ff0019a23c0572ba763c2ed) Bump vue-cli-plugin-apollo from 0.19.1 to 0.21.3 - [`2007483`](https://github.com/moollaza/repo-remover/commit/2007483fc933426b58ba77ac507b7dbfab912e15) Merge branch 'master' into dependabot/npm_and_yarn/vue-cli-plugin-apollo-0.21.3 ### 📊 Changes **2 files changed** (+1473 additions, -376 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+1472 -375) </details> ### 📄 Description Bumps [vue-cli-plugin-apollo](https://github.com/Akryum/vue-cli-plugin-apollo) from 0.19.1 to 0.21.3. <details> <summary>Release notes</summary> *Sourced from [vue-cli-plugin-apollo's releases](https://github.com/Akryum/vue-cli-plugin-apollo/releases).* > ## v0.21.3 > # Fixed > > - enable persisted queries when option is `true`, resolves [#240](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/240) ([#242](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/242)) > > ## v0.21.2 > # New > > - Add ability to pass options to `createPersistedQueryLink` ([#106](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/106)) > - Updated dependencies > > # Fixed > > - onResetStore expect Promise ([#220](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/220)) > - disable gql files linting by default; use `pluginOptions.apollo.lintGQL: true` in `vue.config.js` to enable again. > - generator: ENOENT error > - add typescript as optional peer dep, closes [#137](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/137) > > > ## v0.21.1 > # Fixed > > - Allow gql-loader to load gql files from other modules ([#179](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/179)) > - websocket: add headers.authentication in connection params ([#144](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/144)) > > # Other > > - allow `@vue/cli-shared-utils@4` as peerDependencies ([#194](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/194)) > > ## v0.21.0 > # New > > - Engine metrics widgets! > > ![Screenshot from 2019-06-28 12 40 00](https://user-images.githubusercontent.com/2798204/60336948-02aaa400-99a2-11e9-9d2c-009268946182.png) > > - New `apollo:schema:generate` command > - New `apollo:schema:publish` command > - New install prompts > - Numerous UI improvements > - client: allow configuration of restored client cache ([#154](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/154)) > > # Fixed > > - use empty object as default inMemoryCacheOptions ([#153](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/153)) > > ## v0.20.0 > # Potential breaking changes > > - **vue-loader**: modify `transpileOptions` to allow string template tag, enabling support of `gql` tag inside component templates ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`a526961`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/a52696165732381787dafe6b8e694d4b30af4826) chore: v0.21.3 - [`dfbad34`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/dfbad34582c2a5042e71ec2daacef69efd9be793) fix: enable persisted queries when option is `true`, resolves [#240](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/240) ([#242](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/242)) - [`da24a24`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/da24a24632636f421da4979579d85cb9191ed10f) chore: v0.21.2 - [`52db4db`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/52db4db854822a5cc0bda81e39870eb3cf971c27) fix: add typescript as optional peer dep, closes [#137](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/137) - [`a792f58`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/a792f58433dab5655250b758c7a7fa4194850db4) fix(generator): ENOENT error - [`1b2a90c`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/1b2a90c972a94ad52e437fc47e35212b39355875) chore: upgrade deps - [`709dd09`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/709dd096726ae410e4ce6732bb7edcf35e5e0986) fix: disable gql files linting by default - [`c1d7214`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/c1d721442205382d3eae4e48036eaec3edd365e3) chore(client addon): update deps - [`aabcf78`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/aabcf780a9e0ab47272ef4a03b8daa05118fda5c) Merge branch 'master' of github.com:Akryum/vue-cli-plugin-apollo - [`fad559d`](https://github.com/Akryum/vue-cli-plugin-apollo/commit/fad559d63aa995d73d22615e0c86cfd33b3a68c8) feat: Add ability to pass options to `createPersistedQueryLink` ([#106](https://github-redirect.dependabot.com/Akryum/vue-cli-plugin-apollo/issues/106)) - Additional commits viewable in [compare view](https://github.com/Akryum/vue-cli-plugin-apollo/compare/v0.19.1...v0.21.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=vue-cli-plugin-apollo&package-manager=npm_and_yarn&previous-version=0.19.1&new-version=0.21.3)](https://dependabot.com/compatibility-score.html?dependency-name=vue-cli-plugin-apollo&package-manager=npm_and_yarn&previous-version=0.19.1&new-version=0.21.3) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:36:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/repo-remover-moollaza#57
No description provided.