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 minor-and-patch group across 1 directory with 28 updates #1591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the minor-and-patch group with 28 updates in the / directory:

Package From To
@amplitude/analytics-browser 2.11.9 2.11.11
@grafana/faro-react 1.12.0 1.12.2
@grafana/faro-web-sdk 1.12.0 1.12.2
@grafana/faro-web-tracing 1.12.0 1.12.2
@navikt/aksel-icons 7.5.1 7.9.0
@navikt/ds-css 7.0.0 7.9.0
@navikt/ds-react 7.0.0 7.9.0
@tanstack/react-query 5.60.5 5.62.15
@tanstack/react-query-devtools 5.60.5 5.62.15
@types/express-session 1.18.0 1.18.1
axios 1.7.7 1.7.9
dotenv 16.4.5 16.4.7
express 4.21.1 4.21.2
react-hook-form 7.53.2 7.54.2
recharts 2.13.3 2.15.0
unleash-client 6.1.3 6.3.3
@babel/cli 7.25.9 7.26.4
@babel/preset-react 7.25.9 7.26.3
@tanstack/eslint-plugin-query 5.60.1 5.62.15
@testing-library/react 16.0.1 16.1.0
eslint-plugin-react 7.37.2 7.37.3
eslint-plugin-react-hooks 5.0.0 5.1.0
less 4.2.0 4.2.1
msw 2.4.9 2.7.0
tailwindcss 3.4.15 3.4.17
typescript 5.6.3 5.7.2
vitest 2.1.1 2.1.8
webpack 5.96.1 5.97.1

Updates @amplitude/analytics-browser from 2.11.9 to 2.11.11

Release notes

Sourced from @​amplitude/analytics-browser's releases.

@​amplitude/analytics-browser@​2.11.11

2.11.11 (2024-12-31)

Note: Version bump only for package @​amplitude/analytics-browser

@​amplitude/analytics-browser@​2.11.10

2.11.10 (2024-12-17)

Note: Version bump only for package @​amplitude/analytics-browser

