Skip to content

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

Open
dependabot[bot] wants to merge 3 commits into
masterfrom
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 3 commits into
masterfrom
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

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 54.82%. Comparing base (f9a61b7) to head (0e82615).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2476   +/-   ##
=========================================
  Coverage     54.82%   54.82%           
  Complexity      183      183           
=========================================
  Files            50       50           
  Lines           839      839           
  Branches         79       79           
=========================================
  Hits            460      460           
  Misses          336      336           
  Partials         43       43           

☔ 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
@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
@ashklianko
Copy link
Copy Markdown
Member

@dependabot recreate

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 079bb7e to 0e82615 Compare May 7, 2026 07:06
@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 7, 2026

Codacy's Analysis Summary

0 new issue (≤ 0 issue)
0 new security issue
0 duplications
More details

AI Reviewer: run a review on demand. To trigger the first review automatically, go to your organization or repository integration settings. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes. Give us feedback

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the testing workspace package to use properties-reader v3, aligning UI test tooling with the latest upstream release.

Changes:

  • Bump properties-reader from 2.3.0 to 3.0.1 in testing/package.json.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread testing/package.json
"@wdio/mocha-framework": "^9.27.1",
"allure-commandline": "^2.38.1",
"properties-reader": "2.3.0",
"properties-reader": "3.0.1",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated pnpm-lock.yaml in c8a22db to resolve properties-reader@3.0.1 (along with its new dependencies @kwsites/file-exists@1.1.1 and mkdirp@3.0.1).

Copilot AI and others added 2 commits May 7, 2026 08:43
Copilot AI requested a review from ashklianko May 7, 2026 08:46
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.

4 participants