Skip to content

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

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#2476
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 9, 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 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 9, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.23%. Comparing base (ee407c4) to head (079bb7e).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2476   +/-   ##
=========================================
  Coverage     55.23%   55.23%           
  Complexity      183      183           
=========================================
  Files            50       50           
  Lines           840      840           
  Branches         78       78           
=========================================
  Hits            464      464           
  Misses          338      338           
  Partials         38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing/properties-reader-3.0.1 branch 3 times, most recently from 1c72097 to 61673d4 Compare February 16, 2026 09:43
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 61673d4 to 079bb7e Compare March 2, 2026 07:51
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