Skip to content

chore(deps-dev): bump the minor-and-patch group with 4 updates - #1040

Merged
phil-davis merged 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-dc4a91ab8e
Jul 27, 2026
Merged

chore(deps-dev): bump the minor-and-patch group with 4 updates#1040
phil-davis merged 1 commit into
masterfrom
dependabot/npm_and_yarn/minor-and-patch-dc4a91ab8e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 4 updates: baseline-browser-mapping, js-yaml, postcss and through2.

Updates baseline-browser-mapping from 2.10.43 to 2.11.4

Release notes

Sourced from baseline-browser-mapping's releases.

v2.11.0

What's Changed in 2.11.0

  • feat: Adds a new getTimeline() method for getting the series of minimum browser changes, either grouped by date or by browser.
  • refactor: Substantial refactoring of the data compression process that replaces the full list of browsers from @mdn/browser-compat-data and downstream-browsers.json and features from web-features (in their very pared down form) with a change-list timeline that reflects which versions supported Baseline (newly available) on a given date. Thanks to @​swwind for the idea!
  • refactor: Some common functions have been moved to a util.ts module for use in other scripts.
  • fix: Removes process.exit() calls when unsupported option combinations are passed to getCompatibleVersions() and getAllVersions() in favour of throwing an Error. There is a small security risk with process.exit() calls that sites accepting unsanitised inputs could be the subject of attacks. Unsupported config options now throw and Error which should allow for more graceful handling. Thanks to @​bnbdr for flagging this as vulnerability CVE-2026-45819 .

Fixes #134

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.10.44...v2.11.0

v2.9.3 - remove process.loadEnvFile()

What's Changed

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3

Commits
  • 3181ec7 Patch to 2.11.4 because browser or feature data changed
  • 433f067 Browser or feature data changed
  • f10fc63 Updating static site
  • 5098389 Patch to 2.11.3 because browser or feature data changed
  • 12b1a19 Browser or feature data changed
  • 001faf1 Patch to 2.11.2 because browser or feature data changed
  • 9b11b2d Browser or feature data changed
  • 67502fe Updating static site
  • 0a7ce51 Patch to 2.11.1 because browser or feature data changed
  • 3f08bfe Browser or feature data changed
  • Additional commits viewable in compare view

Updates js-yaml from 5.2.1 to 5.2.2

Changelog

Sourced from js-yaml's changelog.

[5.2.2] - 2026-07-24

Fixed

  • Quote flow scalars where a colon precedes a flow indicator, #773.

Security

  • Avoid exponential parsing time for nested flow sequence pairs.
Commits
  • 3c29559 5.2.2 released
  • 3e5240f parser: avoid reparsing flow sequence pair keys
  • bd7ebb2 fix: quote flow scalars where a colon precedes a flow indicator (#773)
  • See full diff in compare view

Updates postcss from 8.5.20 to 8.5.23

Release notes

Sourced from postcss's releases.

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

Changelog

Sourced from postcss's changelog.

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

Commits

Updates through2 from 5.0.5 to 5.0.7

Release notes

Sourced from through2's releases.

v5.0.7

5.0.7 (2026-07-23)

v5.0.6

5.0.6 (2026-07-21)

Changelog

Sourced from through2's changelog.

5.0.7 (2026-07-23)

5.0.6 (2026-07-21)

Commits
  • 598513d chore(release): 5.0.7 [skip ci]
  • 27061ac chore(ci): switch to hashes for versioning
  • 9839c29 chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
  • dd42ae8 chore(release): 5.0.6 [skip ci]
  • 1c9d76f chore(ci): don't use cached lts version
  • 4824b24 chore(deps): add readable-stream types
  • 59a2c3f chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 4 updates: [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping), [js-yaml](https://github.com/nodeca/js-yaml), [postcss](https://github.com/postcss/postcss) and [through2](https://github.com/rvagg/through2).


Updates `baseline-browser-mapping` from 2.10.43 to 2.11.4
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.10.43...v2.11.4)

Updates `js-yaml` from 5.2.1 to 5.2.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.1...5.2.2)

Updates `postcss` from 8.5.20 to 8.5.23
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.20...8.5.23)

Updates `through2` from 5.0.5 to 5.0.7
- [Release notes](https://github.com/rvagg/through2/releases)
- [Changelog](https://github.com/rvagg/through2/blob/master/CHANGELOG.md)
- [Commits](rvagg/through2@v5.0.5...v5.0.7)

---
updated-dependencies:
- dependency-name: baseline-browser-mapping
  dependency-version: 2.11.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: js-yaml
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: through2
  dependency-version: 5.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Jul 26, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 26, 2026 22:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 26, 2026
@phil-davis
phil-davis merged commit 7208588 into master Jul 27, 2026
2 checks passed
@phil-davis
phil-davis deleted the dependabot/npm_and_yarn/minor-and-patch-dc4a91ab8e branch July 27, 2026 04:54
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