Conversation
Owner
Author
|
Testing it on my app now |
Owner
Author
This was referenced Apr 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pull request introduces multiple updates, including dependency upgrades, code refactoring, and configuration changes to enhance compatibility and maintainability. Key highlights include the addition of a new dependency, updates to ESLint and TypeScript configurations, and minor refactoring for unused parameters in the codebase.
Dependency and Version Updates:
.nvmrcfromv18tov20for compatibility with newer features.@craftzdog/pouchdb-errorsas a dependency and upgraded@op-engineering/op-sqliteto version^12.0.2inpackage.jsonandexample/package.json. [1] [2]eslintto version^8.57.0and incremented the package version to4.1.0-beta.1inpackage.json. [1] [2]Configuration Changes:
@craftzdog/pouchdb-errorsto themodule-resolveralias inbabel.config.jsandexample/babel.config.jsfor better module resolution. [1] [2]@typescript-eslint/no-shadowandreact-native/no-inline-stylesfor improved code flexibility.Documentation Updates:
README.mdto include the new dependency@craftzdog/pouchdb-errors.pouchdb-errorsto the examplebabel.config.jsplugin configuration in the documentation.Code Refactoring:
src/core.tsby prefixing them with underscores (e.g.,_tx,_docId,_attachId) to indicate they are intentionally unused. [1] [2] [3] [4]