Commits
  • ab16340 chore(release): publish
  • a14a68c fix: add comments in isNewCampaign() (#941)
  • 3ed0dfe test: fix flaky test (#940)
  • 374d8aa chore: update script library (#939)
  • 8cc038c chore(release): publish
  • dd6d235 fix: amplitude.remove should only remove if plugin was already registered (#936)
  • ad319d6 fix(analytics-browser): should send batches sequentially (#935)
  • 37ec7eb chore: pr feedback
  • ad84bf6 fix: amplitude.remove should only remove if plugin was already registered
  • See full diff in compare view

Updates @grafana/faro-react from 1.12.0 to 1.12.2

Changelog

Sourced from @​grafana/faro-react's changelog.

1.12.2

  • Fix (@grafana/faro-web-sdk): Update Faro log parsing in console instrumentation to use Faro's default log parser (#745)

1.12.1

  • Fix (@grafana/faro-web-sdk): Guard console instrumentation stringifier against circular object references for non-error logs (#742)
Commits

Updates @grafana/faro-web-sdk from 1.12.0 to 1.12.2

Changelog

Sourced from @​grafana/faro-web-sdk's changelog.

1.12.2

  • Fix (@grafana/faro-web-sdk): Update Faro log parsing in console instrumentation to use Faro's default log parser (#745)

1.12.1

  • Fix (@grafana/faro-web-sdk): Guard console instrumentation stringifier against circular object references for non-error logs (#742)
Commits
  • f71b569 v1.12.2
  • 6333f8a fix(console instrumentation): revert to former log parsing behavior (#745)
  • 6d6b068 v1.12.1
  • 7182b85 fix(ConsoleInstrumentation): guard json stringifier for non-error logs agains...
  • See full diff in compare view

Updates @grafana/faro-web-tracing from 1.12.0 to 1.12.2

Changelog

Sourced from @​grafana/faro-web-tracing's changelog.

1.12.2

  • Fix (@grafana/faro-web-sdk): Update Faro log parsing in console instrumentation to use Faro's default log parser (#745)

1.12.1

  • Fix (@grafana/faro-web-sdk): Guard console instrumentation stringifier against circular object references for non-error logs (#742)
Commits

Updates @navikt/aksel-icons from 7.5.1 to 7.9.0

Changelog

Sourced from @​navikt/aksel-icons's changelog.

7.9.0

7.8.1

7.8.0

7.7.0

7.6.0

Minor Changes

  • Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉. (#3416)

7.5.3

7.5.2

Commits

Updates @navikt/ds-css from 7.0.0 to 7.9.0

Changelog

Sourced from @​navikt/ds-css's changelog.

Changelog

7.9

@​navikt/ds-react

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Button: Fix edge-case where setting "loading={true}" in a Modal caused the button to get 0 width and not show spinner (#3252)

  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Textarea: resize immediately upon receiving resize event (eg. inside modal opening). (#3463)

@​navikt/ds-css

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Select: 🐛 Focus-border no longer cancels out error-border. (#3465)

  • Textarea: 🐛 Focus-border no longer cancels out error-border. (#3465)

7.8

@​navikt/aksel-stylelint

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

@​navikt/ds-react

  • Combobox: Only open dropdown-list onClick, not onFocus. (#3440)

  • Combobox: Fix issue where you could select more options than defined in maxSelected (#3434)

  • Timeline: In cases where earliest found date were after current date, timeline-start ended up defaulting to current date. (#3458)

  • Chips.Removable: Removed prop removeLabel (#3429)

  • i18n: ✨ Implemented i18n support for all components. Components come with support for nb, nn and en locales (Docs) (#3429)

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

  • Combobox: Changed prop maxSelected to number (#3433)

  • DatePicker/MonthPicker: Added new translations prop and deprecated locale prop (#3429)

... (truncated)

Commits
  • 8cd6512 Version Packages (#3474)
  • 7e976f9 [aksel.nav.no] Add example of ErrorMessage with icon (#3476)
  • db828bd [Switch] Updated default design to better reflect unchecked state (#3468)
  • 443b129 Bugfix/button loading issue in modal (#3252)
  • 561fecb [Darkside] Updated \<Theme /> component (#3467)
  • 0017789 [Select] 🐛 Focus-border no longer cancels out error-border. (#3465)
  • 38f5e63 🐛 Removed default tokens added to tailwind, added opacity-token (#3472)
  • c3d65a6 Make Chromatic workflow fail on errors but not on changes (#3471)
  • 3025e4e [Darkside] ✨ Now adds version-tokens to tokens css (#3466)
  • 043277f [Darkside] 💄 New ToggleGroup design (#3460)
  • Additional commits viewable in compare view

Updates @navikt/ds-react from 7.0.0 to 7.9.0

Changelog

Sourced from @​navikt/ds-react's changelog.

Changelog

7.9

@​navikt/ds-react

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Button: Fix edge-case where setting "loading={true}" in a Modal caused the button to get 0 width and not show spinner (#3252)

  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Textarea: resize immediately upon receiving resize event (eg. inside modal opening). (#3463)

@​navikt/ds-css

  • ErrorSummary: ✨ new prop to prefix error with a warning icon. (#3445) All form components: replace dot with warning icon in error message.
  • Switch: Update switch to better reflect unchecked state. (#3468)

  • Select: 🐛 Focus-border no longer cancels out error-border. (#3465)

  • Textarea: 🐛 Focus-border no longer cancels out error-border. (#3465)

7.8

@​navikt/aksel-stylelint

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

@​navikt/ds-react

  • Combobox: Only open dropdown-list onClick, not onFocus. (#3440)

  • Combobox: Fix issue where you could select more options than defined in maxSelected (#3434)

  • Timeline: In cases where earliest found date were after current date, timeline-start ended up defaulting to current date. (#3458)

  • Chips.Removable: Removed prop removeLabel (#3429)

  • i18n: ✨ Implemented i18n support for all components. Components come with support for nb, nn and en locales (Docs) (#3429)

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)

  • Combobox: Changed prop maxSelected to number (#3433)

  • DatePicker/MonthPicker: Added new translations prop and deprecated locale prop (#3429)

... (truncated)

Commits
  • 8cd6512 Version Packages (#3474)
  • 7e976f9 [aksel.nav.no] Add example of ErrorMessage with icon (#3476)
  • db828bd [Switch] Updated default design to better reflect unchecked state (#3468)
  • 443b129 Bugfix/button loading issue in modal (#3252)
  • 561fecb [Darkside] Updated \<Theme /> component (#3467)
  • 0017789 [Select] 🐛 Focus-border no longer cancels out error-border. (#3465)
  • 38f5e63 🐛 Removed default tokens added to tailwind, added opacity-token (#3472)
  • c3d65a6 Make Chromatic workflow fail on errors but not on changes (#3471)
  • 3025e4e [Darkside] ✨ Now adds version-tokens to tokens css (#3466)
  • 043277f [Darkside] 💄 New ToggleGroup design (#3460)
  • Additional commits viewable in compare view

Updates @tanstack/react-query from 5.60.5 to 5.62.15

Release notes

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

v5.62.14

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

  • react-query: ensureSuspenseTimers should ALWAYS set staleTime to 1000 when it is below 1000. (#8398) (0503282) by @​minseong0324

Packages

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

v5.62.13

Version 5.62.13 - 1/3/25, 4:31 PM

Changes

Refactor

  • angular-query: deprecate injectQueryClient (#8497) (f2fb523) by Arnoud

Docs

  • angular-query: remove outdated comment from example (6184a89) by @​ayush-seth

Packages

  • @​tanstack/angular-query-experimental@​5.62.13
  • @​tanstack/angular-query-devtools-experimental@​5.62.13

v5.62.12

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf

  • query-core: Improve mutationCache implementation performance (#8496) (19b95c4) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​5.62.12

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.60.5 to 5.62.15

Release notes

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

v5.62.14

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

  • react-query: ensureSuspenseTimers should ALWAYS set staleTime to 1000 when it is below 1000. (#8398) (0503282) by @​minseong0324

Packages

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

v5.62.13

Version 5.62.13 - 1/3/25, 4:31 PM

Changes

Refactor

  • angular-query: deprecate injectQueryClient (#8497) (f2fb523) by Arnoud

Docs

  • angular-query: remove outdated comment from example (6184a89) by @​ayush-seth

Packages

  • @​tanstack/angular-query-experimental@​5.62.13
  • @​tanstack/angular-query-devtools-experimental@​5.62.13

v5.62.12

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf

  • query-core: Improve mutationCache implementation performance (#8496) (19b95c4) by Dominik Dorfmeister

Docs

Packages

  • @​tanstack/query-core@​5.62.12

... (truncated)

Commits

Updates @types/express-session from 1.18.0 to 1.18.1

Commits

Updates axios from 1.7.7 to 1.7.9

Release notes

Sourced from axios's releases.

Release v1.7.9

Release notes:

Reverts

Contributors to this release

Release v1.7.8

Release notes:

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.9 (2024-12-04)

Reverts

Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes

  • allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
  • core: fixed config merging bug (#6668) (5d99fe4)
  • fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
  • http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
  • http: fixed proxy-from-env module import (#5222) (12b3295)
  • http: use globalThis.TextEncoder when available (#6634) (df956d1)
  • ios11 breaks when build (#6608) (7638952)
  • types: add missing types for mergeConfig function (#6590) (00de614)
  • types: export CJS types from ESM (#6218) (c71811b)
  • updated stream aborted error message to be more clear (#6615) (cc3217a)
  • use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)

Contributors to this release

Commits

Updates dotenv from 16.4.5 to 16.4.7

Changelog

Sourced from dotenv's changelog.

16.4.7 (2024-12-03)

Changed

  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #848

16.4.6 (2024-12-02)

Changed

  • Clean up stale dev dependencies #847
  • Various README updates clarifying usage and alternative solutions using dotenvx
Commits

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

Commits
Maintainer changes

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


Updates react-hook-form from 7.53.2 to 7.54.2

Release notes

Sourced from react-hook-form's releases.

Version 7.54.2

⚛️ fix #12478 issue should unregister input with controller (#12480) ⏰ close #12443 track disabled fields and only omit data on submit (#12491) ⚛️ upgrade e2e automation app to react 19 (#12482) 🧪 test(useWatch): destructure setValue from useForm

Thanks very much, @​marcalexiei for your contribution to the documentation!

Version 7.54.1

Revert "🦥 fix: useForm should return a new object on formState changes (#12424)" (#12475)

Version 7.54.0

🦥 fix: useForm should return a new object on formState changes (#12424) 🧻 improve prototype pollution check (#12431) 🪖 fix: add FileList availability check for environments without FileList support (#12332) 🧪 close #12198 memo for useController and useFormState (#12421) 🐞 fix #12407 useFieldArray append issue with useForm disabled props (#12420) 🐞 fix #12415 issue with flatten object with null value (#12418) 🐞 fix #12385 nested array field invalid validation report on removed (#12405) 🙀 fix: hasPromiseValidation return true or false appropriately. (#12389) 👃 fix more staled props (#12404)

thanks to @​developer-bandi, @​OlegDev1, @​sukvvon, @​alexandredev3 and @​mfazekas

Commits

Updates recharts from 2.13.3 to 2.15.0

Release notes

Sourced from recharts's releases.

v2.15.0

What's Changed

Final 2.x React 19 support

!!! You still need to override your react-is version to match react/react-dom for React 19 to work with recharts !!! - see thread here - this limitation will be alleviated in recharts 3.0

Feat

Add React 19 to peerDependencies - closes recharts/recharts#4558

Fix

  • Bar: fix Bar mouse event types regression - closes recharts/recharts#5308
  • Remove React19 deprecated ReactText type

Full Changelog: recharts/recharts@v2.14.1...v2.15.0

v2.14.1

What's Changed

Fix

Full Changelog: recharts/recharts@v2.14.0...v2.14.1

v2.14.0

What's Changed

Small release to get new top level chart events out there. Still working on 3.x, a little slower right now because of the holidays.

Feat

Fix

Typescript fixes

New Contributors

Full Changelog: recharts/recharts@v2.13.3...v2.14.0

Commits
  • ea187f1 2.15.0
  • b5dfe08 fix: bar events were too specific, make adapted events data of type any (#5351)
  • 87a03fe...

    Description has been truncated

Bumps the minor-and-patch group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) | `2.11.9` | `2.11.11` |
| [@grafana/faro-react](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/react) | `1.12.0` | `1.12.2` |
| [@grafana/faro-web-sdk](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-sdk) | `1.12.0` | `1.12.2` |
| [@grafana/faro-web-tracing](https://github.com/grafana/faro-web-sdk/tree/HEAD/packages/web-tracing) | `1.12.0` | `1.12.2` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.5.1` | `7.9.0` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.0.0` | `7.9.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.0.0` | `7.9.0` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.60.5` | `5.62.15` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.60.5` | `5.62.15` |
| [@types/express-session](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session) | `1.18.0` | `1.18.1` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `16.4.7` |
| [express](https://github.com/expressjs/express) | `4.21.1` | `4.21.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.2` | `7.54.2` |
| [recharts](https://github.com/recharts/recharts) | `2.13.3` | `2.15.0` |
| [unleash-client](https://github.com/Unleash/unleash-client-node) | `6.1.3` | `6.3.3` |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.25.9` | `7.26.4` |
| [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.25.9` | `7.26.3` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.60.1` | `5.62.15` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.2` | `7.37.3` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` |
| [less](https://github.com/less/less.js) | `4.2.0` | `4.2.1` |
| [msw](https://github.com/mswjs/msw) | `2.4.9` | `2.7.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.17` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.8` |
| [webpack](https://github.com/webpack/webpack) | `5.96.1` | `5.97.1` |



Updates `@amplitude/analytics-browser` from 2.11.9 to 2.11.11
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected])

Updates `@grafana/faro-react` from 1.12.0 to 1.12.2
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.12.2/packages/react)

Updates `@grafana/faro-web-sdk` from 1.12.0 to 1.12.2
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.12.2/packages/web-sdk)

Updates `@grafana/faro-web-tracing` from 1.12.0 to 1.12.2
- [Changelog](https://github.com/grafana/faro-web-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/grafana/faro-web-sdk/commits/v1.12.2/packages/web-tracing)

Updates `@navikt/aksel-icons` from 7.5.1 to 7.9.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/aksel-icons/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/@navikt/[email protected]/@navikt/aksel-icons)

Updates `@navikt/ds-css` from 7.0.0 to 7.9.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@navikt/ds-react` from 7.0.0 to 7.9.0
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/compare/@navikt/[email protected]...@navikt/[email protected])

Updates `@tanstack/react-query` from 5.60.5 to 5.62.15
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/HEAD/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.60.5 to 5.62.15
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/HEAD/packages/react-query-devtools)

Updates `@types/express-session` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-session)

Updates `axios` from 1.7.7 to 1.7.9
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.7...v1.7.9)

Updates `dotenv` from 16.4.5 to 16.4.7
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v16.4.7)

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 `react-hook-form` from 7.53.2 to 7.54.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.53.2...v7.54.2)

Updates `recharts` from 2.13.3 to 2.15.0
- [Release notes](https://github.com/recharts/recharts/releases)
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md)
- [Commits](recharts/recharts@v2.13.3...v2.15.0)

Updates `unleash-client` from 6.1.3 to 6.3.3
- [Release notes](https://github.com/Unleash/unleash-client-node/releases)
- [Changelog](https://github.com/Unleash/unleash-client-node/blob/main/CHANGELOG.md)
- [Commits](Unleash/unleash-client-node@v6.1.3...v6.3.3)

Updates `@babel/cli` from 7.25.9 to 7.26.4
- [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.4/packages/babel-cli)

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 `@tanstack/eslint-plugin-query` from 5.60.1 to 5.62.15
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/HEAD/packages/eslint-plugin-query)

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 `eslint-plugin-react` from 7.37.2 to 7.37.3
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.2...v7.37.3)

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 `less` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/less/less.js/releases)
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md)
- [Commits](less/less.js@v4.2.0...v4.2.1)

Updates `msw` from 2.4.9 to 2.7.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.9...v2.7.0)

Updates `tailwindcss` from 3.4.15 to 3.4.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.17/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.15...v3.4.17)

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)

Updates `vitest` from 2.1.1 to 2.1.8
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.8/packages/vitest)

Updates `webpack` from 5.96.1 to 5.97.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.97.1)

---
updated-dependencies:
- dependency-name: "@amplitude/analytics-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@grafana/faro-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@grafana/faro-web-sdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@grafana/faro-web-tracing"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@navikt/aksel-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/express-session"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: recharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: unleash-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: less
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 03:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants