fix(deps): update dependency ketting to v8 #42
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:
6.0.4->8.0.1Release Notes
badgateway/ketting (ketting)
v8.0.1Compare Source
package.json. This was causing problems forvite users.
v8.0.0Compare Source
A new major release! It's been too long. This release has been in alpha state
for a while, and it was time to bless it as a major release.
known how many people took advantage of this feature. Please let us know if
this was important to you, so we can add this back with a more modern stack.
Mocha is painful to use with a modern Node / Typescript stack.
a bit looser with what it requires from a HAL document.
v7.5.2Compare Source
v7.5.1Compare Source
v7.5.0Compare Source
smarter, and will not de-duplicate requests that are significantly different
such as a different
Acceptheader. (@hugothomas @reda-alaoui)valuefield for some HAL inputs were ignored (color, checkbox,radio).
v7.4.2Compare Source
minLengthandmaxLengthattributes on textarea fieldsin HAL Forms. (@dayre).
v7.4.1Compare Source
Idential to the last beta. Contains the following features that were introduced
in the previous betas:
_embeddedresources andemiting
updateevents. The order at which they happen is now consistent.When the
updateevent happens, the entire cache should be up to date.Resource.go()andClient.go()can now take aLinkobject as theargument.
v7.4.0Compare Source
inv-bylinks is now possiblevia HAL
_linksand in embedded resources, as well as links from all theother formats.
is too low for typical Ketting applications.
v7.3.0Compare Source
inv-bylinks are now respected whenmanually clearing resource caches.
204status, even ifthere was a
Content-Typeheader._embeddedHAL item is missing a goodselflink.
v7.2.0Compare Source
'self' link in the embedded document, instead of the parent. Although not
explicitly said in the HAL standards, I feel this is the right behavior. Most
users will not see a difference, but if you relied on the old behavior this
could cause some subtle BC breaks.
v7.1.1Compare Source
action()function on State classes would only return the defaultaction (@reda-alaoui).
are more complete.
v7.1.0Compare Source
inv-byLink relationship type from the [Linked CacheInvalidation draft][2]. This link lets a resource tell the client that it's
cache should expire when the linked resource's cache also expires.
ignored.
v7.0.1Compare Source
dropped which meant that any actions in embedded resources were not
accessible. (@hugothomas)
v7.0.0Compare Source
Titleheader is now defined as a HTTP Entity Header.v6.2.0Compare Source
fetch-mw-oauth2, which has a few new features: * Fixed a racecondition where two 401's in quick succession could result in two OAuth2
refresh requests, ultimately causing 1 to fail. * Preemptively refresh if we
know when the access token will expire.
v6.1.4Compare Source
v6.1.3Compare Source
getCache()function to Resource, which allows a user to get thelatest Resource State in a synchronous manner.
fetch-mw-oauth2dependency had a bug related to refreshing tokens. Thisrelease ships with a version without that bug.
v6.1.2Compare Source
fetch-mw-oauth2dependency, which adds anonAuthErrorevent.v6.1.0Compare Source
experimental and could cause some minor BC breaks.
possible to introspect information such as the
target,method,contentType, etc.Stateobjects, simplifiying these significantly.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.
This PR has been generated by Renovate Bot.