Skip to content

Bump properties-reader from 2.3.0 to 3.0.1 in /testing#1742

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/testing/properties-reader-3.0.1
Open

Bump properties-reader from 2.3.0 to 3.0.1 in /testing#1742
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/testing/properties-reader-3.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

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

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/testing/properties-reader-3.0.1 branch 2 times, most recently from 7f184b4 to 83ff6e4 Compare February 2, 2026 23:57
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/testing/properties-reader-3.0.1 branch 3 times, most recently from a3d3f7a to 37039c5 Compare February 16, 2026 18:25
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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/testing/properties-reader-3.0.1 branch from 37039c5 to 7efde72 Compare March 2, 2026 19:10
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