Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 5 updates - #1211

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

chore(deps): bump the production-dependencies group across 1 directory with 5 updates#1211
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-a9be1d889d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
@griffel/react 1.6.1 1.7.7
oxc-parser 0.125.0 0.147.0
react 19.2.3 19.2.8
react-dom 19.2.3 19.2.8
@fluentui/react-components 9.74.4 9.74.7

Updates @griffel/react from 1.6.1 to 1.7.7

Commits

Updates oxc-parser from 0.125.0 to 0.147.0

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.147.0

🚀 Features

  • b6e9e5e minifier: Fold switch stmt whose parent is not block stmt (#25403) (Armano)

🐛 Bug Fixes

  • 8db1053 codegen: Require sourcemap for example (#26047) (camc314)
  • 8a9bdbd estree: Include decorators in FormalParameterRest spans (#26021) (camc314)
  • 6f0c7cf minifier: Avoid merging if to for in sloppy mode when containing function declaration (#25638) (sapphi-red)
  • 2cde1f6 rust: Address nightly deprecations (#25998) (Boshen)
  • 6c5ad1b codegen: Only add mapping names for PrivateIdentifiers which have changed (#25958) (overlookmotel)
  • 2dad1e0 parser: Track irregular line terminators in trivia (#25947) (camc314)
  • 58ba651 minifier: Avoid merging if to for when the body contains a function declaration (#25637) (sapphi-red)
  • a185ac3 codegen: Print # before private identifier in TS signature key (#25938) (overlookmotel)
  • af82a07 minifier: Keep unary + when the other operand has side effects (#25645) (Kotaro Chikuba)

⚡ Performance

  • 20711f4 packages/codegen: Remove node param from write and markMap functions in sourcemap builds (#25989) (overlookmotel)
  • 29a7749 packages/codegen: Pass start and end to write and mark functions (#25986) (overlookmotel)
  • 8ae741b packages/codegen: Replace write calls with writeIdent (#25984) (overlookmotel)
  • a78ed30 packages/codegen: Remove last param from writeWithMapNamed (#25983) (overlookmotel)
  • 53f6270 packages/codegen: Eagerly initialize mapNames (#25979) (overlookmotel)
  • 5b43c60 packages/codegen: Split recording mappings into multiple functions (#25978) (overlookmotel)
  • cc947b5 packages/codegen: Reduce property lookups (#25977) (overlookmotel)
  • c22a9cc packages/codegen: Combine condition checks (#25976) (overlookmotel)
  • 215a6a5 packages/codegen: Add functions for writing/marking unnamed mappings (#25975) (overlookmotel)
  • fe444cc codegen: Avoid allocations for single comment anchors (#25598) (camc314)
  • a0aee81 minifier: Do not rebuild expression when substituting void to null (#25964) (Armano)
  • 1004439 packages/codegen: Merge mark and write calls in printImportAttributes (#25972) (overlookmotel)
  • 94c8a34 packages/codegen: Remove node param from printString and printNonNegativeFloat (#25971) (overlookmotel)
  • 7e2b4b3 packages/codegen: printNonNegativeFloat write mapping directly (#25968) (overlookmotel)
  • f09c8ab minifier: Avoid creation of unnecessary conditional expressions (#25931) (Armano)
  • 53ff080 packages/codegen: Remove lastWasPostfixClose (#25888) (overlookmotel)

📚 Documentation

  • 07de646 packages/codegen: Fix JSDoc comments on write* methods (#25966) (overlookmotel)
  • 3b09c04 packages/codegen: Clarify comment (#25959) (overlookmotel)

oxc crates_v0.146.0

🚀 Features

  • 83cb516 minifier: Improve negation of expressions in boolean context (#25755) (Armano)

🐛 Bug Fixes

  • 82a790d codegen: Narrow printSync input type (#25871) (camc314)
  • 134fb22 isolated-declarations: Preserve unresolved parameter types (#25909) (Dunqing)

... (truncated)

Changelog

Sourced from oxc-parser's changelog.

[0.147.0] - 2026-08-24

🐛 Bug Fixes

  • 8a9bdbd estree: Include decorators in FormalParameterRest spans (#26021) (camc314)

[0.145.0] - 2026-08-18

🐛 Bug Fixes

  • db44651 napi: Disable reuseWorker in browser bindings (#25640) (leaysgur)
  • 0c68b7f estree: Emit decorators on FormalParameterRest (#25582) (camc314)

[0.144.0] - 2026-08-10

💥 BREAKING CHANGES

  • a33788e ast: [BREAKING] Group class heritage into ClassHeritage (#25360) (camc314)
  • 5c5cdcd ast: [BREAKING] Narrow TSInterfaceHeritage::expression to TSTypeName (#24360) (camc314)
  • 6be314f ast: [BREAKING] Remove duplicated VariableDeclarator::kind (#25319) (camc314)
  • 44fd320 ast: [BREAKING] Split TS external modules & Namespace Declarations (#25284) (camc314)

🐛 Bug Fixes

  • 2a1058a napi: Omit parser header from WASI declarations (#25254) (camc314)

[0.143.0] - 2026-08-03

💥 BREAKING CHANGES

  • 067da8c ast: [BREAKING] Store single parameter in TSIndexSignature::parameter (#25154) (camc314)
  • 1bdedd1 ast: [BREAKING] Introduce ExportDeclaration, ExportFromDeclaration (#25095) (camc314)
  • c917f20 ast: [BREAKING] Introduce ArrowFunctionBody enum (#24987) (camc314)

[0.142.0] - 2026-07-27

🚀 Features

  • 11f5d1f ast_visit: Add Utf8ToUtf16::convert_program_and_comments (#24859) (overlookmotel)

🐛 Bug Fixes

  • e80574f estree: Handle empty spans serializing ImportMeta and NewTarget (#24775) (overlookmotel)

[0.141.0] - 2026-07-20

💥 BREAKING CHANGES

  • 54cc121 ast: [BREAKING] Split MetaProperty into ImportMeta and NewTarget (#24557) (camc314)

... (truncated)

Commits

Updates react from 19.2.3 to 19.2.8

Release notes

Sourced from react's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

Changelog

Sourced from react's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

19.2.4 (Jan 26, 2026)

React Server Components

Commits
Maintainer changes

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


Updates react-dom from 19.2.3 to 19.2.8

Release notes

Sourced from react-dom's releases.

19.2.8 (July 21st, 2026)

React Server Components

19.2.7 (June 1st, 2026)

React Server Components

19.2.6 (May 6th, 2026)

React Server Components

19.2.5 (April 8th, 2026)

React Server Components

19.2.4 (January 26th, 2026)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.7 (June 1, 2026)

React Server Components

19.2.6 (May 6, 2026)

React Server Components

19.2.5 (March 18, 2026)

React Server Components

19.2.4 (Jan 26, 2026)

React Server Components

Commits
Maintainer changes

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


Updates @fluentui/react-components from 9.74.4 to 9.74.7

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 11, 2026 11:17
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-a9be1d889d branch 3 times, most recently from 8b1788e to 0c60788 Compare August 13, 2026 18:54
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-a9be1d889d branch 5 times, most recently from 4522905 to b0054b8 Compare August 27, 2026 16:53
…y with 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [@griffel/react](https://github.com/microsoft/griffel) | `1.6.1` | `1.7.7` |
| [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) | `0.125.0` | `0.147.0` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.8` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.8` |
| [@fluentui/react-components](https://github.com/microsoft/fluentui) | `9.74.4` | `9.74.7` |



Updates `@griffel/react` from 1.6.1 to 1.7.7
- [Commits](https://github.com/microsoft/griffel/commits)

Updates `oxc-parser` from 0.125.0 to 0.147.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.147.0/napi/parser)

Updates `react` from 19.2.3 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react)

Updates `react-dom` from 19.2.3 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-dom)

Updates `@fluentui/react-components` from 9.74.4 to 9.74.7
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Commits](https://github.com/microsoft/fluentui/commits)

---
updated-dependencies:
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.74.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@griffel/react"
  dependency-version: 1.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: oxc-parser
  dependency-version: 0.143.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/production-dependencies-a9be1d889d branch from b0054b8 to 2a926aa Compare September 4, 2026 08:20
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