Skip to content

build(deps): bump the production-dependencies group across 1 directory with 8 updates - #38

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-022e895da7
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-022e895da7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 20, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 8 updates in the / directory:

Package From To
tailwind-merge 3.6.0 3.7.0
@mdn/browser-compat-data 8.0.11 8.1.1
vitest 4.1.10 4.1.11
@jridgewell/sourcemap-codec 1.5.5 1.6.0
@vitest/runner 4.1.10 4.1.11
@vitest/snapshot 4.1.10 4.1.11
es-module-lexer 2.3.1 2.3.2
tinyexec 1.3.0 1.3.1

Updates tailwind-merge from 3.6.0 to 3.7.0

Release notes

Sourced from tailwind-merge's releases.

tailwind-merge@3.7.0

New Features

  • Prepare some upcoming changes by @​dcastil in dcastil/tailwind-merge#713
    • Theme getters returned by fromTheme now expose the theme key they read as a themeKey property, so tooling can identify the referenced theme scale without calling the getter.
    • Release tags now include the package name, starting with tailwind-merge@3.7.0.

Bug Fixes

Documentation

Other

Full Changelog: v3.6.0...v3.7.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​openclaw, @​sourcegraph, @​cesarvcanal, @​CasperKristiansson, @​jbisasky, @​frontendmasters and more via @​thnxdev for sponsoring tailwind-merge! ❤️

Commits
  • 511d68a tailwind-merge@3.7.0
  • 2461127 Release tooling: Pass the namespaced tag prefix and commit message to pnpm's ...
  • 9d41508 add changelog for tailwind-merge@3.7.0
  • c78a80f Configurator: Reuse runtime lookups during pruning
  • 49c317d Monorepo: Fix contributing link and include package coverage
  • 7b565ca Configurator: prune a generated config to a project's used classes (core step)
  • d83e013 Releases: auto-re-pin tag-pinned links on every version bump
  • b71fd41 Docs: pin every in-repo file link to a release tag instead of main
  • ee29441 Docs: point the ThemeObject JSDoc link at the packaged docs location
  • 9521b10 Releases: per-package pipeline with namespaced tags
  • Additional commits viewable in compare view

Updates @mdn/browser-compat-data from 8.0.11 to 8.1.1

Release notes

Sourced from @​mdn/browser-compat-data's releases.

v8.1.1

