Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

fix(deps): update dependency gatsby-plugin-algolia to v1 #245

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gatsby-plugin-algolia 0.11.2 -> 1.0.3 age adoption passing confidence

Release Notes

algolia/gatsby-plugin-algolia (gatsby-plugin-algolia)

v1.0.3

Compare Source

Bug Fixes

v1.0.2

Compare Source

Bug Fixes
  • importing: safe check of internal.contentDigest (bbf1350), closes #​168

v1.0.1

Compare Source

Bug Fixes
  • initial: when your index has objects without contentDigest, those should be skipped (a9c1bd2), closes #​167

v1.0.0

Compare Source

Features
BREAKING CHANGES
  • indexing: make enablePartialUpdates true, and remove the option
  • indexing: rely on contentDigest only for matchFields and remove the option
  • indexing: remove the skipIndexing flag, use either dryRun or continueOnFailure

For migrating to v1 version smoothly:

  1. add id instead of objectID in your query
  2. query for internal { contentDigest } and do not transform it
  3. set enablePartialUpdates to true
  4. set matchFields to ['internal.contentDigest']

v0.26.0

Compare Source

Features
  • queries: allow variables in graphql query (4ee890d)

v0.25.0

Compare Source

Features
  • config: Allow options to be passed to algoliasearch (#​158) (687ca20)

v0.24.0

Compare Source

Features
  • settings: allow keeping index settings using mergeSettings (#​153) (362d4a1)

0.23.1 (2021-11-16)

Bug Fixes

v0.23.1

Compare Source

Bug Fixes

v0.23.0

Compare Source

Bug Fixes
Features

0.22.2 (2021-09-10)

Bug Fixes

0.22.1 (2021-08-23)

Bug Fixes
  • matchFields: don't remove unrelated objects (cedb355)

v0.22.2

Compare Source

Bug Fixes

v0.22.1

Compare Source

Bug Fixes
  • matchFields: don't remove unrelated objects (cedb355)

v0.22.0

Compare Source

Features
  • continueOnFailure: continue on env variables missing (7171a14), closes #​141

v0.21.0

Compare Source

Bug Fixes
  • settings: forward rules and synonyms to index to write (ad7e076)

0.20.1 (2021-05-31)

Bug Fixes
  • continueOnError: correct error usage (8e8c0a1)

v0.20.1

Compare Source

Bug Fixes
  • continueOnError: correct error usage (8e8c0a1)

v0.20.0

Compare Source

Features

v0.19.0

Compare Source

Features

0.18.2 (2021-04-13)

Bug Fixes

0.18.1 (2021-04-12)

Bug Fixes
  • Correct reporter usage + set correct peerDep, engines (#​127) (a6ce625)

v0.18.2

Compare Source

Bug Fixes

v0.18.1

Compare Source

Bug Fixes
  • Correct reporter usage + set correct peerDep, engines (#​127) (a6ce625)

v0.18.0

Compare Source

Features

v0.17.0

Compare Source

Features
  • security: make gatsby a peer dependency (251b825)

0.16.5 (2021-03-12)

Bug Fixes
  • performance: allow a slower response to avoid timeouts (7641b45)

0.16.4 (2021-03-12)

Bug Fixes
  • security: Update gatsby-cli to patch vulnerability in yargs (#​120) (654a4eb)

0.16.3 (2021-02-03)

Bug Fixes

0.16.2 (2020-12-17)

Bug Fixes

0.16.1 (2020-11-16)

Bug Fixes

v0.16.5

Compare Source

Bug Fixes
  • performance: allow a slower response to avoid timeouts (7641b45)

v0.16.4

Compare Source

Bug Fixes
  • security: Update gatsby-cli to patch vulnerability in yargs (#​120) (654a4eb)

v0.16.3

Compare Source

Bug Fixes

v0.16.2

Compare Source

Bug Fixes

v0.16.1

Compare Source

Bug Fixes

v0.16.0

Compare Source

Features

v0.15.0

Compare Source

Features
  • indexing: allow plugin to work with repeated single index in queries by batching (#​103) (ec29090)

0.14.1 (2020-10-26)

Bug Fixes
  • settings: allow empty settings again (8d0f8cd)

v0.14.1

Compare Source

Bug Fixes
  • settings: allow empty settings again (8d0f8cd)

v0.14.0

Compare Source

Features

v0.13.0

Compare Source

Features
  • concurrentQueries: add option to disable queries happening at the same time (#​96) (165aed1)

0.12.1 (2020-09-16)

Bug Fixes

v0.12.1

Compare Source

Bug Fixes

v0.12.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • partial: matchFields is now required when using enablePartialUpdates to prevent issues

0.11.2 (2020-07-28)

Bug Fixes

0.11.1 (2020-06-01)


Configuration

📅 Schedule: 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@commit-lint
Copy link

commit-lint bot commented Jun 19, 2023

Bug Fixes

  • deps: update dependency gatsby-plugin-algolia to v1 (acb8fa5)

Contributors

renovate[bot]

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
0 participants