Skip to content

chore(deps-dev): bump the minor group with 8 updates - #236

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-2a7683639a
Aug 2, 2026
Merged

chore(deps-dev): bump the minor group with 8 updates#236
benbrandt merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-2a7683639a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 8 updates:

Package From To
@types/node 26.1.1 26.1.2
globals 17.7.0 17.8.0
@napi-rs/wasm-runtime 1.1.6 1.2.2
acorn 8.17.0 8.18.0
exsolve 1.1.0 1.1.1
minimatch 10.2.5 10.2.6
postcss 8.5.23 8.5.25
tinyrainbow 3.1.0 3.1.1

Updates @types/node from 26.1.1 to 26.1.2

Commits

Updates globals from 17.7.0 to 17.8.0

Release notes

Sourced from globals's releases.

v17.8.0

  • Update globals (2026-07-01) (#347) 7394811

sindresorhus/globals@v17.7.0...v17.8.0

Commits

Updates @napi-rs/wasm-runtime from 1.1.6 to 1.2.2

Changelog

Sourced from @​napi-rs/wasm-runtime's changelog.

1.2.2 (2026-07-31)

Performance Improvements

1.2.1 (2026-07-30)

Bug Fixes

  • wasm-runtime: preserve emnapi v1 compatibility (#3426) (856326b)

1.2.0 (2026-07-28)

Features

Commits

Updates acorn from 8.17.0 to 8.18.0

Commits
  • d788421 Mark version 8.18.0
  • b61cb9a Add startLocation option
  • c8d515c Don't compute curLine when locations are off
  • a7bd3cd Reject an unparenthesized arrow function as the left operand of **
  • b7c31b6 Fix mistake in previous patch
  • 5c4af50 Avoid scanning from start of document in loose parser's resetTo
  • See full diff in compare view

Updates exsolve from 1.1.0 to 1.1.1

Release notes

Sourced from exsolve's releases.

v1.1.1

compare changes

🩹 Fixes

  • Match wildcard imports keys with a trailer (#57)
Changelog

Sourced from exsolve's changelog.

v1.1.1

compare changes

🩹 Fixes

  • Match wildcard imports keys with a trailer (#57)

🏡 Chore

❤️ Contributors

Commits

Updates minimatch from 10.2.5 to 10.2.6

Commits

Updates postcss from 8.5.23 to 8.5.25

Release notes

Sourced from postcss's releases.

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).
Changelog

Sourced from postcss's changelog.

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).
Commits

Updates tinyrainbow from 3.1.0 to 3.1.1

Release notes

Sourced from tinyrainbow's releases.

v3.1.1

What's Changed

New Contributors

Full Changelog: tinylibs/tinyrainbow@v3.1.0...v3.1.1

v3.1.1-pre.1

What's Changed

Full Changelog: tinylibs/tinyrainbow@v3.1.1-pre.0...v3.1.1-pre.1

v3.1.1-pre.0

What's Changed

New Contributors

Full Changelog: tinylibs/tinyrainbow@v3.1.0...v3.1.1-pre.0

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tinyrainbow since your current version.


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 group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.1` | `26.1.2` |
| [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.8.0` |
| [@napi-rs/wasm-runtime](https://github.com/napi-rs/napi-rs/tree/HEAD/wasm-runtime) | `1.1.6` | `1.2.2` |
| [acorn](https://github.com/acornjs/acorn) | `8.17.0` | `8.18.0` |
| [exsolve](https://github.com/unjs/exsolve) | `1.1.0` | `1.1.1` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.5` | `10.2.6` |
| [postcss](https://github.com/postcss/postcss) | `8.5.23` | `8.5.25` |
| [tinyrainbow](https://github.com/tinylibs/tinyrainbow) | `3.1.0` | `3.1.1` |


Updates `@types/node` from 26.1.1 to 26.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `globals` from 17.7.0 to 17.8.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.7.0...v17.8.0)

Updates `@napi-rs/wasm-runtime` from 1.1.6 to 1.2.2
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Changelog](https://github.com/napi-rs/napi-rs/blob/main/wasm-runtime/CHANGELOG.md)
- [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.2.2/wasm-runtime)

Updates `acorn` from 8.17.0 to 8.18.0
- [Commits](acornjs/acorn@8.17.0...8.18.0)

Updates `exsolve` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/unjs/exsolve/releases)
- [Changelog](https://github.com/unjs/exsolve/blob/main/CHANGELOG.md)
- [Commits](unjs/exsolve@v1.1.0...v1.1.1)

Updates `minimatch` from 10.2.5 to 10.2.6
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v10.2.5...v10.2.6)

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

Updates `tinyrainbow` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/tinylibs/tinyrainbow/releases)
- [Commits](tinylibs/tinyrainbow@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: globals
  dependency-version: 17.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@napi-rs/wasm-runtime"
  dependency-version: 1.2.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: acorn
  dependency-version: 8.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: exsolve
  dependency-version: 1.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: minimatch
  dependency-version: 10.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: postcss
  dependency-version: 8.5.25
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tinyrainbow
  dependency-version: 3.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
...

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 Aug 1, 2026
@benbrandt
benbrandt merged commit a601208 into main Aug 2, 2026
3 checks passed
@benbrandt
benbrandt deleted the dependabot/npm_and_yarn/minor-2a7683639a branch August 2, 2026 05:09
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