Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the production-dependencies-minor group with 27 updates in the /web directory:

Package From To
@tanstack/query-core 5.62.0 5.83.1
@tanstack/react-query 5.62.0 5.84.1
@tanstack/react-query-devtools 5.62.0 5.84.1
autoprefixer 10.4.20 10.4.21
axios 1.8.2 1.11.0
bootstrap 5.3.3 5.3.7
bootstrap-icons 1.11.3 1.13.1
core-js 3.39.0 3.45.0
country-flag-icons 1.5.13 1.5.19
flag-icons 7.2.3 7.5.0
immutable 5.0.3 5.1.3
jotai 2.12.2 2.13.0
luxon 3.5.0 3.7.1
@types/luxon 3.4.2 3.7.1
merge-anything 6.0.2 6.0.6
next 15.2.3 15.4.5
papaparse 5.4.1 5.5.3
@types/papaparse 5.3.15 5.3.16
react-aspect-ratio 1.1.8 1.1.9
react-i18next 15.1.3 15.6.1
react-icons 5.3.0 5.5.0
react-intersection-observer 9.13.1 9.16.0
react-select 5.8.3 5.10.2
react-share 5.1.1 5.2.2
react-snowfall 2.2.0 2.3.0
react-super-responsive-table 6.0.0 6.0.2
styled-components 6.1.13 6.1.19

Updates @tanstack/query-core from 5.62.0 to 5.83.1

Release notes

Sourced from @​tanstack/query-core's releases.

v5.83.1

Version 5.83.1 - 7/31/25, 12:42 PM

Changes

