Skip to content

chore(deps): (deps): bump the production group with 4 updates#290

Merged
cb1kenobi merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-8d84404ce7
Apr 8, 2026
Merged

chore(deps): (deps): bump the production group with 4 updates#290
cb1kenobi merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-8d84404ce7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the production group with 4 updates: lru-cache, postcss, tinyexec and tinyglobby.

Updates lru-cache from 11.2.7 to 11.3.2

Changelog

Sourced from lru-cache's changelog.

cringe lorg

11.3

  • Add observability features, expand the coverage of LRUCache.Status objects.

11.2

  • Add the perf option to specify performance, Date, or any other object with a now() method that returns a number.

11.1

  • Add the onInsert method

11.0

  • Drop support for node less than v20

10.4

  • Accidental minor update, should've been patch.

10.3

  • add forceFetch() method
  • set disposeReason to 'expire' when it's the result of a TTL expiration, or 'fetch' when it's the result of an aborted or undefined-returning fetch()
  • add memo() method

10.2

  • types: implement the Map<K, V> interface

10.1

  • add cache.info(key) to get value as well as ttl and size information.

10.0

  • cache.fetch() return type is now Promise<V | undefined> instead of Promise<V | void>. This is an irrelevant change practically speaking, but can require changes for TypeScript users.

9.1

... (truncated)

Commits
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates postcss from 8.5.8 to 8.5.9

Release notes

Sourced from postcss's releases.

8.5.9

  • Speed up source map encoding paring in case of the error.
Changelog

Sourced from postcss's changelog.

8.5.9

  • Speed up source map encoding paring in case of the error.
Commits
  • fe88ac2 Release 8.5.9 version
  • c551632 Avoid RegExp when we can use simple JS
  • 89a6b74 Move SECURITY.txt for docs folder to keep GitHub page cleaner
  • 6ceb8a4 Create SECURITY.md
  • 02ccae6 Another way to fix CI with .ts ext in tests on old Node.js
  • 2c36658 Another way to fix CI with TS on old Node.js
  • b906003 Another way to fix CI with old Node.js
  • 04d32cd Fix another issue with Node.js 10 on CI
  • df86cdf Try to fix Node.js 10 on CI
  • 82bec0d Move to oxfmt
  • Additional commits viewable in compare view

Updates tinyexec from 1.0.4 to 1.1.1

Release notes

Sourced from tinyexec's releases.

1.1.1

What's Changed

Full Changelog: tinylibs/tinyexec@1.1.0...1.1.1

1.1.0

What's Changed

New Contributors

Full Changelog: tinylibs/tinyexec@1.0.4...1.1.0

Commits
  • 53d1934 fix: install npm twice to make publish work (#111)
  • 8a2484f chore(deps-dev): bump the development-dependencies group with 2 updates (#110)
  • 5120700 fix: add current node executable's directory to start of PATH (#108)
  • a158629 fix: use stream.pipeline to fix combining streams with auto-destroy disable...
  • 4acd4a9 feat: Support Result | ExecProcess | string for options.stdin (#106)
  • 04fde07 chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • fa9f740 feat: improve Bun runtime compatibility (#101)
  • 52b74a8 docs(#96): add sync API docs (#98)
  • 70b1d9c feat(#33): implements sync API (#96)
  • f9323a9 chore(deps-dev): bump the development-dependencies group with 5 updates (#97)
  • Additional commits viewable in compare view

Updates tinyglobby from 0.2.15 to 0.2.16

Release notes

Sourced from tinyglobby's releases.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by @​Torathion
  • Ignore patterns are no longer compiled twice by @​webpro

Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem

Changelog

Sourced from tinyglobby's changelog.

0.2.16

Fixed

Changed

  • Overhauled and optimized most internals by Torathion
  • Ignore patterns are no longer compiled twice by webpro
Commits
  • 5779202 release 0.2.16
  • 071954f bump deps once more
  • e541dde do not import the whole fs module
  • 2381b76 fix root being too broad
  • 0addeb9 chore(deps): update all non-major dependencies (#191)
  • 91ac26c chore(deps): update pnpm/action-setup action to v5 (#192)
  • c50558e upgrade picomatch (and everything else)
  • 6185175 chore(deps): update dependency picomatch to v4.0.4 [security] (#193)
  • 49c2b93 enable pnpm trustPolicy
  • bc825c4 chore(deps): update all non-major dependencies (#181)
  • Additional commits viewable 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 production group with 4 updates: [lru-cache](https://github.com/isaacs/node-lru-cache), [postcss](https://github.com/postcss/postcss), [tinyexec](https://github.com/tinylibs/tinyexec) and [tinyglobby](https://github.com/SuperchupuDev/tinyglobby).


Updates `lru-cache` from 11.2.7 to 11.3.2
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-lru-cache@v11.2.7...v11.3.2)

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

Updates `tinyexec` from 1.0.4 to 1.1.1
- [Release notes](https://github.com/tinylibs/tinyexec/releases)
- [Commits](tinylibs/tinyexec@1.0.4...1.1.1)

Updates `tinyglobby` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/SuperchupuDev/tinyglobby/releases)
- [Changelog](https://github.com/SuperchupuDev/tinyglobby/blob/main/CHANGELOG.md)
- [Commits](SuperchupuDev/tinyglobby@0.2.15...0.2.16)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-version: 11.3.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: postcss
  dependency-version: 8.5.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: tinyexec
  dependency-version: 1.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: tinyglobby
  dependency-version: 0.2.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@cb1kenobi cb1kenobi merged commit f1b1115 into main Apr 8, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-8d84404ce7 branch April 8, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant