pkg: Update all non-major dependencies #2694
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.14.21
->0.14.25
0.14.21
->0.14.25
0.14.24
->0.14.25
0.14.22
->0.14.25
15.4.3
->15.5.0
Release Notes
reactive/data-client (@data-client/endpoint)
v0.14.25
Compare Source
Patch Changes
#3417
a6af54c
Thanks @ntucker! - Update getOptimisticResponse snapshot types to include getResponseMeta#3407
d84899d
Thanks @ntucker! - Support dynamic invalidation/deletesReturning
undefined
from Entity.processwill cause the Entity to be invalidated.
This this allows us to invalidate dynamically; based on the particular response data.
reactive/data-client (@data-client/graphql)
v0.14.25
Compare Source
Patch Changes
#3417
a6af54c
Thanks @ntucker! - Update getOptimisticResponse snapshot types to include getResponseMeta#3407
d84899d
Thanks @ntucker! - Support dynamic invalidation/deletesReturning
undefined
from Entity.processwill cause the Entity to be invalidated.
This this allows us to invalidate dynamically; based on the particular response data.
Updated dependencies [
a6af54c
,d84899d
]:reactive/data-client (@data-client/react)
v0.14.25
Compare Source
Patch Changes
#3398
d716159
Thanks @ntucker! - Use controller.getResponseMeta() in hooksNo behavior change, just anticipating API updates to controller
d6eab29
Thanks @ntucker! - docs: Add links to platformsreactive/data-client (@data-client/rest)
v0.14.25
Compare Source
Patch Changes
#3417
a6af54c
Thanks @ntucker! - Update getOptimisticResponse snapshot types to include getResponseMeta#3407
d84899d
Thanks @ntucker! - Support dynamic invalidation/deletesReturning
undefined
from Entity.processwill cause the Entity to be invalidated.
This this allows us to invalidate dynamically; based on the particular response data.
Updated dependencies [
a6af54c
,d84899d
]:lint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.