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.145.0
react 19.2.3 19.2.8
react-dom 19.2.3 19.2.8
@fluentui/react-components 9.74.4 9.74.6

Updates @griffel/react from 1.6.1 to 1.7.7

Commits

Updates oxc-parser from 0.125.0 to 0.145.0

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.145.0

💥 BREAKING CHANGES

  • 365274e packages/codegen: [BREAKING] printSync return an object (#25720) (overlookmotel)

🚀 Features

  • 6a7eb60 packages/codegen: Alter capitalization of sourceFilename option (#25854) (overlookmotel)
  • 300763f packages/codegen: Add full source map support (#25585) (camc314)
  • a169e4a napi/minify: Expose property name mangling options (#24741) (Dunqing)
  • 2f5cdb1 minifier: Add property name mangling (#24740) (Dunqing)
  • 4922141 mangler: Deduplicate private accessor names (#25601) (camc314)
  • 1c4f519 napi: Add Relay transform plugin (#25503) (Boshen)
  • a4478e9 codegen: Add oxc-codegen package (#25488) (overlookmotel)

🐛 Bug Fixes

  • 0fbcf64 codegen: Validate sourcemap options (#25860) (camc314)
  • 345f981 react_compiler: Skip node_modules by default (#25859) (Boshen)
  • ab81f3f minifier: Drop side-effect-free additions (#25639) (Dunqing)
  • 241c559 napi/minify: Accept RegExp for property filters (#25827) (Dunqing)
  • 4cc7ea4 codegen: Reject invalid indent options (#25807) (camc314)
  • 53f9295 isolated-declarations: Preserve undefined for defaulted any (#25292) (camc314)
  • 8ab883a codegen: Preserve property key annotations (#25766) (Dunqing)
  • b13fd48 minifier: Model uninitialized module vars as undefined (#25497) (Dunqing)
  • f6000ac ecmascript: Fold ** with Number::exponentiate, not IEEE pow (#25644) (Kotaro Chikuba)
  • b846abc isolated-declarations: Handle ambient expando properties (#25655) (camc314)
  • dec0a86 react-compiler: Standardize diagnostics (#25702) (Boshen)
  • fca2e0c parser: Reject initialized lexical declarations in for-in (#25700) (Boshen)
  • ae9be8f parser: Forbid type parameters on quoted constructors (#25696) (Boshen)
  • c5f188a react-compiler: Use Babel v1 validation defaults (#25676) (Boshen)
  • db44651 napi: Disable reuseWorker in browser bindings (#25640) (leaysgur)
  • ce35d47 react_compiler: Preserve JSX import source pragmas (#25592) (Boshen)
  • 059784d semantic: Respect shadowed Infinity and NaN in enum evaluation (#25604) (camc314)
  • bb5a232 minifier: Keep variable declaration initilized with class when keepNames is enabled (#25584) (sapphi-red)
  • f49229d minifier: Keep side effects when rotating bitwise operands (#25596) (Kotaro Chikuba)
  • e82495b ecmascript: Derive ToNumber of !x from ToBoolean (#25595) (Kotaro Chikuba)
  • 509931b semantic: Classify global references per identifier (#25608) (camc314)
  • 80484ce mangler: Correct base54 safety comment (#25606) (camc314)
  • c1369a7 codegen: Resolve private names in class heritage (#25588) (camc314)
  • c002f29 codegen: Escape sources for empty import specifiers (#25586) (camc314)
  • 0c68b7f estree: Emit decorators on FormalParameterRest (#25582) (camc314)
  • cdf1846 semantic: Allow legacy escapes in JSX attributes (#25576) (Boshen)
  • e75e102 minifier: Preserve block statement in labeled iteration statements (#25162) (Armano)
  • 771d79a mangler: Exclude non-manglable symbols from slot assignment (#25539) (sapphi-red)
  • 76b19f5 minifier: Avoid duplicating large folded strings (#25532) (Dunqing)
  • 59e8895 codegen: Validate starting indent level (#25550) (camc314)
  • 88b34f2 clippy: Remove unneeded unsafe (#25551) (camc314)
  • 23a7ad0 parser: Stop delimited lists at end of file (#25542) (Boshen)
  • 73acba9 parser: Preserve fatal errors during await reparse (#25541) (Boshen)

... (truncated)

Changelog

Sourced from oxc-parser's changelog.

[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)

🚀 Features

  • 7b045cd minfier: Drop last break from last switch case (#24673) (Armano)
  • 3d22307 parser: Add ParseOptions::enable_ident_hashes (#24491) (Boshen)

[0.138.0] - 2026-06-29

... (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.6

Commits
  • b635180 release: applying package updates - react-components
  • 2dd2a9a fix(react-color-picker): use valid modern HSL syntax (#36555)
  • 1c4d6fc feat(react-headless-components-preview): expose missing state data attributes...
  • e432c71 refactor(react-color-picker): move CSS vars to constants (#36552)
  • 8481779 refactor(react-swatch-picker): move styles out of base hook (#36550)
  • a47be84 fix(react-headless-components-preview): use a custom renderTagPicker function...
  • 035ee66 feat(v9,headless): ship web packages ESM-first (type:module), drop node exp...
  • 1ac9a09 feat(react-headless-components-preview): add headless SplitButton (#36525)
  • 4f1ce23 feat(react-button): expose useSplitButtonBase_unstable base hook (#36524)
  • e914557 refactor(react-color-picker): remove tinycolor dependency (#36548)
  • Additional commits viewable in compare view

@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 from 0c60788 to 311fa99 Compare August 21, 2026 20:09
…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.145.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.6` |



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.145.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.145.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.6
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.74.4...@fluentui/react-components_v9.74.6)

---
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 311fa99 to 7daa0f8 Compare August 21, 2026 22:00
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