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 19 updates #615

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 Mar 17, 2025

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

Package From To
@amplitude/analytics-browser 2.11.13 2.12.0
@navikt/aksel-icons 7.14.3 7.17.3
@navikt/ds-css 7.14.3 7.17.3
@navikt/ds-react 7.14.3 7.17.3
@navikt/ds-tailwind 7.14.3 7.17.3
@tanstack/react-query 5.66.0 5.68.0
@tanstack/react-query-devtools 5.66.0 5.68.0
@types/express-session 1.18.0 1.18.1
@types/react 19.0.7 19.0.10
@types/react-dom 19.0.3 19.0.4
autoprefixer 10.4.20 10.4.21
axios 1.7.8 1.8.3
@babel/core 7.26.9 7.26.10
@testing-library/react 16.0.1 16.2.0
@testing-library/user-event 14.5.2 14.6.1
@types/dotenv-webpack 7.0.7 7.0.8
@types/node 22.10.9 22.13.10
less 4.2.0 4.2.2
mini-css-extract-plugin 2.9.1 2.9.2

Updates @amplitude/analytics-browser from 2.11.13 to 2.12.0

Release notes

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

@​amplitude/analytics-browser@​2.12.0

2.12.0 (2025-03-14)

Features

  • analytics-core: merge analytics-client-common (#977) (1746ae5)
  • analytics-core: merge analytics-types (#989) (9f7ed68)
Commits
  • 7c04614 chore(release): publish
  • e736a65 feat(analytics-core): add support for revenue receipt and receipt sig (#991)
  • da1db25 test(analytics-core): replace analytics-types with analytics-core (#992)
  • 9f7ed68 feat(analytics-core): merge analytics-types (#989)
  • c837a07 fix(autocapture): remove time assignment for element interactions tracking (#...
  • c27cfdf chore(plugin-autocapture-browser): remove analytics-client-common (#988)
  • 1746ae5 feat(analytics-core): merge analytics-client-common (#977)
  • 2c4b4b8 chore(release): publish
  • 9cbbb09 fix(session replay): truncate the X-Client-Url to avoid ELB 400 error (#984)
  • c665be6 test(examples): update page view event name (#982)
  • Additional commits viewable in compare view

Updates @navikt/aksel-icons from 7.14.3 to 7.17.3

Changelog

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

7.17.3

7.17.2

7.17.1

7.17.0

7.16.1

7.16.0

7.15.0

Commits

Updates @navikt/ds-css from 7.14.3 to 7.17.3

Changelog

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

Changelog

7.17

@​navikt/ds-react

  • Datepicker: Fixed a bug where while ranged datepicker, setting from to undefined while to were defined did not allow selecting new dates. (#3655)
  • List: aria-label and aria-labelledby is forwarded to list-element. (#3626)

@​navikt/ds-css

  • Darkside: Synced padding with Figma. (#3651)
  • Darkside: Removed stacking backgrounds with transparency in Combobox. (e769eed)
  • ExpansionCard: Fixed bug where @media print would hide header content. (#3634)

7.16

@​navikt/ds-react

  • React 19: Resolve unknown-type in Slot. (#3627)

@​navikt/ds-css

  • Darkside: All classNames are now starts with .aksel instead of .navds. (#3586)

7.15

@​navikt/aksel

  • CLI: Added primitives migration to new space-tokens. Run npx @navikt/aksel migration primitive-spacing to start migrating now. This update is supported for old and new (darkside) system. (#3597)

  • CLI: Added js/ts migration to new space-tokens. Run npx @navikt/aksel migration token-spacing-js to start migrating now. This update is supported for old and new (darkside) system. (#3597)

7.14

@​navikt/ds-react

  • Datepicker: Fixed regression where some fromDate/toDate instances lead to that date ending up as disabled. (#3602)
  • DatePicker: Refactored locally to support react-day-picker v9. No external API has been changed. (#3525)

  • MonthPicker: Refactored locally and no longer depends on react-day-picker v9. No external API has been changed. (#3525)

  • Dependencies: react-day-picker bumped to v9.5.0. (#3525)

  • Dependencies: date-fns bumped to ^4.0.0. (#3525)

... (truncated)

Commits

Updates @navikt/ds-react from 7.14.3 to 7.17.3

Changelog

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

Changelog

7.17

@​navikt/ds-react

  • Datepicker: Fixed a bug where while ranged datepicker, setting from to undefined while to were defined did not allow selecting new dates. (#3655)
  • List: aria-label and aria-labelledby is forwarded to list-element. (#3626)

@​navikt/ds-css

  • Darkside: Synced padding with Figma. (#3651)
  • Darkside: Removed stacking backgrounds with transparency in Combobox. (e769eed)
  • ExpansionCard: Fixed bug where @media print would hide header content. (#3634)

7.16

@​navikt/ds-react

  • React 19: Resolve unknown-type in Slot. (#3627)

@​navikt/ds-css

  • Darkside: All classNames are now starts with .aksel instead of .navds. (#3586)

7.15

@​navikt/aksel

  • CLI: Added primitives migration to new space-tokens. Run npx @navikt/aksel migration primitive-spacing to start migrating now. This update is supported for old and new (darkside) system. (#3597)

  • CLI: Added js/ts migration to new space-tokens. Run npx @navikt/aksel migration token-spacing-js to start migrating now. This update is supported for old and new (darkside) system. (#3597)

7.14

@​navikt/ds-react

  • Datepicker: Fixed regression where some fromDate/toDate instances lead to that date ending up as disabled. (#3602)
  • DatePicker: Refactored locally to support react-day-picker v9. No external API has been changed. (#3525)

  • MonthPicker: Refactored locally and no longer depends on react-day-picker v9. No external API has been changed. (#3525)

  • Dependencies: react-day-picker bumped to v9.5.0. (#3525)

  • Dependencies: date-fns bumped to ^4.0.0. (#3525)

... (truncated)

Commits

Updates @navikt/ds-tailwind from 7.14.3 to 7.17.3

Changelog

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

7.17.3

7.17.2

7.17.1

7.17.0

7.16.1

7.16.0

7.15.0

Commits

Updates @tanstack/react-query from 5.66.0 to 5.68.0

Release notes

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

v5.68.0

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat

  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#8802) (796032d) by Eliya Cohen

Test

Docs

  • Fix broken links in query-options.md (#8800) (d7f4cb0) by @​dngur9801
  • Fix broken links on ssr.md (#8792) (edbb304) by Julien Piron

Packages

  • @​tanstack/eslint-plugin-query@​5.68.0
  • @​tanstack/query-core@​5.68.0
  • @​tanstack/query-broadcast-client-experimental@​5.68.0
  • @​tanstack/query-persist-client-core@​5.68.0
  • @​tanstack/query-sync-storage-persister@​5.68.0
  • @​tanstack/react-query@​5.68.0
  • @​tanstack/react-query-devtools@​5.68.0
  • @​tanstack/react-query-persist-client@​5.68.0
  • @​tanstack/react-query-next-experimental@​5.68.0
  • @​tanstack/solid-query@​5.68.0
  • @​tanstack/solid-query-devtools@​5.68.0
  • @​tanstack/solid-query-persist-client@​5.68.0
  • @​tanstack/svelte-query@​5.68.0
  • @​tanstack/svelte-query-devtools@​5.68.0
  • @​tanstack/svelte-query-persist-client@​5.68.0
  • @​tanstack/vue-query@​5.68.0
  • @​tanstack/vue-query-devtools@​5.68.0
  • @​tanstack/angular-query-experimental@​5.68.0
  • @​tanstack/query-async-storage-persister@​5.68.0
  • @​tanstack/angular-query-devtools-experimental@​5.68.0

v5.67.3

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor

  • types: restore missing readonly (#8783) (79496dd) by Yoomin Kang

... (truncated)

Commits

Updates @tanstack/react-query-devtools from 5.66.0 to 5.68.0

Release notes

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

v5.68.0

Version 5.68.0 - 3/14/25, 10:00 AM

Changes

Feat

  • eslint-plugin-query: enhance no-rest-destructuring rule to detect spread operations (#8802) (796032d) by Eliya Cohen

Test

Docs

  • Fix broken links in query-options.md (#8800) (d7f4cb0) by @​dngur9801
  • Fix broken links on ssr.md (#8792) (edbb304) by Julien Piron

Packages

  • @​tanstack/eslint-plugin-query@​5.68.0
  • @​tanstack/query-core@​5.68.0
  • @​tanstack/query-broadcast-client-experimental@​5.68.0
  • @​tanstack/query-persist-client-core@​5.68.0
  • @​tanstack/query-sync-storage-persister@​5.68.0
  • @​tanstack/react-query@​5.68.0
  • @​tanstack/react-query-devtools@​5.68.0
  • @​tanstack/react-query-persist-client@​5.68.0
  • @​tanstack/react-query-next-experimental@​5.68.0
  • @​tanstack/solid-query@​5.68.0
  • @​tanstack/solid-query-devtools@​5.68.0
  • @​tanstack/solid-query-persist-client@​5.68.0
  • @​tanstack/svelte-query@​5.68.0
  • @​tanstack/svelte-query-devtools@​5.68.0
  • @​tanstack/svelte-query-persist-client@​5.68.0
  • @​tanstack/vue-query@​5.68.0
  • @​tanstack/vue-query-devtools@​5.68.0
  • @​tanstack/angular-query-experimental@​5.68.0
  • @​tanstack/query-async-storage-persister@​5.68.0
  • @​tanstack/angular-query-devtools-experimental@​5.68.0

v5.67.3

Version 5.67.3 - 3/11/25, 5:19 PM

Changes

Refactor

  • types: restore missing readonly (#8783) (79496dd) by Yoomin Kang

... (truncated)

Commits

Updates @types/express-session from 1.18.0 to 1.18.1

Commits

Updates @types/react from 19.0.7 to 19.0.10

Commits

Updates @types/react-dom from 19.0.3 to 19.0.4

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.7.8 to 1.8.3

Release notes

Sourced from axios's releases.

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

Reverts

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

Features

... (truncated)

Commits
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • 72acf75 chore(sponsor): update sponsor block (#6794)
  • 2e64afd chore(release): v1.8.1 (#6800)
  • 36a5a62 fix(utils): move generateString to platform utils to avoid importing crypto...
  • Additional commits viewable in compare view

Updates @babel/core from 7.26.9 to 7.26.10

Release notes

Sourced from @​babel/core's releases.

v7.26.10 (2025-03-11)

Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs!

This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the .replace method of transpiled regular expressions that use named capturing groups.

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Committers: 6

Changelog

Sourced from @​babel/core's changelog.

v7.26.10 (2025-03-11)

👓 Spec Compliance

🐛 Bug Fix

  • babel-parser, babel-template
  • babel-core
  • babel-parser, babel-plugin-transform-typescript
  • babel-traverse
  • babel-generator
  • babel-parser
  • babel-helpers, babel-runtime, babel-runtime-corejs2, babel-runtime-corejs3

💅 Polish

  • babel-standalone

🏠 Internal

Commits

Updates @testing-library/react from 16.0.1 to 16.2.0

Release notes

Sourced from @​testing-library/react's releases.

v16.2.0

16.2.0 (2025-01-15)

Features

v16.1.0

16.1.0 (2024-12-05)

Features

Commits

Updates @testing-library/user-event from 14.5.2 to 14.6.1

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.1

14.6.1 (2025-01-21)

Bug Fixes

  • correct description for delay option (#1175) (2edf14d)
  • keyboard: add ContextMenu to defaultKeyMap (#1079) (3e471d1)
  • keyboard: add brackets to defaultKeyMap (#1226) (543ecb0)
  • keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
  • pointer: dispatch mouse events if pointerdown is defaultPrevented (#1121) (f681f7b)
  • pointer: set button and buttons properties on PointerEvent (#1219) (6614f72)
  • pointer: use 1 as default value for PointerEvent.width and PointerEvent.height (#1224) (f0468d0)
  • prevent click event loop on form-associated custom element (#1238) (465fc7e)
  • prevent click event on non-focusable control (#1130) (e429094)
  • upload: apply accept filter more leniently (#1064) (a344ad4)

v14.6.0

14.6.0 (2025-01-15)

Features

Bug Fixes

  • clipboard: await DataTransferItem.getAsString() callback (#1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#1229) (5f3d28f)
Commits
  • d42954b chore: fix typos (#1260)
  • 465fc7e fix: prevent click event loop on form-associated custom element (#1238)
  • 65c1f6c test: update snapshots (#1261)
  • 543ecb0 fix(keyboard): add brackets to defaultKeyMap (#1226)
  • f0468d0 fix(pointer): use 1 as default value for PointerEvent.width and `PointerE...
  • 6614f72 fix(pointer): set button and buttons properties on PointerEvent (#1219)
  • 2edf14d fix: correct description for delay option (#1175)
  • e429094 fix: prevent click event on non-focusable control (#1130)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 17, 2025 13:54
Bumps the minor-and-patch group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) | `2.11.13` | `2.12.0` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.14.3` | `7.17.3` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.14.3` | `7.17.3` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.14.3` | `7.17.3` |
| [@navikt/ds-tailwind](https://github.com/navikt/aksel/tree/HEAD/@navikt/core/tailwind) | `7.14.3` | `7.17.3` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.66.0` | `5.68.0` |
| [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.66.0` | `5.68.0` |
| [@types/express-session](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session) | `1.18.0` | `1.18.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.7` | `19.0.10` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.3` | `19.0.4` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.21` |
| [axios](https://github.com/axios/axios) | `1.7.8` | `1.8.3` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.9` | `7.26.10` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.2.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [@types/dotenv-webpack](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dotenv-webpack) | `7.0.7` | `7.0.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.9` | `22.13.10` |
| [less](https://github.com/less/less.js) | `4.2.0` | `4.2.2` |
| [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) | `2.9.1` | `2.9.2` |



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

Updates `@navikt/aksel-icons` from 7.14.3 to 7.17.3
- [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.14.3 to 7.17.3
- [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.14.3 to 7.17.3
- [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-tailwind` from 7.14.3 to 7.17.3
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/core/tailwind/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/@navikt/[email protected]/@navikt/core/tailwind)

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

Updates `@tanstack/react-query-devtools` from 5.66.0 to 5.68.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.68.0/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 `@types/react` from 19.0.7 to 19.0.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

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.7.8 to 1.8.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.8...v1.8.3)

Updates `@babel/core` from 7.26.9 to 7.26.10
- [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.10/packages/babel-core)

Updates `@testing-library/react` from 16.0.1 to 16.2.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.2.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `@types/dotenv-webpack` from 7.0.7 to 7.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dotenv-webpack)

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

Updates `less` from 4.2.0 to 4.2.2
- [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.2)

Updates `mini-css-extract-plugin` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/mini-css-extract-plugin@v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: "@amplitude/analytics-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: "@navikt/ds-tailwind"
  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: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/react-dom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: autoprefixer
  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-minor
  dependency-group: minor-and-patch
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: "@testing-library/user-event"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/dotenv-webpack"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  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: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/minor-and-patch-2e033673ee branch from 9c7aa6e to 5ff1dc1 Compare March 24, 2025 16:02
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