Removals

  • api.HTMLMediaElement.seekToNextFrame (#30414)
  • api.TrustedParserOptions (#30463)
  • api.TrustedParserOptions.runScripts (#30463)
  • api.TrustedParserOptions.sanitizer (#30463)

Additions

  • api.PerformanceContainerTiming.toJSON (#30451)
  • api.Selection.addRange.multiple_ranges (#30230)
  • api.TrustedHTMLParserOptions (#30463)
  • api.TrustedHTMLParserOptions.runScripts (#30463)
  • api.TrustedHTMLParserOptions.sanitizer (#30463)
  • browsers.bun.releases.1.4.1 (#30445)
  • browsers.bun.releases.1.4.2 (#30445)
  • browsers.chrome_android.releases.156 (#30445)
  • browsers.chrome.releases.156 (#30445)
  • browsers.samsunginternet_android.releases.30.0 (#30436)
  • browsers.webview_android.releases.156 (#30445)
  • css.properties.line-clamp.height-based_clamping (#30418)
  • css.properties.zoom.is_animatable (#30358)
  • javascript.statements.import.defer (#30425)
  • mathml.elements.a.hreflang (#30454)
  • mathml.elements.a.target (#30454)
  • mathml.elements.a.type (#30454)

Statistics

  • 12 contributors have changed 48 files with 833 additions and 209 deletions in 35 commits (v8.1.0...v8.1.1)
  • 20,517 total features
  • 1,270 total contributors
  • 5,743 total stargazers

v8.1.0

Notable changes

This release includes one notable change.

1. Add index to published browser release objects (#30008)

Previously, reconstructing the release order of a browser meant relying on JavaScript object key enumeration order or parsing and comparing version strings yourself.

Now, every release object in the published data.json carries a 0-based index property, ordered ascending by version, which you can sort on directly:

const releases = Object.entries(bcd.browsers.chrome.releases);
releases.sort(([, a], [, b]) => a.index - b.index);
// [["1", {…}], ["2", {…}], …, ["151", {…}]]
</tr></table> 

... (truncated)

Changelog

Sourced from @​mdn/browser-compat-data's changelog.

v8.1.1

September 10, 2026

Removals

  • api.HTMLMediaElement.seekToNextFrame (#30414)
  • api.TrustedParserOptions (#30463)
  • api.TrustedParserOptions.runScripts (#30463)
  • api.TrustedParserOptions.sanitizer (#30463)

Additions

  • api.PerformanceContainerTiming.toJSON (#30451)
  • api.Selection.addRange.multiple_ranges (#30230)
  • api.TrustedHTMLParserOptions (#30463)
  • api.TrustedHTMLParserOptions.runScripts (#30463)
  • api.TrustedHTMLParserOptions.sanitizer (#30463)
  • browsers.bun.releases.1.4.1 (#30445)
  • browsers.bun.releases.1.4.2 (#30445)
  • browsers.chrome_android.releases.156 (#30445)
  • browsers.chrome.releases.156 (#30445)
  • browsers.samsunginternet_android.releases.30.0 (#30436)
  • browsers.webview_android.releases.156 (#30445)
  • css.properties.line-clamp.height-based_clamping (#30418)
  • css.properties.zoom.is_animatable (#30358)
  • javascript.statements.import.defer (#30425)
  • mathml.elements.a.hreflang (#30454)
  • mathml.elements.a.target (#30454)
  • mathml.elements.a.type (#30454)

Statistics

  • 12 contributors have changed 48 files with 833 additions and 209 deletions in 35 commits (v8.1.0...v8.1.1)
  • 20,517 total features
  • 1,270 total contributors
  • 5,743 total stargazers

v8.1.0

September 3, 2026

Notable changes

This release includes one notable change.

1. Add index to published browser release objects (#30008)

Previously, reconstructing the release order of a browser meant relying on JavaScript object key enumeration order or parsing and comparing version strings yourself.

... (truncated)

Commits
  • f0e862b Release v8.1.1 (#30428)
  • 56a40c2 Remove api.HTMLMediaElement.seekToNextFrame (#30414)
  • 69035c4 Updates for Chrome Canary, 04 Sept 2026 (#30434)
  • 449cefc Validate Async Explicit Resource Management spec_urls (#30415)
  • bf18de5 Remove exception for not validating SVG types spec_urls (#30416)
  • 5df9876 Firefox 156 supports RTCPeerConnection() alwaysNegotiateDataChannels … (#30472)
  • 305b4d6 Chrome 150 zoom property animatable (#30358)
  • 9f63e00 chore(deps-dev): bump @​ddbeck/mdn-content-inventory from 0.2.20260909 to 0.2....
  • a5c2111 chore(deps-dev): bump the npm group with 2 updates (#30470)
  • a67d497 Move TrustedParserOptions to TrustedHTMLParserOptions and enable HTML setters...
  • Additional commits viewable in compare view

Updates vitest from 4.1.10 to 4.1.11

Release notes

Sourced from vitest's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 9bd8d46 chore: release v4.1.11 (#10995)
  • 9851dbc fix(browser): trigger playwright/chromium gc on lower disk availability [back...
  • See full diff in compare view

Updates @jridgewell/sourcemap-codec from 1.5.5 to 1.6.0

Changelog

Sourced from @​jridgewell/sourcemap-codec's changelog.

[1.6.0] - 2026-08-27

  • Add Range Mapping support: #45
    • includes new decodeRangeMappings and encodeRangeMappings APIs

Full Changelog: jridgewell/sourcemaps@sourcemap-codec/1.5.5...sourcemap-codec/1.6.0

Commits
  • b760015 sourcemap-codec/1.6.0
  • 8aec729 Ignore map files during ripgrepping
  • 6566f0c Range mappings: update encoding to latest
  • e5d58e6 Improve mocha setup
  • f34bc27 Changelogs
  • 01a4f69 Small clenaup
  • 6cbfce2 Add test:watch commands
  • f3cb43e Separate signing from encoding/decoding integers
  • b319fc0 Range mappings: add initial decoding/encoding support
  • 59f4045 Add unsigned VLQ encode/decode options
  • See full diff in compare view

Updates @vitest/runner from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/runner's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/snapshot from 4.1.10 to 4.1.11

Release notes

Sourced from @​vitest/snapshot's releases.

v4.1.11

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates es-module-lexer from 2.3.1 to 2.3.2

Release notes

Sourced from es-module-lexer's releases.

2.3.2

What's Changed

New Contributors

Full Changelog: guybedford/es-module-lexer@2.3.1...2.3.2

Commits

Updates tinyexec from 1.3.0 to 1.3.1

Release notes

Sourced from tinyexec's releases.

1.3.1

What's Changed

Full Changelog: tinylibs/tinyexec@1.3.0...1.3.1

Commits
  • 57073a3 chore(deps-dev): bump the development-dependencies group with 3 updates (#171)
  • 0d3152e chore(deps-dev): bump the development-dependencies group with 4 updates (#167)
  • 98a84af fix: resolve node_modules/.bin from nodeOptions.cwd instead of current pr...
  • e7ebd7f chore(deps-dev): bump the development-dependencies group with 2 updates (#165)
  • 2f8b005 chore(deps-dev): bump the development-dependencies group across 1 directory w...
  • 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

View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

…y with 8 updates

Bumps the production-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge/tree/HEAD/packages/tailwind-merge) | `3.6.0` | `3.7.0` |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `8.0.11` | `8.1.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |
| [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec) | `1.5.5` | `1.6.0` |
| [@vitest/runner](https://github.com/vitest-dev/vitest/tree/HEAD/packages/runner) | `4.1.10` | `4.1.11` |
| [@vitest/snapshot](https://github.com/vitest-dev/vitest/tree/HEAD/packages/snapshot) | `4.1.10` | `4.1.11` |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `2.3.1` | `2.3.2` |
| [tinyexec](https://github.com/tinylibs/tinyexec) | `1.3.0` | `1.3.1` |



Updates `tailwind-merge` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/commits/tailwind-merge@3.7.0/packages/tailwind-merge)

Updates `@mdn/browser-compat-data` from 8.0.11 to 8.1.1
- [Release notes](https://github.com/mdn/browser-compat-data/releases)
- [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
- [Commits](mdn/browser-compat-data@v8.0.11...v8.1.1)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

Updates `@jridgewell/sourcemap-codec` from 1.5.5 to 1.6.0
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.6.0/packages/sourcemap-codec)

Updates `@vitest/runner` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/runner)

Updates `@vitest/snapshot` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/snapshot)

Updates `es-module-lexer` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](guybedford/es-module-lexer@2.3.1...2.3.2)

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

---
updated-dependencies:
- dependency-name: tailwind-merge
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vitest/runner"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@vitest/snapshot"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: es-module-lexer
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tinyexec
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Sep 20, 2026
@dependabot
dependabot Bot requested a review from TomaszJanusz as a code owner September 20, 2026 13:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 20, 2026
@coderabbitai

coderabbitai Bot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 60a1ac86-fefc-408b-8e5a-51dce5099738

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

This branch has not been deployed

No deployments
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.

0 participants