Refactor

  • angular-query: build package using vite (#9517) (422f2ec) by Arnoud

Chore

  • angular-query: move test-setup.ts (#9516) (74d8ce6) by Arnoud
  • deps: update marocchino/sticky-pull-request-comment digest to 28d58c4 (#9013) (53a2eae) by renovate[bot]
  • manually update dependencies (#9464) (9133c10) by Lachlan Collins

Test

  • query-core/mutationCache: add "sleep" to callbacks and remove "await" from "executeMutation" using "advanceTimersByTimeAsync" (#9506) (cc45977) by @​sukvvon
  • svelte-query/createQueries: simplify "queryFn" and add test for success when queries reslove at different times (#9494) (e9d9080) by @​sukvvon
  • svelte-query/{QueryClientProvider,useIsFetching,useIsMutating}: simplify "queryFn" (#9495) (52fdff2) by @​sukvvon
  • svelte-query/createQuery: simplify "queryFn" and replace "queryByText" with "getByText" (#9490) (234f2f4) by @​sukvvon
  • svelte-query/createMutation: add "sleep" in "mutationFn" and replace "queryByText" with "getByText" (#9491) (80242d6) by @​sukvvon
  • svelte-query/createInfiniteQuery: add "sleep", remove "Number" in "queryFn", and replace "queryByText" with "getByText" (#9492) (c273ba4) by @​sukvvon
  • svelte-query/useMutationState: simplify "queryFn" and replace "queryByText" with "getByText" (#9489) (880d183) by @​sukvvon
  • solid-query/useIsMutating: simplify "mutationFn" and add "expect" for "isMutating" state transitions (#9486) (552fe4b) by @​sukvvon
  • react-query/useSuspenseQueries: simplify "queryFn" and add "expect" for "loading" text (#9477) (6bc45b8) by @​sukvvon
  • solid-query/suspense: simplify "queryFn" and add "expect" for "loading" text (#9479) (039d214) by @​sukvvon
  • solid-query/useInfiniteQuery: add "sleep", remove "Number" in "queryFn", and simplify it (#9484) (bf9f9dc) by @​sukvvon
  • react-query/useIsFetching: simplify "queryFn" and add "expect" using "toBeInTheDocument (#9478) (9041b41) by @​sukvvon
  • solid-query/useIsFetching: simplify "queryFn" and add "expect" for "isFetching" state transitions (#9480) (c2e8330) by @​sukvvon
  • react-query/HydrationBoundary: use precise time in "advanceTimersByTimeAsync", add "expect" using "toBeInTheDocument", and simplify "queryFn" (#9472) (9376835) by @​sukvvon
  • react-query/suspense: add "sleep" in "queryFn", and add "expect" for "loading" text (#9468) (cb9ab1e) by @​sukvvon
  • react-query/ssr: simplify "queryFn" and add "sleep" for accurate testing (#9471) (72c2a4c) by @​sukvvon
  • react-query/useSuspenseQuery: add "sleep" in "queryFn", simplify it, and add "expect" for "loading" text (#9469) (db6281e) by @​sukvvon
  • react-query/useInfiniteQuery: remove "Number" in "queryFn", and simplify it (#9470) (d7af654) by @​sukvvon
  • react-query/useSuspenseQueries: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9450) (ac5d858) by @​sukvvon
  • react-query/usePrefetchInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9447) (ff13c2e) by @​sukvvon
  • react-query/useInfiniteQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9446) (efb14d6) by @​sukvvon
  • react-query/useSuspenseQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9455) (05c62a0) by @​sukvvon
  • react-query/QueryResetErrorBoundary: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9456) (e349d85) by @​sukvvon
  • react-query/usePrefetchQuery: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9448) (63bc828) by @​sukvvon
  • react-query/useMutation: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9458) (e2ce12c) by @​sukvvon
  • react-query/useQueries: replace inline "Promise" delays with "sleep", and add "expect" using "toBeInTheDocument" (#9466) (ed90d1a) by @​sukvvon
  • angular-query-experimental/providers: replace "runAllTimersAsync" with "advanceTimersByTimeAsync" (#9436) (bf77ab7) by @​sukvvon
  • angular-query-experimental/inject-mutation-state: replace "runAllTimersAsync", "advanceTimersByTime" with "advanceTimersByTimeAsync" (#9438) (2d71a22) by @​sukvvon
  • react-query/fine-grained-persister: use precise time in "advanceTimersByTimeAsync", and add "expect" using "toBeInTheDocument" (#9441) (7c58392) by @​sukvvon
  • react-query/QueryClientProvider: add "expect" using "toBeInTheDocument" (#9442) (958b0f0) by @​sukvvon
  • react-query/ssr: replace "advanceTimersByTimeAsync" with "sleep" in "queryFn", remove "await" from "fetchQuery" and related methods (#9443) (bfcff0b) by @​sukvvon
  • react-query/suspense: change "queryFn" to return a "Promise", replace "advanceTimersByTime" with "advanceTimersByTimeAsync", and add "expect" (#9444) (4daf694) by @​sukvvon
  • query-core/queryCache: remove redundant "advanceTimersByTimeAsync" (#9433) (4d8bbbf) by Wonsuk Choi

... (truncated)

Commits
  • 8f474ad release: v5.83.1
  • cc45977 test(query-core/mutationCache): add 'sleep' to callbacks and remove 'await' f...
  • 9133c10 chore: manually update dependencies (#9464)
  • 4d8bbbf test(query-core/queryCache): remove redundant 'advanceTimersByTimeAsync' (#9433)
  • 343501c test(query-core/queryObserver): use precise time in 'advanceTimersByTimeAsync...
  • c65869e test(query-core/queriesObserver): use precise time in 'advanceTimersByTimeAsy...
  • d5a4d35 test(query-core/infiniteQueryBehavior): remove 'vi.waitFor', and add 'advance...
  • 357bafb test(query-core/mutations): replace 'runAllTimersAsync' with 'advanceTimersBy...
  • 390424b release: v5.83.0
  • 23c8908 feat(core): QueryObserver returns isEnabled flag (#9408)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.62.0 to 5.84.1

Release notes

Sourced from @​tanstack/react-query's releases.

v5.84.1

Version 5.84.1 - 8/1/25, 12:14 PM

Changes

Refactor

  • angular-query: restructure package type declaration path (#9519) (025f080) by Arnoud

Test

  • react-query/QueryResetErrorBoundary: add "sleep" and simplify "queryFn", add multiple "expect" cases (#9523) (711010c) by @​sukvvon

Packages

  • @​tanstack/react-query@​5.84.1
  • @​tanstack/angular-query-experimental@​5.84.1
  • @​tanstack/react-query-devtools@​5.84.1
  • @​tanstack/react-query-persist-client@​5.84.1
  • @​tanstack/react-query-next-experimental@​5.84.1
  • @​tanstack/angular-query-devtools-experimental@​5.84.1

v5.84.0

Version 5.84.0 - 7/31/25, 7:52 PM

Changes

Feat

  • devtools: add setting to hide disabled queries (#9500) (7b19d49) by JonLuca De Caro

Fix

  • react-query: HydrationBoundary has strictly typed state (#9520) (e07812b) by clover caruso

Chore

  • angular-query: run publint and attw on tarball (#9518) (250dbd9) by Arnoud

Docs

  • add missing period (#9509) (c8322d9) by Sajad Torkamani

Packages

  • @​tanstack/query-devtools@​5.84.0
  • @​tanstack/react-query@​5.84.0
  • @​tanstack/react-query-devtools@​5.84.0
  • @​tanstack/solid-query-devtools@​5.84.0
  • @​tanstack/svelte-query-devtools@​5.84.0

... (truncated)

Commits
  • 0db1056 release: v5.84.1
  • 711010c test(react-query/QueryResetErrorBoundary): add 'sleep' and simplify 'queryFn'...
  • 6a85584 release: v5.84.0
  • e07812b fix(react-query): HydrationBoundary has strictly typed state (#9520)
  • 8f474ad release: v5.83.1
  • 6bc45b8 test(react-query/useSuspenseQueries): simplify 'queryFn' and add 'expect' for...
  • 9041b41 test(react-query/useIsFetching): simplify 'queryFn' and add 'expect' using 't...
  • 9376835 test(react-query/HydrationBoundary): use precise time in 'advanceTimersByTime...
  • cb9ab1e test(react-query/suspense): add 'sleep' in 'queryFn', and add 'expect' for 'l...
  • 72c2a4c test(react-query/ssr): simplify 'queryFn' and add 'sleep' for accurate testin...
  • Additional commits viewable in compare view

Updates @tanstack/react-query-devtools from 5.62.0 to 5.84.1

Release notes

Sourced from @​tanstack/react-query-devtools's releases.

v5.84.1

Version 5.84.1 - 8/1/25, 12:14 PM

Changes

Refactor

  • angular-query: restructure package type declaration path (#9519) (025f080) by Arnoud

Test

  • react-query/QueryResetErrorBoundary: add "sleep" and simplify "queryFn", add multiple "expect" cases (#9523) (711010c) by @​sukvvon

Packages

  • @​tanstack/react-query@​5.84.1
  • @​tanstack/angular-query-experimental@​5.84.1
  • @​tanstack/react-query-devtools@​5.84.1
  • @​tanstack/react-query-persist-client@​5.84.1
  • @​tanstack/react-query-next-experimental@​5.84.1
  • @​tanstack/angular-query-devtools-experimental@​5.84.1

v5.84.0

Version 5.84.0 - 7/31/25, 7:52 PM

Changes

Feat

  • devtools: add setting to hide disabled queries (#9500) (7b19d49) by JonLuca De Caro

Fix

  • react-query: HydrationBoundary has strictly typed state (#9520) (e07812b) by clover caruso

Chore

  • angular-query: run publint and attw on tarball (#9518) (250dbd9) by Arnoud

Docs

  • add missing period (#9509) (c8322d9) by Sajad Torkamani

Packages

  • @​tanstack/query-devtools@​5.84.0
  • @​tanstack/react-query@​5.84.0
  • @​tanstack/react-query-devtools@​5.84.0
  • @​tanstack/solid-query-devtools@​5.84.0
  • @​tanstack/svelte-query-devtools@​5.84.0

... (truncated)

Commits

Updates autoprefixer from 10.4.20 to 10.4.21

Release notes

Sourced from autoprefixer's releases.

10.4.21

Changelog

Sourced from autoprefixer's changelog.

10.4.21

Commits

Updates axios from 1.8.2 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

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

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 bootstrap from 5.3.3 to 5.3.7

Release notes

Sourced from bootstrap's releases.

v5.3.7

📚 Documentation

  • Fixed broken "View on GitHub" URLs
  • Corrected HTML <head> content generated by the "Download examples" button
  • Refined sanitizer documentation for clarity and completeness
  • Improved accessibility in the "On this page" table of contents and section heading anchor links
  • Relocated ads to the right sidebar to minimize content reflow
  • Added a new section on the Download page for the Intelissence extension
  • Clarified the "Via JavaScript" usage example for Accordion Collapse
  • Made internal documentation improvements to support future maintenance (no visible user impact)
  • Mention CDN integrity and crossorigin attributes in introduction page
  • Enhance floating labels placeholder usage description
  • Add example of showing dynamic range value with output

🎨 Sass

  • Consolidated multiple 'none' values in the box-shadow Sass mixin for cleaner output

🤖 JavaScript

  • Fixed popover and tooltip behavior with a trigger: "hover click" configuration

🤝 Contributions

  • Added recommended VSCode extensions and settings configuration to the repository

v5.3.6

Highlights

  • Ported the docs from Hugo to Astro for our own sanity!
  • Added usage docs for Accordion JavaScript
  • Prevent .visually-hidden overflowing children to become focusable
  • Limit .card-group selectors to immediate children to fix some inheritance issues

Changes

... (truncated)

Commits
  • e0032ae Release v5.3.7 (#41509)
  • 0f63de9 Build(deps-dev): Bump zod from 3.25.56 to 3.25.57
  • 37f33ff Build(deps-dev): Bump the development-dependencies group with 2 updates (#41531)
  • 03f27a2 Docs: add example of showing dynamic range value with output (#41516)
  • f04b980 Docs: enhance floating labels placeholder usage description (#41526)
  • 1c00b1f Build(deps-dev): Bump the development-dependencies group with 3 updates (#41528)
  • 590226f Build(deps-dev): Bump the development-dependencies group with 2 updates
  • 0a9fa30 Build(deps-dev): Bump the development-dependencies group with 4 updates (#41525)
  • 0b6c09a Build(deps-dev): Bump zod from 3.25.48 to 3.25.49 (#41513)
  • e6fdd27 Mentions CDN integrity and crossorigin attributes in Intro docs page (#41515)
  • Additional commits viewable in compare view

Updates bootstrap-icons from 1.11.3 to 1.13.1

Release notes

Sourced from bootstrap-icons's releases.

v1.13.1

Quick fix for search on the docs.

What's Changed

Full Changelog: twbs/icons@v1.13.0...v1.13.1

v1.13.0

What's Changed

Full Changelog: twbs/icons@v1.12.1...v1.13.0

v1.12.1

Forgot to generate new docs page for Bluesky because I was too excited about a single icon update.

v1.12.0: The Bluesky Update

There's only one new icon in this release… and it‘s Bluesky. 🤣

v1.11.4

What's Changed

Not including several dependency updates…

New Contributors

Full Changelog: twbs/icons@v1.11.3...v1.11.4

Commits

Updates core-js from 3.39.0 to 3.45.0

Changelog

Sourced from core-js's changelog.

3.45.0 - 2025.08.04
3.44.0 - 2025.07.07

@dependabot dependabot bot added dependencies Pull requests that update a dependency file scope: web Related to web app labels Aug 4, 2025
@dependabot dependabot bot had a problem deploying to refs/heads/staging August 4, 2025 23:22 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/production-dependencies-minor-df3aa13177 branch from 176ed07 to 34be078 Compare August 26, 2025 06:10
@dependabot dependabot bot had a problem deploying to refs/heads/staging August 26, 2025 06:10 Failure
…rectory with 27 updates

Bumps the production-dependencies-minor group with 27 updates in the /web directory:

| Package | From | To |
| --- | --- | --- |
| [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) | `5.62.0` | `5.83.1` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.62.0` | `5.84.1` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.62.0` | `5.84.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.21` |
| [axios](https://github.com/axios/axios) | `1.8.2` | `1.11.0` |
| [bootstrap](https://github.com/twbs/bootstrap) | `5.3.3` | `5.3.7` |
| [bootstrap-icons](https://github.com/twbs/icons) | `1.11.3` | `1.13.1` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) | `3.39.0` | `3.45.0` |
| [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons) | `1.5.13` | `1.5.19` |
| [flag-icons](https://github.com/lipis/flag-icons) | `7.2.3` | `7.5.0` |
| [immutable](https://github.com/immutable-js/immutable-js) | `5.0.3` | `5.1.3` |
| [jotai](https://github.com/pmndrs/jotai) | `2.12.2` | `2.13.0` |
| [luxon](https://github.com/moment/luxon) | `3.5.0` | `3.7.1` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.4.2` | `3.7.1` |
| [merge-anything](https://github.com/mesqueeb/merge-anything) | `6.0.2` | `6.0.6` |
| [next](https://github.com/vercel/next.js) | `15.2.3` | `15.4.5` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.4.1` | `5.5.3` |
| [@types/papaparse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/papaparse) | `5.3.15` | `5.3.16` |
| [react-aspect-ratio](https://github.com/roderickhsiao/react-aspect-ratio) | `1.1.8` | `1.1.9` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.1.3` | `15.6.1` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.3.0` | `5.5.0` |
| [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) | `9.13.1` | `9.16.0` |
| [react-select](https://github.com/JedWatson/react-select) | `5.8.3` | `5.10.2` |
| [react-share](https://github.com/nygardk/react-share) | `5.1.1` | `5.2.2` |
| [react-snowfall](https://github.com/cahilfoley/react-snowfall) | `2.2.0` | `2.3.0` |
| [react-super-responsive-table](https://github.com/coston/react-super-responsive-table) | `6.0.0` | `6.0.2` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.13` | `6.1.19` |



Updates `@tanstack/query-core` from 5.62.0 to 5.83.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.83.1/packages/query-core)

Updates `@tanstack/react-query` from 5.62.0 to 5.84.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.84.1/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.62.0 to 5.84.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.84.1/packages/react-query-devtools)

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

Updates `axios` from 1.8.2 to 1.11.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.2...v1.11.0)

Updates `bootstrap` from 5.3.3 to 5.3.7
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v5.3.3...v5.3.7)

Updates `bootstrap-icons` from 1.11.3 to 1.13.1
- [Release notes](https://github.com/twbs/icons/releases)
- [Commits](twbs/icons@v1.11.3...v1.13.1)

Updates `core-js` from 3.39.0 to 3.45.0
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.45.0/packages/core-js)

Updates `country-flag-icons` from 1.5.13 to 1.5.19
- [Changelog](https://gitlab.com/catamphetamine/country-flag-icons/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/country-flag-icons/compare/v1.5.13...v1.5.19)

Updates `flag-icons` from 7.2.3 to 7.5.0
- [Release notes](https://github.com/lipis/flag-icons/releases)
- [Changelog](https://github.com/lipis/flag-icons/blob/main/CHANGELOG.md)
- [Commits](lipis/flag-icons@v7.2.3...v7.5.0)

Updates `immutable` from 5.0.3 to 5.1.3
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.0.3...v5.1.3)

Updates `jotai` from 2.12.2 to 2.13.0
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](pmndrs/jotai@v2.12.2...v2.13.0)

Updates `luxon` from 3.5.0 to 3.7.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.5.0...3.7.1)

Updates `@types/luxon` from 3.4.2 to 3.7.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

Updates `merge-anything` from 6.0.2 to 6.0.6
- [Release notes](https://github.com/mesqueeb/merge-anything/releases)
- [Commits](mesqueeb/merge-anything@v6.0.2...v6.0.6)

Updates `next` from 15.2.3 to 15.4.5
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.2.3...v15.4.5)

Updates `papaparse` from 5.4.1 to 5.5.3
- [Release notes](https://github.com/mholt/PapaParse/releases)
- [Commits](https://github.com/mholt/PapaParse/commits)

Updates `@types/papaparse` from 5.3.15 to 5.3.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/papaparse)

Updates `react-aspect-ratio` from 1.1.8 to 1.1.9
- [Release notes](https://github.com/roderickhsiao/react-aspect-ratio/releases)
- [Commits](https://github.com/roderickhsiao/react-aspect-ratio/commits)

Updates `react-i18next` from 15.1.3 to 15.6.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.3...v15.6.1)

Updates `react-icons` from 5.3.0 to 5.5.0
- [Release notes](https://github.com/react-icons/react-icons/releases)
- [Commits](react-icons/react-icons@v5.3.0...v5.5.0)

Updates `react-intersection-observer` from 9.13.1 to 9.16.0
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.13.1...v9.16.0)

Updates `react-select` from 5.8.3 to 5.10.2
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/[email protected]@5.10.2)

Updates `react-share` from 5.1.1 to 5.2.2
- [Release notes](https://github.com/nygardk/react-share/releases)
- [Changelog](https://github.com/nygardk/react-share/blob/master/CHANGELOG.md)
- [Commits](nygardk/react-share@v5.1.1...v5.2.2)

Updates `react-snowfall` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/cahilfoley/react-snowfall/releases)
- [Changelog](https://github.com/cahilfoley/react-snowfall/blob/main/CHANGELOG.md)
- [Commits](cahilfoley/react-snowfall@v2.2.0...v2.3.0)

Updates `react-super-responsive-table` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/coston/react-super-responsive-table/releases)
- [Commits](coston/react-super-responsive-table@v6.0.0...v6.0.2)

Updates `styled-components` from 6.1.13 to 6.1.19
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/[email protected])

---
updated-dependencies:
- dependency-name: "@tanstack/query-core"
  dependency-version: 5.83.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.84.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: "@tanstack/react-query-devtools"
  dependency-version: 5.84.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: autoprefixer
  dependency-version: 10.4.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: axios
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: bootstrap
  dependency-version: 5.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: bootstrap-icons
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: core-js
  dependency-version: 3.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: country-flag-icons
  dependency-version: 1.5.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: flag-icons
  dependency-version: 7.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: immutable
  dependency-version: 5.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: jotai
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: luxon
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: "@types/luxon"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: merge-anything
  dependency-version: 6.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: next
  dependency-version: 15.4.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: papaparse
  dependency-version: 5.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: "@types/papaparse"
  dependency-version: 5.3.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: react-aspect-ratio
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: react-i18next
  dependency-version: 15.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: react-icons
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: react-intersection-observer
  dependency-version: 9.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: react-select
  dependency-version: 5.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: react-share
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: react-snowfall
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies-minor
- dependency-name: react-super-responsive-table
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
- dependency-name: styled-components
  dependency-version: 6.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/web/production-dependencies-minor-df3aa13177 branch from 34be078 to a8a754a Compare September 8, 2025 15:38
@dependabot dependabot bot had a problem deploying to refs/heads/staging September 8, 2025 15:38 Failure
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 scope: web Related to web app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants