Update dependency @ngx-pwa/local-storage to v21 #862
+3
−3
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:
15.0.0→21.0.0Release Notes
cyrilletuzi/angular-async-local-storage (@ngx-pwa/local-storage)
v21.0.0Compare Source
Breaking changes
v20.0.1Compare Source
No code change, just an internal change to use OIDC publishing for better security.
v20.0.0Compare Source
Breaking changes
v19.0.0Compare Source
Breaking changes
v18.0.0Compare Source
Breaking changes
StorageMapnatively private (#property) instead of protected. ExtendingStorageMapwas undocumented so it is not considered a breaking change.v17.0.0Compare Source
Breaking changes
LocalStorageserviceJSONSchemaXXXinterfacesJSONValidatorLocalDatabaseSee the migration guide.
v16.3.0Compare Source
Specific
JSONSchemaXXXinterfaces are deprecated and will be removed in version 17. They were introduced in very old versions of this library as a workaround to some TypeScript issues which are gone for a long time now. Since version 8, you should have used the genericJSONSchemainterface. Note that if you are usingJSONSchemaArrayfor a tuple schema, you need to switch toJSONSchemanow because of the fix in version 16.2.0.JSONValidatoris deprecated and will no longer be available in version 17. It is an internal utility class which is limited, could change at any time and is out of scope of this library. If you need a JSON validator, there are far better and dedicated libraries available like ajv.LocalDatabaseis deprecated and will no longer be available in version 17. It is an internal utility class, and overriding it is an undocumented behavior. If you are doing so, you are basically rewriting your own storage library, so using this one makes no sense, you can your service directly.v16.2.0Compare Source
Little adapatation of the
JSONSchematype for compatibility with@sinclair/typebox. You will find a new way to validate with this library in the validation guide.v16.1.2Compare Source
v16.1.1Compare Source
v16.1.0Compare Source
LocalStorageservice is deprecated and will be removed in v17. TheStorageMapreplacement exists since v8 now, so it is time to move forward. As usual, see the migration guide.v16.0.0Compare Source
Breaking changes
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.