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 all-minor-patch group across 1 directory with 22 updates #370

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-minor-patch group with 21 updates in the / directory:

Package From To
@navikt/aksel-icons 7.1.2 7.8.0
@navikt/ds-css 7.1.2 7.8.0
@navikt/ds-react 7.1.2 7.8.0
@navikt/nav-dekoratoren-moduler 3.1.0 3.1.1
@sentry/nextjs 8.33.1 8.43.0
axios 1.7.7 1.7.9
html-react-parser 5.1.17 5.2.0
jose 5.9.3 5.9.6
react-hook-form 7.53.0 7.54.0
react-i18next 15.0.2 15.1.4
use-debounce 10.0.3 10.0.4
winston 3.14.2 3.17.0
@types/node 22.7.4 22.10.1
@typescript-eslint/eslint-plugin 8.8.0 8.18.0
@typescript-eslint/parser 8.8.0 8.18.0
cypress 13.15.0 13.16.1
husky 9.1.6 9.1.7
lint-staged 15.2.10 15.2.11
msw 2.4.9 2.6.8
prettier 3.3.3 3.4.2
typescript 5.6.2 5.7.2

Updates @navikt/aksel-icons from 7.1.2 to 7.8.0

Changelog

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

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

7.5.1

7.5.0

Minor Changes

  • Icons: 🎉 Added FileJpeg, FilePng and MedicalThermometer. (#3332)

7.4.3

7.4.2

7.4.1

7.4.0

7.3.1

7.3.0

7.2.1

7.2.0

Commits

Updates @navikt/ds-css from 7.1.2 to 7.8.0

Changelog

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

Changelog

7.8

@​navikt/aksel-stylelint

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

@​navikt/ds-react

  • 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)

  • Timeline: Deprecated prop axisLabelTemplates. Use Provider if you still need to change the date formats. (#3429)

  • Search: Deprecated prop clearButtonLabel. Use Provider if you still need to change the label. (#3429)

  • Textarea: Deprecated prop i18n. Use Provider if you still need to change these texts. (#3429)

@​navikt/ds-css

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)
  • CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. (#3427)

7.7

@​navikt/ds-react

  • CopyButton: Removed prop activeTitle. Use activeText instead. (#3426)

  • Combobox: 💥 Removed prop toggleListButtonLabel (#3409)

  • Combobox: Hid buttons from screen readers, added title on clear button, removed sr-only text on toggle list button. (#3409)

  • InternalHeader.UserButton: Remove title-attribute on icon and improved types. (#3424)

  • CopyButton: Fix issue where state changes are announced multiple times using VO in Chrome (#3374)

7.6

@​navikt/aksel-icons

... (truncated)

Commits
  • 04e65c7 Version Packages (#3439)
  • 878ee68 ✨ Release i18n support (#3429)
  • ade4846 [Darkside]: Secondary-button defaults to bg-input
  • cbea73a [Darkside] GuidePanel CSS update (#3403)
  • fd2e65e ✨ Stop page-scroll when previewing compoment-examples to reduce noise
  • f720562 Combobox: Removed clear button, deprecated props clearButton/clearButtonLabel...
  • 5dedfa1 🐛 Complete CSS-build was included in components.css bundle (#3427)
  • 0189bd7 [Darkside] Table CSS update (#3396)
  • 119d699 Fix Combobox example 'react-hook-form' (#3436)
  • fbc580e Version Packages (#3420)
  • Additional commits viewable in compare view

Updates @navikt/ds-react from 7.1.2 to 7.8.0

Changelog

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

Changelog

7.8

@​navikt/aksel-stylelint

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

@​navikt/ds-react

  • 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)

  • Timeline: Deprecated prop axisLabelTemplates. Use Provider if you still need to change the date formats. (#3429)

  • Search: Deprecated prop clearButtonLabel. Use Provider if you still need to change the label. (#3429)

  • Textarea: Deprecated prop i18n. Use Provider if you still need to change these texts. (#3429)

@​navikt/ds-css

  • Combobox: Removed clear button, removed tokens staring with --ac-combobox-clear, deprecated props clearButton/clearButtonLabel. (#3433)
  • CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. (#3427)

7.7

@​navikt/ds-react

  • CopyButton: Removed prop activeTitle. Use activeText instead. (#3426)

  • Combobox: 💥 Removed prop toggleListButtonLabel (#3409)

  • Combobox: Hid buttons from screen readers, added title on clear button, removed sr-only text on toggle list button. (#3409)

  • InternalHeader.UserButton: Remove title-attribute on icon and improved types. (#3424)

  • CopyButton: Fix issue where state changes are announced multiple times using VO in Chrome (#3374)

7.6

@​navikt/aksel-icons

... (truncated)

Commits
  • 04e65c7 Version Packages (#3439)
  • 878ee68 ✨ Release i18n support (#3429)
  • ade4846 [Darkside]: Secondary-button defaults to bg-input
  • cbea73a [Darkside] GuidePanel CSS update (#3403)
  • fd2e65e ✨ Stop page-scroll when previewing compoment-examples to reduce noise
  • f720562 Combobox: Removed clear button, deprecated props clearButton/clearButtonLabel...
  • 5dedfa1 🐛 Complete CSS-build was included in components.css bundle (#3427)
  • 0189bd7 [Darkside] Table CSS update (#3396)
  • 119d699 Fix Combobox example 'react-hook-form' (#3436)
  • fbc580e Version Packages (#3420)
  • Additional commits viewable in compare view

Updates @navikt/nav-dekoratoren-moduler from 3.1.0 to 3.1.1

Release notes

Sourced from @​navikt/nav-dekoratoren-moduler's releases.

v3.1.1

Add redirectOnUserChange-param

Commits

Updates @sentry/nextjs from 8.33.1 to 8.43.0

Release notes

Sourced from @​sentry/nextjs's releases.

8.43.0

Important Changes

  • feat(nuxt): Add option autoInjectServerSentry (no default import()) (#14553)

    Using the dynamic import() as the default behavior for initializing the SDK on the server-side did not work for every project. The default behavior of the SDK has been changed, and you now need to use the --import flag to initialize Sentry on the server-side to leverage full functionality.

    Example with --import:

    node --import ./.output/server/sentry.server.config.mjs .output/server/index.mjs

    In case you are not able to use the --import flag, you can enable auto-injecting Sentry in the nuxt.config.ts (comes with limitations):

    sentry: {
      autoInjectServerSentry: 'top-level-import', // or 'experimental_dynamic-import'
    },
  • feat(browser): Adds LaunchDarkly and OpenFeature integrations (#14207)

    Adds browser SDK integrations for tracking feature flag evaluations through the LaunchDarkly JS SDK and OpenFeature Web SDK:

    import * as Sentry from '@sentry/browser';
    Sentry.init({
    integrations: [
    // Track LaunchDarkly feature flags
    Sentry.launchDarklyIntegration(),
    // Track OpenFeature feature flags
    Sentry.openFeatureIntegration(),
    ],
    });

  • feat(browser): Add featureFlagsIntegration for custom tracking of flag evaluations (#14582)

    Adds a browser integration to manually track feature flags with an API. Feature flags are attached to subsequent error events:

    import * as Sentry from '@sentry/browser';

... (truncated)

Changelog

Sourced from @​sentry/nextjs's changelog.

8.43.0

Important Changes

  • feat(nuxt): Add option autoInjectServerSentry (no default import()) (#14553)

    Using the dynamic import() as the default behavior for initializing the SDK on the server-side did not work for every project. The default behavior of the SDK has been changed, and you now need to use the --import flag to initialize Sentry on the server-side to leverage full functionality.

    Example with --import:

    node --import ./.output/server/sentry.server.config.mjs .output/server/index.mjs

    In case you are not able to use the --import flag, you can enable auto-injecting Sentry in the nuxt.config.ts (comes with limitations):

    sentry: {
      autoInjectServerSentry: 'top-level-import', // or 'experimental_dynamic-import'
    },
  • feat(browser): Adds LaunchDarkly and OpenFeature integrations (#14207)

    Adds browser SDK integrations for tracking feature flag evaluations through the LaunchDarkly JS SDK and OpenFeature Web SDK:

    import * as Sentry from '@sentry/browser';
    Sentry.init({
    integrations: [
    // Track LaunchDarkly feature flags
    Sentry.launchDarklyIntegration(),
    // Track OpenFeature feature flags
    Sentry.openFeatureIntegration(),
    ],
    });

  • feat(browser): Add featureFlagsIntegration for custom tracking of flag evaluations (#14582)

    Adds a browser integration to manually track feature flags with an API. Feature flags are attached to subsequent error events:

    import * as Sentry from '@sentry/browser';

... (truncated)

Commits
  • 88ab7ce release: 8.43.0
  • 177e5d1 Merge pull request #14639 from getsentry/prepare-release/8.43.0
  • 5be252c meta(changelog): Update changelog for 8.43.0
  • a9dcdb8 test: Skip double installing playwright in E2E tests (#14633)
  • a9cfd11 fix(node): Guard against invalid maxSpanWaitDuration values (#14632)
  • f962eef feat(deps): Bump @​opentelemetry/instrumentation from 0.55.0 to 0.56.0 (#14625)
  • 4df242d feat(deps): Bump @​sentry/rollup-plugin from 2.22.6 to 2.22.7 (#14622)
  • a5a4e8c feat(deps): Bump @​sentry/webpack-plugin from 2.22.6 to 2.22.7 (#14623)
  • 242ed75 fix(core): Filter out unactionable CEFSharp promise rejection error by defaul...
  • 7f0bd25 feat(astro): Add Astro 5 support (#14613)
  • Additional commits viewable in compare view

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 html-react-parser from 5.1.17 to 5.2.0

Release notes

Sourced from html-react-parser's releases.

v5.2.0

5.2.0 (2024-12-06)

Features

  • package: add react 19 to package.json peerDependencies (8b6506c), closes #1455 #1501

v5.1.19

5.1.19 (2024-12-04)

Bug Fixes

v5.1.18

5.1.18 (2024-10-06)

Bug Fixes

  • deps: bump style-to-js from 1.1.15 to 1.1.16 (#1561) (4892aa2)
Changelog

Sourced from html-react-parser's changelog.

5.2.0 (2024-12-06)

Features

  • package: add react 19 to package.json peerDependencies (8b6506c), closes #1455 #1501

5.1.19 (2024-12-04)

Bug Fixes

5.1.18 (2024-10-06)

Bug Fixes

  • deps: bump style-to-js from 1.1.15 to 1.1.16 (#1561) (4892aa2)
Commits
  • c141a34 Merge pull request #1628 from remarkablemark/release-please--branches--master...
  • 3800389 chore(master): release 5.2.0
  • 840051c Merge pull request #1627 from remarkablemark/feat/package
  • 8b6506c feat(package): add react 19 to package.json peerDependencies
  • 8767ca4 build(package): upgrade devDependencies
  • 5939624 test(snapshots): refactor inline snapshots to snapshots
  • 39334a8 build(deps-dev): bump @​types/react from 18.3.12 to 18.3.13 (#1626)
  • f35e899 build(deps-dev): bump @​eslint/compat in the eslint group (#1625)
  • 54a43c8 Merge pull request #1624 from remarkablemark/release-please--branches--master...
  • 92d19ac chore(master): release 5.1.19
  • Additional commits viewable in compare view

Updates jose from 5.9.3 to 5.9.6

Release notes

Sourced from jose's releases.

v5.9.6

Reverts

  • Revert "refactor(build): simplify package exports" (2ef3a52)

v5.9.4

Refactor

  • types: update error definitions (510c5ca)
Changelog

Sourced from jose's changelog.

5.9.6 (2024-10-20)

Reverts

  • Revert "refactor(build): simplify package exports" (2ef3a52)

5.9.5 (2024-10-20)

Refactor

  • build: simplify package exports (4783f7f)

5.9.4 (2024-10-11)

Refactor

  • types: update error definitions (510c5ca)
Commits
  • 27d26a4 chore(release): 5.9.6
  • 2ef3a52 Revert "refactor(build): simplify package exports"
  • 460a959 chore(release): 5.9.5
  • 4783f7f refactor(build): simplify package exports
  • 7521425 docs: resolve remaining conflict
  • 30365fd ci: use default CodeQL
  • ea5f212 chore: bump dev deps
  • ffad408 docs: update docs building dependencies
  • e2f737d test: temporary workaround chrome 130 and testcafe
  • 43c4bcc test: browser logs are polled
  • Additional commits viewable in compare view

Updates react-hook-form from 7.53.0 to 7.54.0

Release notes

Sourced from react-hook-form's releases.

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

Version 7.53.2

🐞 fix #12398 staled disabled issue with resubmit form (#12403) 🐞 fix: add type guard to fieldRef.select (#12390) Revert "🏺 watch reference update on formState update (#12326)" (#12391)

thanks to @​developer-bandi

Version 7.53.1

🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295) 🐞 fix #12316 setValue should work for arrays of primitives to handle checkboxes (#12316) (#12317) 🐞 fix #12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#12211) 🫀 fix #12237 disabled state trigger formState dirty/dirtyFields to update (#12239) 🐞 fix #12291 field array remove cause undefined with FormData (#12305) 📝 improve flatten function with object type check (#12306) 🖐️ improve: resolve type of set function (#12145) 🔧 chore: upgrade eslint to v9 (#12150) 📖 fix: code example input field placeholder name (#12296) 📖 docs: fix typo in code example (#12271)

thanks to @​rasikhq @​abnud11 @​crypt0box @​developer-bandi @​matmannion @​hasancruk & @​vismay7

Changelog

Sourced from react-hook-form's changelog.

Changelog

Commits
  • 893ffce 7.54.0
  • 9532038 ❤️ thank you so much for St. Galler Kantonalbank AG sponsor
  • 5db95c9 🐸 update SECURITY.md
  • 09a9a49 🦥 fix: useForm should return a new object on formState changes (#12424)
  • 0952f7e 🧻 improve prototype pollution check (#12431)
  • 30ea87e 🪖 fix: add FileList availability check for environments without FileList ...
  • 29ae596 🧪 close #12198 memo for useController and useFormState (#12421)
  • 2d7b789 🐞 fix #12407 useFieldArray append issue with useForm disabled props (#12420)
  • 00e39c8 🐞 fix #12415 issue with flatten object with null value (#12418)
  • 2b1c709 Update README.md
  • Additional commits viewable in compare view

Updates react-i18next from 15.0.2 to 15.1.4

Changelog

Sourced from react-i18next's changelog.

15.1.4

  • Fix: warning each child should have a unique key 1820

15.1.3

  • fix: Self-closing REACT components in translation strings should not attempt to replace the component's children 1815 1816

15.1.2

  • fix: Attempted to assign to readonly property 1813

15.1.1

  • fix: Not all namespaces are loaded when passing the lng option to useTranslate 1809

15.1.0

  • fix: <Trans /> warns 'Each child in a list should have a unique "key" prop.' for react 19 1806

15.0.3

Commits

Bumps the all-minor-patch group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `7.1.2` | `7.8.0` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `7.1.2` | `7.8.0` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `7.1.2` | `7.8.0` |
| [@navikt/nav-dekoratoren-moduler](https://github.com/navikt/nav-dekoratoren-moduler) | `3.1.0` | `3.1.1` |
| [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) | `8.33.1` | `8.43.0` |
| [axios](https://github.com/axios/axios) | `1.7.7` | `1.7.9` |
| [html-react-parser](https://github.com/remarkablemark/html-react-parser) | `5.1.17` | `5.2.0` |
| [jose](https://github.com/panva/jose) | `5.9.3` | `5.9.6` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.53.0` | `7.54.0` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.0.2` | `15.1.4` |
| [use-debounce](https://github.com/xnimorz/use-debounce) | `10.0.3` | `10.0.4` |
| [winston](https://github.com/winstonjs/winston) | `3.14.2` | `3.17.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.10.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.8.0` | `8.18.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.8.0` | `8.18.0` |
| [cypress](https://github.com/cypress-io/cypress) | `13.15.0` | `13.16.1` |
| [husky](https://github.com/typicode/husky) | `9.1.6` | `9.1.7` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.2.11` |
| [msw](https://github.com/mswjs/msw) | `2.4.9` | `2.6.8` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |



Updates `@navikt/aksel-icons` from 7.1.2 to 7.8.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.1.2 to 7.8.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.1.2 to 7.8.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/nav-dekoratoren-moduler` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/navikt/nav-dekoratoren-moduler/releases)
- [Commits](navikt/nav-dekoratoren-moduler@v3.1.0...v3.1.1)

Updates `@sentry/nextjs` from 8.33.1 to 8.43.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@8.33.1...8.43.0)

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 `html-react-parser` from 5.1.17 to 5.2.0
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](remarkablemark/html-react-parser@v5.1.17...v5.2.0)

Updates `jose` from 5.9.3 to 5.9.6
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.9.3...v5.9.6)

Updates `react-hook-form` from 7.53.0 to 7.54.0
- [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.0...v7.54.0)

Updates `react-i18next` from 15.0.2 to 15.1.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.0.2...v15.1.4)

Updates `use-debounce` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xnimorz/use-debounce/commits/10.0.4)

Updates `winston` from 3.14.2 to 3.17.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.14.2...v3.17.0)

Updates `@sentry/cli` from 2.36.6 to 2.39.1
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@2.36.6...2.39.1)

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

Updates `@typescript-eslint/eslint-plugin` from 8.8.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.8.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 `cypress` from 13.15.0 to 13.16.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.15.0...v13.16.1)

Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

Updates `lint-staged` from 15.2.10 to 15.2.11
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.2.11)

Updates `msw` from 2.4.9 to 2.6.8
- [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.6.8)

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 `typescript` from 5.6.2 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.2...v5.7.2)

---
updated-dependencies:
- dependency-name: "@navikt/aksel-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@navikt/nav-dekoratoren-moduler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: "@sentry/nextjs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: html-react-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: jose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: use-debounce
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@sentry/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-minor-patch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 10, 2024 17:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 10, 2024
@akgagnat akgagnat merged commit cd4d391 into main Dec 11, 2024
10 checks passed
@akgagnat akgagnat deleted the dependabot/npm_and_yarn/all-minor-patch-3552a9c37f branch December 11, 2024 12:35
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.

1 participant