Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 44 updates #492

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2024

Bumps the dependencies group with 44 updates:

Package From To
@nx/devkit 20.1.4 20.2.2
@reduxjs/toolkit 2.3.0 2.5.0
@tanstack/react-table 8.20.5 8.20.6
algoliasearch 5.13.0 5.17.1
express 4.21.1 4.21.2
firebase 11.0.1 11.1.0
i18next 23.16.5 24.1.0
i18next-http-backend 2.6.2 3.0.1
puppeteer-core 23.7.1 23.10.4
react 18.3.1 19.0.0
@types/react 18.3.12 19.0.1
react-bootstrap 2.10.5 2.10.6
react-dom 18.3.1 19.0.0
@types/react-dom 18.3.1 19.0.2
react-i18next 15.1.1 15.2.0
react-instantsearch 7.13.7 7.13.9
react-redux 9.1.2 9.2.0
react-router-dom 6.28.0 7.0.2
@babel/preset-react 7.25.9 7.26.3
@nx/esbuild 20.1.4 20.2.2
@nx/eslint 20.1.4 20.2.2
@nx/eslint-plugin 20.1.4 20.2.2
@nx/express 20.1.4 20.2.2
@nx/jest 20.1.4 20.2.2
@nx/js 20.1.4 20.2.2
@nx/node 20.1.4 20.2.2
@nx/plugin 20.1.4 20.2.2
@nx/react 20.1.4 20.2.2
@nx/rollup 20.1.4 20.2.2
@nx/web 20.1.4 20.2.2
@nx/webpack 20.1.4 20.2.2
@nx/workspace 20.1.4 20.2.2
@testing-library/react 16.0.1 16.1.0
@types/chrome 0.0.280 0.0.287
@types/node 22.9.0 22.10.2
@typescript-eslint/eslint-plugin 8.14.0 8.18.0
@typescript-eslint/parser 8.14.0 8.18.0
esbuild 0.19.12 0.24.0
eslint 9.14.0 9.17.0
eslint-plugin-react-hooks 5.0.0 5.1.0
nx 20.1.0 20.2.2
prettier 3.3.3 3.4.2
react-refresh 0.14.2 0.16.0
typescript 5.6.3 5.7.2

Updates @nx/devkit from 20.1.4 to 20.2.2

Release notes

Sourced from @​nx/devkit's releases.

20.2.2 (2024-12-10)

