Skip to content

chore(deps): bump properties-reader from 2.3.0 to 3.0.1#399

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/properties-reader-3.0.1
Closed

chore(deps): bump properties-reader from 2.3.0 to 3.0.1#399
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/properties-reader-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps properties-reader from 2.3.0 to 3.0.1.

Release notes

Sourced from properties-reader's releases.

v3.0.1

Patch Changes

  • a9f8d0d: Resolve path to Update path to TypeScript types in published package.json, to allow importing into a TS application

v3.0.0

Major Changes

  • 397e333: ### Enhancements since v2:

    • Reading properties is now streamlined to optimise inbound processing performance, where v2 prepared the internal props store for use in output formats (getRaw/path etc) which v3 will now lazily evaluate on read.

    • Properties in the return from props.path() are lazily evaluated and enumerable, allowing the use of JSON.stringify etc.

    • Generators and iterators used throughout to improve performance when reading and writing large properties files.

    • TypeScript types now bundled with the package.

    New APIs since v2:

    • props.entries() New preferred means of iterating on all properties, use in for/of loops as you would with standard Map or Object.entries objects.

    • props.entries({ parsed: true }) New preferred means of iterating on all properties with boolean and number property values parsed.

    • props.out() Gets an iterator for the generated output for use in for/of loops or in an Array.from() etc.

    Deprecated APIs since v2:

    • props.bindToExpress Switch to using the separate bindToExpress(...) function.

    • props.each Prefer use of props.entries() for iterating on the raw values in the reader.

    • props.getAllProperties Prefer use of Object.fromEntries( props.entries() )

    Breaking changes since v2:

    • props.save(filePath): Promise<void>

... (truncated)

Changelog

Sourced from properties-reader's changelog.

3.0.1

Patch Changes

  • a9f8d0d: Resolve path to Update path to TypeScript types in published package.json, to allow importing into a TS application

3.0.0

Major Changes

  • 397e333: ### Enhancements since v2:

    • Reading properties is now streamlined to optimise inbound processing performance, where v2 prepared the internal props store for use in output formats (getRaw/path etc) which v3 will now lazily evaluate on read.

    • Properties in the return from props.path() are lazily evaluated and enumerable, allowing the use of JSON.stringify etc.

    • Generators and iterators used throughout to improve performance when reading and writing large properties files.

    • TypeScript types now bundled with the package.

    New APIs since v2:

    • props.entries() New preferred means of iterating on all properties, use in for/of loops as you would with standard Map or Object.entries objects.

    • props.entries({ parsed: true }) New preferred means of iterating on all properties with boolean and number property values parsed.

    • props.out() Gets an iterator for the generated output for use in for/of loops or in an Array.from() etc.

    Deprecated APIs since v2:

    • props.bindToExpress Switch to using the separate bindToExpress(...) function.

    • props.each Prefer use of props.entries() for iterating on the raw values in the reader.

    • props.getAllProperties Prefer use of Object.fromEntries( props.entries() )

    Breaking changes since v2:

... (truncated)

Commits
  • c7aeb90 Merge pull request #79 from steveukx/changeset-release/main
  • fc94c72 Version Packages
  • cbba7bc Merge pull request #78 from steveukx/chore/fix-types-path
  • a9f8d0d Update path to TypeScript types in published package.json
  • 544db5c Merge pull request #77 from steveukx/changeset-release/main
  • 5391a5e Version Packages
  • fb7dbfc Add note for upgrade guide from v2-v3
  • 6178e8e Update changesets (#76)
  • 397e333 Library rewrite for major version 3 (#74)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [properties-reader](https://github.com/steveukx/properties) from 2.3.0 to 3.0.1.
- [Release notes](https://github.com/steveukx/properties/releases)
- [Changelog](https://github.com/steveukx/properties/blob/main/CHANGELOG.md)
- [Commits](steveukx/properties@v2.3.0...v3.0.1)

---
updated-dependencies:
- dependency-name: properties-reader
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
@shazron shazron closed this Apr 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/properties-reader-3.0.1 branch April 13, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant