build: bump the all-frontend-deps group across 1 directory with 34 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(5 days ago)
(5 days ago)
dependencies javascript
Bumps the all-frontend-deps group with 34 updates in the /src/frontend directory:
Package | From | To |
---|---|---|
@fluentui/react | 8.122.9 |
8.123.5 |
@fluentui/react-components | 9.58.2 |
9.69.0 |
@fluentui/react-file-type-icons | 8.12.7 |
8.13.3 |
@fluentui/react-icons | 2.0.274 |
2.0.309 |
@reduxjs/toolkit | 2.5.1 |
2.8.2 |
@tailwindcss/vite | 4.0.3 |
4.1.12 |
autoprefixer | 10.4.20 |
10.4.21 |
axios | 1.7.9 |
1.11.0 |
lucide-react | 0.471.2 |
0.542.0 |
postcss | 8.5.1 |
8.5.6 |
react | 18.3.1 |
19.1.1 |
@types/react | 18.3.18 |
19.1.12 |
react-dom | 18.3.1 |
19.1.1 |
@types/react-dom | 18.3.5 |
19.1.9 |
react-dropzone | 14.3.5 |
14.3.8 |
react-router-dom | 7.1.5 |
7.8.2 |
react-syntax-highlighter | 15.6.1 |
15.6.6 |
sql-formatter | 15.4.11 |
15.6.6 |
tailwind-merge | 2.6.0 |
3.3.1 |
tailwindcss | 3.4.17 |
4.1.12 |
uuid | 11.0.5 |
11.1.0 |
@azure/msal-browser | 4.7.0 |
4.21.1 |
@azure/msal-react | 3.0.6 |
3.0.19 |
@eslint/js | 9.19.0 |
9.34.0 |
@vitejs/plugin-react | 4.3.4 |
5.0.2 |
eslint | 9.19.0 |
9.34.0 |
eslint-plugin-react | 7.37.4 |
7.37.5 |
eslint-plugin-react-hooks | 5.1.0 |
5.2.0 |
eslint-plugin-react-refresh | 0.4.18 |
0.4.20 |
globals | 15.14.0 |
16.3.0 |
rollup | 4.34.4 |
4.50.0 |
rollup-plugin-dts | 6.1.1 |
6.2.3 |
vite | 6.1.0 |
7.1.4 |
vite-plugin-svgr | 4.3.0 |
4.5.0 |
Updates @fluentui/react
from 8.122.9 to 8.123.5
Commits
ddb9e17
release: applying package updates - react v854d6985
release: applying package updates - web-components59b99f8
fix(react-charts): support single value callout in linechart (#35084)bc2137f
ci: run publish-website template conditionally (#35089)d149df3
feat(react-charts): support for marker texts for modes containing text (#35083)dd83665
fix(react-charts): refactor common styles to reduce bundle size (#35081)20d4705
fix: make tablist more SSR compatible (#35072)761b211
fix: remove unnecessary type check and avoid using instanceof (#35074)f8e7a56
feat(motion): Add delay parameter to motion components (#35077)2ba182f
refactor(motion): Extract BaseAtomParams and normalize atom parameter interfa...- Additional commits viewable in compare view
Updates @fluentui/react-components
from 9.58.2 to 9.69.0
Release notes
Sourced from @fluentui/react-components
's releases.
@fluentui/react-components
v9.69.0Minor changes
- chore(themes): Export new themes from react-components (PR #35063 by jurokapsiar)
Commits
5eb415c
release: applying package updates - react-componentsb8e7f00
Export T21 themes (#35063)63b4df5
Feat(react-menu-grid-preview): Add MenuGridRow and MenuGridCell compound comp...c22410e
ci: move dryRun from variables to parameters (#35065)aa172ef
release: applying package updates - react-components79d0346
Feat(react-menu-grid-preview): Publish MenuGrid stories (#35064)cd00e2a
release: applying package updates - react-components884c695
release: applying package updates - react v8926aa5d
Feat(react-menu-grid-preview): Add visuallyHidden MenuGridCell prop and modif...d24a7c1
docs(docsite-v9): add official RAW modules support docs (#34969)- Additional commits viewable in compare view
Updates @fluentui/react-file-type-icons
from 8.12.7 to 8.13.3
Release notes
Sourced from @fluentui/react-file-type-icons
's releases.
@fluentui/react-file-type-icons
v8.13.3Patches
- Adding mapping for
onepage
filetype icon and updating CDN url. (PR #34954 by bigbadcapers)- Bump
@fluentui/style-utilities
to v8.12.4 (commit)
Commits
ddb9e17
release: applying package updates - react v854d6985
release: applying package updates - web-components59b99f8
fix(react-charts): support single value callout in linechart (#35084)bc2137f
ci: run publish-website template conditionally (#35089)d149df3
feat(react-charts): support for marker texts for modes containing text (#35083)dd83665
fix(react-charts): refactor common styles to reduce bundle size (#35081)20d4705
fix: make tablist more SSR compatible (#35072)761b211
fix: remove unnecessary type check and avoid using instanceof (#35074)f8e7a56
feat(motion): Add delay parameter to motion components (#35077)2ba182f
refactor(motion): Extract BaseAtomParams and normalize atom parameter interfa...- Additional commits viewable in compare view
Updates @fluentui/react-icons
from 2.0.274 to 2.0.309
Commits
- See full diff in compare view
Updates @reduxjs/toolkit
from 2.5.1 to 2.8.2
Release notes
Sourced from @reduxjs/toolkit
's releases.
v2.8.2
This bugfix release fixes a bundle size regression in RTK Query from the build and packaging changes in v2.8.0.
If you're using v2.8.0 or v2.8.1, please upgrade to v2.8.2 right away to resolve that bundle size issue!
Changelog
RTK Query Bundle Size
In v2.8.0, we reworked our packaging setup to better support React Native. While there weren't many meaningful code changes, we did alter our bundling build config file. In the process, we lost the config options to externalize the
@reduxjs/toolkit
core when building the RTK Query nested entry points. This resulted in a regression where the RTK core code also got bundled directly into the RTK Query artifacts, resulting in a significant size increase.This release fixes the build config and restores the previous RTKQ build artifact sizes.
What's Changed
- Restructure build config to fix RTKQ externals by
@markerikson
in reduxjs/redux-toolkit#4985Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.8.1...v2.8.2
v2.8.1
This bugfix release makes an additional update to the package config to fix a regression that happened with Jest and
jest-environment-jsdom
.[!CAUTION] This release had a bundle size regression. Please update to v2.8.2 to resolve that issue.
Changes
More Package Updates
After releasing v2.8.0, we got reports that Jest tests were breaking. After investigation we concluded that
jest-environment-jsdom
was looking at the newbrowser
package exports condition we'd added to better support JSPM, finding an ESM file containing theexport
keyword, and erroring because it doesn't support ES modules correctly.reduxjs/redux-toolkit#4971 listed several viable workarounds, but this is enough of an issue we wanted to fix it directly. We've tweaked the package exports setup again, and it appears to resolve the issue with Jest.
What's Changed
- fix:
browser
exports
condition by@aryaemami59
in reduxjs/redux-toolkit#4973Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.8.0...v2.8.1
v2.8.0
This feature release improves React Native compatibility by updating our package exports definitions, and adds
queryArg
as an additional parameter to infinite query page param functions.[!CAUTION] This release had a bundle size regression, as well as a breakage with
jest-environment-jsdom
. Please update to v2.8.2 to resolve those issues.Changelog
Package Exports and React Native Compatibility
... (truncated)
Commits
af3e75b
Release 2.8.2174eb83
Restructure build config to fix RTKQ externals (#4985)cb089e6
Release 2.8.16a38c5c
fix:browser
exports
condition (#4973)82a0ae4
Release 2.8.029bea2a
Assorted pre-2.8 docs tweaks (#4968)68bf4b6
Add queryArg as 5th param to page param functions (#4967)20f4579
fix: React-Native package exports (#4887)5c1e01d
Merge pull request #4965 from n-ii-ma/masterfdc1c8e
fix: add missing verb- Additional commits viewable in compare view
Updates @tailwindcss/vite
from 4.0.3 to 4.1.12
Release notes
Sourced from @tailwindcss/vite
's releases.
v4.1.12
Fixed
- Don't consider the global important state in
@apply
(#18404)- Add missing suggestions for
flex-<number>
utilities (#18642)- Fix trailing
)
from interfering with extraction in Clojure keywords (#18345)- Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@plugin
and@config
(#18345)- Allow boolean values of
process.env.DEBUG
in@tailwindcss/node
(#18485)- Ignore consecutive semicolons in the CSS parser (#18532)
- Center the dropdown icon added to an input with a paired datalist by default (#18511)
- Extract candidates in Slang templates (#18565)
- Improve error messages when encountering invalid functional utility names (#18568)
- Discard CSS AST objects with
false
orundefined
properties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcss
viatransformAssetUrls: false
(#18321)- Fix false-positive migrations in
addEventListener
and JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*
theme keys individe-*
utilities for backwards compatibility (#18704)- Don't scan
.hdr
and.exr
files for classes by default (#18734)v4.1.11
Fixed
- Add heuristic to skip candidate migrations inside
emit(…)
(#18330)- Extract candidates with variants in Clojure/ClojureScript keywords (#18338)
- Document
--watch=always
in the CLI's usage (#18337)- Add support for Vite 7 to
@tailwindcss/vite
(#18384)v4.1.10
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)v4.1.9
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
v4.1.8
Added
- Improve error messages when
@apply
fails (#18059)Fixed
... (truncated)
Changelog
Sourced from @tailwindcss/vite
's changelog.
[4.1.12] - 2025-08-13
Fixed
- Don't consider the global important state in
@apply
(#18404)- Add missing suggestions for
flex-<number>
utilities (#18642)- Fix trailing
)
from interfering with extraction in Clojure keywords (#18345)- Detect classes inside Elixir charlist, word list, and string sigils (#18432)
- Track source locations through
@plugin
and@config
(#18345)- Allow boolean values of
process.env.DEBUG
in@tailwindcss/node
(#18485)- Ignore consecutive semicolons in the CSS parser (#18532)
- Center the dropdown icon added to an input with a paired datalist by default (#18511)
- Extract candidates in Slang templates (#18565)
- Improve error messages when encountering invalid functional utility names (#18568)
- Discard CSS AST objects with
false
orundefined
properties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcss
viatransformAssetUrls: false
(#18321)- Fix false-positive migrations in
addEventListener
and JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*
theme keys individe-*
utilities for backwards compatibility (#18704)- Don't scan
.hdr
and.exr
files for classes by default (#18734)[4.1.11] - 2025-06-26
Fixed
- Add heuristic to skip candidate migrations inside
emit(…)
(#18330)- Extract candidates with variants in Clojure/ClojureScript keywords (#18338)
- Document
--watch=always
in the CLI's usage (#18337)- Add support for Vite 7 to
@tailwindcss/vite
(#18384)[4.1.10] - 2025-06-11
Fixed
- Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g.
w-[calc(100%-var(--offset))]
) (#18289)[4.1.9] - 2025-06-11
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→/16
) (#18184)- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→-mb-128
) (#18212)- Upgrade: Do not migrate
blur
inwire:model.blur
(#18216)- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
[4.1.8] - 2025-05-27
Added
... (truncated)
Commits
6791e81
Prepare v4.1.12 release (#18728)9169d73
update READMEsb24457a
Prepare 4.1.11 (#18397)aa85931
feat: add Vite 7 support to the@tailwindcss/vite
plugin (#18384)d06bbb8
Prepare v4.1.10 (#18290)b88371a
Prepare v4.1.9 (#18285)193eb84
Release v4.1.8 (#18164)74e084a
Prepare v4.1.7 release (#18040)2d13998
Prepare v4.1.6 release (#17951)56b22bb
Add support for source maps (#17775)- Additional commits viewable in compare view
Updates autoprefixer
from 10.4.20 to 10.4.21
Release notes
Sourced from autoprefixer's releases.
10.4.21
- Fixed old
-moz-
prefix for:placeholder-shown
(by@Marukome0743
).
Changelog
Sourced from autoprefixer's changelog.
10.4.21
- Fixed old
-moz-
prefix for:placeholder-shown
(by@Marukome0743
).
Commits
Updates axios
from 1.7.9 to 1.11.0
Release notes
Sourced from axios's releases.
Release v1.11.0
Release notes:
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
Release v1.10.0
Release notes:
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Dimitrios Lazanas
- Adrian Knapp
- Howie Zhao
- Uhyeon Park
- Sampo Silvennoinen
Release v1.9.0
Release notes:
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4)- headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
... (truncated)
Changelog
Sourced from axios's changelog.
1.11.0 (2025-07-22)
Bug Fixes
- form-data npm pakcage (#6970) (e72c193)
- prevent RangeError when using large Buffers (#6961) (a2214ca)
- types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)
Contributors to this release
1.10.0 (2025-06-14)
Bug Fixes
- adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
- form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
- package: add module entry point for React Native; (#6933) (3d343b8)
Features
Contributors to this release
- Dmitriy Mozgovoy
- Noritaka Kobayashi
- Dimitrios Lazanas
- Adrian Knapp
- Howie Zhao
- Uhyeon Park
- Sampo Silvennoinen
1.9.0 (2025-04-24)
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4)
... (truncated)
Commits
b76c4ac
chore(release): v1.11.0 (#6974)e72c193
fix: form-data npm pakcage (#6970)8517aa1
fix(types): resolve type discrepancies between ESM and CJS TypeScript declara...a2214ca
fix: prevent RangeError when using large Buffers (#6961)6161947
refactor: use spread operator instead of '.apply()' (#6938)a1d16dd
refactor: use an object spread instead of Object.assign (#6939)07183cd
chore(sponsor): update sponsor block (#6952)ef36347
docs(CONTRIBUTING): update docs link for accuracy (#6894)b29bd6a
chore(sponsor): update sponsor block (#6948)a406a93
chore(sponsor): update sponsor block (#6937)- Additional commits viewable in compare view
Updates lucide-react
from 0.471.2 to 0.542.0
Release notes
Sourced from lucide-react's releases.
Version 0.542.0
What's Changed
- feat(docs): add MDN Web Docs & Nuxt to showcase by
@karsa-mistmere
in lucide-icons/lucide#3590- feat(icons): added
list-chevrons-down-up
icon by@juliankellydesign
in lucide-icons/lucide#3492New Contributors
@juliankellydesign
made their first contribution in lucide-icons/lucide#3492Full Changelog: https://github.com/lucide-icons/lucide/compare/0.541.0...0.542.0
Version 0.541.0
What's Changed
- feat(packages/lucide): added support for providing a custom root element by
@karsa-mistmere
in lucide-icons/lucide#3543- fix(icons): optimized
chrome
icon & renamed tochromium
by@jguddas
in lucide-icons/lucide#3572- fix(icons): changed
wallpaper
icon by@jguddas
in lucide-icons/lucide#3566- fix(icons): optimized
cog
icon by@jguddas
in lucide-icons/lucide#3548- fix(icons): changed
building
icon by@karsa-mistmere
in lucide-icons/lucide#3510- feat(dpi-preview): add previous version for easier comparison by
@jguddas
in lucide-icons/lucide#3532- feat(icons): added 'panel-dashed' variants + update tags on existing icons by
@irvineacosta
in lucide-icons/lucide#3500Full Changelog: https://github.com/lucide-icons/lucide/compare/0.540.0...0.541.0
Version 0.540.0
What's Changed
- fix(license): add full text of Feather license by
@jguddas
in lucide-icons/lucide#3530- fix(icons): changed
umbrella
icon by@karsa-mistmere
in lucide-icons/lucide#3490- docs(site): added official statement on brand logos in Lucide by
@karsa-mistmere
in lucide-icons/lucide#3541- fix(icons): changed
camera
icon by@karsa-mistmere
in lucide-icons/lucide#3539- feat(icons): added
rose
icon by@jguddas
in lucide-icons/lucide#1972Full Changelog: https://github.com/lucide-icons/lucide/compare/0.539.0...0.540.0
Version 0.539.0
What's Changed
- feat(icons): added
brick-wall-shield
icon by@karsa-mistmere
in lucide-icons/lucide#3476Full Changelog: https://github.com/lucide-icons/lucide/compare/0.538.0...0.539.0
Version 0.538.0
What's Changed
- fix(icons): changed
apple
icon by@karsa-mistmere
in lucide-icons/lucide#3505- fix(icons): changed
store
icon by@karsa-mistmere
in lucide-icons/lucide#3501- fix(icons): changed
mic-off
icon by@lieonlion
in lucide-icons/lucide#2823- chore(deps): bump astro from 5.5.2 to 5.12.8 by
@dependabot
[bot] in lucide-icons/lucide#3523- fix(icons): deprecate rail-symbol by
@jguddas
in lucide-icons/lucide#2862- feat(icons): added
kayak
icon by@jpjacobpadilla
in lucide-icons/lucide#3054
... (truncated)
Commits
- See full diff in compare view
Updates postcss
from 8.5.1 to 8.5.6
Release notes
Sourced from postcss's releases.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).8.5.3
- Added more details to
Unknown word
error (by@hiepxanh
).- Fixed types (by
@romainmenke
).- Fixed docs (by
@catnipan
).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke
).
Changelog
Sourced from postcss's changelog.
8.5.6
- Fixed
ContainerWithChildren
type discriminating (by@Goodwine
).8.5.5
- Fixed
package.json
→exports
compatibility with some tools (by@JounQin
).8.5.4
- Fixed Parcel compatibility issue (by
@git-sumitchaudhary
).8.5.3
- Added more details to
Unknown word
error (by@hiepxanh
).- Fixed types (by
@romainmenke
).- Fixed docs (by
@catnipan
).8.5.2
- Fixed end position of rules with semicolon (by
@romainmenke
).
Commits
91d6eb5
Release 8.5.6 version65ffc55
Update dependenciesecd20eb
Fix ContainerWithChildren to allow discriminating the node type by comparing ...c181597
Release 8.5.5 versionc5523fb
Update dependencies2e3450c
refactor:import
should be listed beforerequire
(#2052)4d720bd
Update EM text6cb4a66
Release 8.5.4 versionec5c1e0
Update dependenciese85e938
Fix code format- Additional commits viewable in compare view
Updates react
from 18.3.1 to 19.1.1
Release notes
Sourced from react's releases.
19.1.1 (July 28, 2025)
React
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useId
to use valid CSS selectors, changing format from:r123:
to«r123»
. #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported i...
Description has been truncated
Pull Request Statistics
1
2
+3343
-2780
Package Dependencies
eslint-plugin-react-refresh
npm
0.4.18 → 0.4.20
Patch
@fluentui/react-components
npm
9.58.2 → 9.69.0
Minor
@fluentui/react-file-type-icons
npm
8.12.7 → 8.13.3
Minor
Technical Details
ID: | 6677605 |
UUID: | 2794076096 |
Node ID: | PR_kwDOPOs5686mijfA |
Host: | GitHub |
Repository: | Harsh-Microsoft/Modernize-your-code-solution-accelerator-fork |
Merge State: | Unknown |