🚀 Features

  • misc: handle artifact generators' path options including file extensions (#29111)
  • testing: allow custom address for local registry (#29050)

🩹 Fixes

  • angular: handle removed angular-eslint rules in root eslint config files and update package (#29262)
  • angular: normalize prerender and appShell options of the application executor correctly (#29281)
  • core: defer loading package manager until necessary (#29248)
  • core: hashing fixes (#29247)
  • core: Update bundlers to not typecheck if using new TS solution setup (#29227)
  • core: ensure @​nx/module-federation is listed in package group (#29292)
  • js: switch from fast-glob to tinyglobby (#29141)
  • nx-dev: update Nx Cloud proj created (#29272)
  • react: add files entry for publishable libraries (#29277)
  • react-native: default template fails when envs are not set (#28931)
  • react-native: typescript lib schema (#27955)
  • release: use prepatch version for pre-release dependent package updates (#29123)
  • release: make commits separator in git log command more unique (#29261)
  • repo: cleanup old plugins promise (#29295)
  • ⚠️ vite: generate config with esm by default (#29270)

⚠️ Breaking Changes

  • ⚠️ vite: generate config with esm by default (#29270)

❤️ Thank You

20.2.1 (2024-12-06)

🩹 Fixes

  • core: add workspaces path if package path is not included (#28824)

... (truncated)

Commits
  • 2d36684 feat(misc): handle artifact generators' path options including file extensi...
  • 3ec5390 feat(angular): add support for angular v19 (#28847)
  • See full diff in compare view

Updates @reduxjs/toolkit from 2.3.0 to 2.5.0

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.5.0

This feature release updates the React peer dependency to work with React 19, and fixes an additional skip token issue.

Changelog

React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see React-Redux v9.2.0 for the same peer dep update.

Other Fixes

We previously fixed an issue with the RTKQ core where serializeQueryArgs callbacks could be called with skipToken, potentially leading to errors. We've fixed an additional location in the useQuery hooks where that could happen as well.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.4.0...v2.5.0

v2.4.0

This feature release includes multiple tweaks and fixes to RTK Query functionality, additional exported TS types, and drops support for TS versions earlier than 5.0.

Changelog

RTK Query Improvements

Lazy query hooks can now be reset.

retry.fail now accepts meta as a second argument.

Tag invalidation arrays now ignore nullish values.

We did some small internal refactoring around Maps and default values that shrank bundle size slightly.

Bugfixes

Passing skipToken to a query hook now bails out before running any other logic, which fixes cases where serializeQueryArgs previously threw an error because there were no args to process.

The autoBatchEnhancer now reads window.requestAnimationFrame later, which it to work properly with Jest fake timers.

We fixed cases where the hook result isSuccess flag would briefly flicker to false when switched to a different cache entry that was uninitialized, and would briefly flicker to true when refetching a query that previously errored.

The listener middleware previously had inconsistent logic checks for comparing against existing listener entries (effect + type, vs effect only). It now always checks both effect + type.

Additional TS Types

... (truncated)

Commits

Updates @tanstack/react-table from 8.20.5 to 8.20.6

Release notes

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

v8.20.6

Version 8.20.6 - 12/13/24, 2:34 PM

Changes

Fix

  • JSX namespace from React (#5830) (cbcea6a) by Bill Collins

Chore

  • update @​tanstack/config to v0.13.0 (#5731) (2db4061) by Lachlan Collins

Docs

  • Updated some incomplete docs (#5741) (6b4d616) by M Hamid
  • Fix label typo in config.json (#5712) (7fe650d) by Petter Juterud Barhaugen

Packages

  • @​tanstack/react-table@​8.20.6
  • @​tanstack/react-table-devtools@​8.20.6
Commits

Updates algoliasearch from 5.13.0 to 5.17.1

Release notes

Sourced from algoliasearch's releases.

5.17.1

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.17.0...5.17.1

Browse the Algolia documentation

5.15.0

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.14.1...5.15.0

Browse the Algolia documentation

5.14.1

New version released!

What's Changed

Full Changelog: algolia/algoliasearch-client-javascript@5.14.0...5.14.1

Browse the Algolia documentation

Changelog

Sourced from algoliasearch's changelog.

5.17.1

5.17.0

5.16.0

5.15.0

5.14.2

5.14.0

Commits
  • df7e21c chore: release 5.17.1
  • 32f8eb7 fix(specs): add ignoreConjugations to AlternativesAsExact [skip-bc] (gene...
  • 47b97d9 fix(specs): enable watcher for push [skip-bc] (generated)
  • 4f1e74e chore: release 5.17.0
  • 716eed3 feat(specs): add watch to pushTask ingestion (generated)
  • 9d872d7 fix(specs): different summaries for saveObject/addOrUpdate methods (generated)
  • b40af92 chore: release 5.16.0
  • a5d2b1d chore(deps): dependencies 2024-12-09 [skip-bc] (generated)
  • fa44a7d feat(generators): allow per-spec timeouts [skip-bc] (generated)
  • 3505be0 fix(specs): add sourceType to listTasks [skip-bc] (generated)
  • Additional commits viewable in compare view

Updates express from 4.21.1 to 4.21.2

Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values
Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


Updates firebase from 11.0.1 to 11.1.0

Release notes

Sourced from firebase's releases.

firebase@11.1.0

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

firebase@11.1.0

Minor Changes

  • f05509e8c #8609 - Add .stream() api for callable functions for consuming streaming responses.

Patch Changes

@​firebase/functions@​0.12.0

Minor Changes

  • f05509e8c #8609 - Add .stream() api for callable functions for consuming streaming responses.

@​firebase/app@​0.10.17

Patch Changes

  • Update SDK_VERSION.

@​firebase/app-compat@​0.2.47

Patch Changes

  • Updated dependencies []:
  • @​firebase/app@​0.10.17

@​firebase/data-connect@​0.1.3

Patch Changes

  • cb4309f13 #8664 - Fixed issue where multiple calls to connectDataConnectEmulator caused an exception

@​firebase/functions-compat@​0.3.17

... (truncated)

Commits
  • e43d924 Version Packages (#8672)
  • d5614ea Merge main into release
  • cbec4b9 Add ts-node dep - needed to read jest.config.ts (#8670)
  • 4eaddd9 Merge main into release
  • 1e8edb7 Convert e2e unit tests to use Jest (#8666)
  • cb4309f Fixed issue where multiple calls to connectDataConnectEmulator causes an exce...
  • f05509e Support streaming streaming responses for callable functions. (#8609)
  • c540ba9 Clear fetch abort timeout (#8663)
  • 1294e64 Wait for service worker registration to become active before any operations (...
  • ffbf5a6 Version Packages (#8635)
  • Additional commits viewable in compare view

Updates i18next from 23.16.5 to 24.1.0

Release notes

Sourced from i18next's releases.

v24.1.0

  • try to address 2270 by cloning the store data 2271

v24.0.5

  • remove extra log for 2268

v24.0.4

  • simplify fix: incorrect locale detected 2268

v24.0.3

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267

v24.0.2

  • if no Intl api, log error and use dummy rule

v24.0.1

  • early return and log error, if no Intl api

v24.0.0

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

v23.16.8

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

  • fix: Small typo in the type definitions 2250
Changelog

Sourced from i18next's changelog.

24.1.0

  • try to address 2270 by cloning the store data 2271

24.0.5

  • remove extra log for 2268

24.0.4

  • simplify fix: incorrect locale detected 2268

24.0.3

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267

24.0.2

  • if no Intl api, log error and use dummy rule

24.0.1

  • early return and log error, if no Intl api

24.0.0

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

23.16.8

... (truncated)

Commits

Updates i18next-http-backend from 2.6.2 to 3.0.1

Changelog

Sourced from i18next-http-backend's changelog.

3.0.1

  • try to get rid of top-level await

3.0.0

  • fix for Deno 2 and removal of unnecessary .cjs file
  • for esm build environments not supporting top-level await, you should import the i18next-http-backend/cjs export or stay at v2.6.2 or v2.7.1

2.7.1

  • same as 2.6.2

2.7.0

  • deprecated, same as v3.0.0
Commits

Updates puppeteer-core from 23.7.1 to 23.10.4

Release notes

Sourced from puppeteer-core's releases.

puppeteer-core: v23.10.4

23.10.4 (2024-12-12)

Bug Fixes

puppeteer-core: v23.10.3

23.10.3 (2024-12-10)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.6.0 to 2.6.1

puppeteer-core: v23.10.2

23.10.2 (2024-12-09)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.5.0 to 2.6.0

puppeteer-core: v23.10.1

23.10.1 (2024-12-04)

Bug Fixes

puppeteer-core: v23.10.0

23.10.0 (2024-12-03)

Features

... (truncated)

Commits

Updates react from 18.3.1 to 19.0.0

Release notes

Sourced from react's releases.

19.0.0 (December 5, 2024)

Below is a list of all new features, APIs, deprecations, and breaking changes. Read React 19 release post and React 19 upgrade guide for more information.

Note: To help make the upgrade to React 19 easier, we’ve published a react@18.3 release that is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19. We recommend upgrading to React 18.3.1 first to help identify any issues before upgrading to React 19.

New Features

React

  • Actions: startTransition can now accept async functions. Functions passed to startTransition are called “Actions”. A given Transition can include one or more Actions which update state in the background and update the UI with one commit. In addition to updating state, Actions can now perform side effects including async requests, and the Action will wait for the work to finish before finishing the Transition. This feature allows Transitions to include side effects like fetch() in the pending state, and provides support for error handling, and optimistic updates.
  • useActionState: is a new hook to order Actions inside of a Transition with access to the state of the action, and the pending state. It accepts a reducer that can call Actions, and the initial state used for first render. It also accepts an optional string that is used if the action is passed to a form action prop to support progressive enhancement in forms.
  • useOptimistic: is a new hook to update state while a Transition is in progress. It returns the state, and a set function that can be called inside a transition to “optimistically” update the state to expected final value immediately while the Transition completes in the background. When the transition finishes, the state is updated to the new value.
  • use: is a new API that allows reading resources in render. In React 19, use accepts a promise or Context. If provided a promise, use will suspend until a value is resolved. use can only be used in render but can be called conditionally.
  • ref as a prop: Refs can now be used as props, removing the need for forwardRef.
  • Suspense sibling pre-warming: When a component suspends, React will immediately commit the fallback of the nearest Suspense boundary, without waiting for the entire sibling tree to render. After the fallback commits, React will schedule another render for the suspended siblings to “pre-warm” lazy requests.

React DOM Client

  • <form> action prop: Form Actions allow you to manage forms automatically and integrate with useFormStatus. When a <form> action succeeds, React will automatically reset the form for uncontrolled components. The form can be reset manually with the new requestFormReset API.
  • <button> and <input> formAction prop: Actions can be passed to the formAction prop to configure form submission behavior. This allows using different Actions depending on the input.
  • useFormStatus: is a new hook that provides the status of the parent <form> action, as if the form was a Context provider. The hook returns the values: pending, data, method, and action.
  • Support for Document Metadata: We’ve added support for rendering document metadata tags in components natively. React will automatically hoist them into the <head> section of the document.
  • Support for Stylesheets: React 19 will ensure stylesheets are inserted into the <head> on the client before revealing the content of a Suspense boundary that depends on that stylesheet.
  • Support for async scripts: Async scripts can be rendered anywhere in the component tree and React will handle ordering and deduplication.
  • Support for preloading resources: React 19 ships with preinit, preload, prefetchDNS, and preconnect APIs to optimize initial page loads by moving discovery of addition...

    Description has been truncated

Bumps the dependencies group with 44 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `20.1.4` | `20.2.2` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.3.0` | `2.5.0` |
| [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) | `8.20.5` | `8.20.6` |
| [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) | `5.13.0` | `5.17.1` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [firebase](https://github.com/firebase/firebase-js-sdk) | `11.0.1` | `11.1.0` |
| [i18next](https://github.com/i18next/i18next) | `23.16.5` | `24.1.0` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend) | `2.6.2` | `3.0.1` |
| [puppeteer-core](https://github.com/puppeteer/puppeteer) | `23.7.1` | `23.10.4` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.0.1` |
| [react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) | `2.10.5` | `2.10.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.0.2` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.1.1` | `15.2.0` |
| [react-instantsearch](https://github.com/algolia/instantsearch) | `7.13.7` | `7.13.9` |
| [react-redux](https://github.com/reduxjs/react-redux) | `9.1.2` | `9.2.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.28.0` | `7.0.2` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.26.3` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `20.1.4` | `20.2.2` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `20.1.4` | `20.2.2` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `20.1.4` | `20.2.2` |
| [@nx/express](https://github.com/nrwl/nx/tree/HEAD/packages/express) | `20.1.4` | `20.2.2` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `20.1.4` | `20.2.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.1.4` | `20.2.2` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `20.1.4` | `20.2.2` |
| [@nx/plugin](https://github.com/nrwl/nx/tree/HEAD/packages/plugin) | `20.1.4` | `20.2.2` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `20.1.4` | `20.2.2` |
| [@nx/rollup](https://github.com/nrwl/nx/tree/HEAD/packages/rollup) | `20.1.4` | `20.2.2` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `20.1.4` | `20.2.2` |
| [@nx/webpack](https://github.com/nrwl/nx/tree/HEAD/packages/webpack) | `20.1.4` | `20.2.2` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `20.1.4` | `20.2.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.280` | `0.0.287` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.10.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.14.0` | `8.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.14.0` | `8.18.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.12` | `0.24.0` |
| [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.17.0` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `20.1.0` | `20.2.2` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) | `0.14.2` | `0.16.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |


Updates `@nx/devkit` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/devkit)

Updates `@reduxjs/toolkit` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.3.0...v2.5.0)

Updates `@tanstack/react-table` from 8.20.5 to 8.20.6
- [Release notes](https://github.com/TanStack/table/releases)
- [Commits](https://github.com/TanStack/table/commits/v8.20.6/packages/react-table)

Updates `algoliasearch` from 5.13.0 to 5.17.1
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/main/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@5.13.0...5.17.1)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

Updates `firebase` from 11.0.1 to 11.1.0
- [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
- [Changelog](https://github.com/firebase/firebase-js-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/firebase/firebase-js-sdk/compare/firebase@11.0.1...firebase@11.1.0)

Updates `i18next` from 23.16.5 to 24.1.0
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v23.16.5...v24.1.0)

Updates `i18next-http-backend` from 2.6.2 to 3.0.1
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v2.6.2...v3.0.1)

Updates `puppeteer-core` from 23.7.1 to 23.10.4
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-core-v23.7.1...puppeteer-core-v23.10.4)

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

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

Updates `react-bootstrap` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/react-bootstrap/react-bootstrap/releases)
- [Changelog](https://github.com/react-bootstrap/react-bootstrap/blob/master/CHANGELOG.md)
- [Commits](react-bootstrap/react-bootstrap@v2.10.5...v2.10.6)

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

Updates `@types/react-dom` from 18.3.1 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `react-i18next` from 15.1.1 to 15.2.0
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.1.1...v15.2.0)

Updates `react-instantsearch` from 7.13.7 to 7.13.9
- [Release notes](https://github.com/algolia/instantsearch/releases)
- [Commits](https://github.com/algolia/instantsearch/compare/react-instantsearch@7.13.7...react-instantsearch@7.13.9)

Updates `react-redux` from 9.1.2 to 9.2.0
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.1.2...v9.2.0)

Updates `react-router-dom` from 6.28.0 to 7.0.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.0.2/packages/react-router-dom)

Updates `@babel/preset-react` from 7.25.9 to 7.26.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.3/packages/babel-preset-react)

Updates `@nx/esbuild` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/esbuild)

Updates `@nx/eslint` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/eslint)

Updates `@nx/eslint-plugin` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/eslint-plugin)

Updates `@nx/express` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/express)

Updates `@nx/jest` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/jest)

Updates `@nx/js` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/js)

Updates `@nx/node` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/node)

Updates `@nx/plugin` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/plugin)

Updates `@nx/react` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/react)

Updates `@nx/rollup` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/rollup)

Updates `@nx/web` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/web)

Updates `@nx/webpack` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/webpack)

Updates `@nx/workspace` from 20.1.4 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/workspace)

Updates `@testing-library/react` from 16.0.1 to 16.1.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.0.1...v16.1.0)

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

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

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

Updates `@types/react-dom` from 18.3.1 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.14.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser)

Updates `esbuild` from 0.19.12 to 0.24.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.12...v0.24.0)

Updates `eslint` from 9.14.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.17.0)

Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `nx` from 20.1.0 to 20.2.2
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.2.2/packages/nx)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

Updates `react-refresh` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@tanstack/react-table"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: algoliasearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: firebase
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: i18next-http-backend
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: puppeteer-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-instantsearch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/express"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/web"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/webpack"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: react-refresh
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type : Dependencies Pull requests that update a dependency file label Dec 15, 2024
Copy link

nx-cloud bot commented Dec 15, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 7337ff3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Dec 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@f95ab02). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #492   +/-   ##
=======================================
  Coverage        ?   69.37%           
=======================================
  Files           ?       19           
  Lines           ?      173           
  Branches        ?       30           
=======================================
  Hits            ?      120           
  Misses          ?       50           
  Partials        ?        3           

@dharmesh-hemaram dharmesh-hemaram merged commit 2096608 into main Dec 15, 2024
9 of 10 checks passed
@dharmesh-hemaram dharmesh-hemaram deleted the dependabot/npm_and_yarn/dependencies-40ad635a9f branch December 15, 2024 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type : Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant