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

chore(deps): bump the minor-and-patch-dependencies group across 1 directory with 11 updates #1574

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2024

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

Package From To
eslint 9.9.1 9.10.0
eslint-plugin-jsx-a11y 6.9.0 6.10.0
typescript-eslint 8.3.0 8.4.0
express-http-proxy 2.0.0 2.1.1
redis 4.6.14 4.7.0
@navikt/aksel-icons 6.13.0 6.16.3
@navikt/ds-react 6.13.0 6.16.3
@navikt/ds-css 6.13.0 6.16.3
@sentry/core 8.17.0 8.28.0
winston 3.13.0 3.14.2

Updates eslint from 9.9.1 to 9.10.0

Release notes

Sourced from eslint's releases.

v9.10.0

Features

  • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)

Documentation

  • bee0e7a docs: update README (#18865) (Milos Djermanovic)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)
  • 156b1c3 docs: Update README (GitHub Actions Bot)
  • f6fdef9 docs: Update README (GitHub Actions Bot)
  • a20c870 docs: Update README (GitHub Actions Bot)
  • 90e699b docs: Update README (GitHub Actions Bot)

Chores

  • 24c3ff7 chore: upgrade to @​eslint/js@​9.10.0 (#18866) (Francesco Trotta)
  • 1ebdde1 chore: package.json update for @​eslint/js release (Jenkins)
  • e8fc5bd chore: update dependency @​eslint/core to ^0.5.0 (#18848) (renovate[bot])
  • 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic)
  • 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)
  • 931d650 refactor: Use @​eslint/plugin-kit (#18822) (Nicholas C. Zakas)
  • ed5cf0c chore: update dependency @​eslint/json to ^0.4.0 (#18829) (Milos Djermanovic)
  • d1f0831 chore: added missing ids (#18817) (Strek)
  • ec92813 refactor: Config class (#18763) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v9.10.0 - September 6, 2024

  • 24c3ff7 chore: upgrade to @​eslint/js@​9.10.0 (#18866) (Francesco Trotta)
  • 1ebdde1 chore: package.json update for @​eslint/js release (Jenkins)
  • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
  • bee0e7a docs: update README (#18865) (Milos Djermanovic)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)
  • 156b1c3 docs: Update README (GitHub Actions Bot)
  • e8fc5bd chore: update dependency @​eslint/core to ^0.5.0 (#18848) (renovate[bot])
  • 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
  • f6fdef9 docs: Update README (GitHub Actions Bot)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)
  • a20c870 docs: Update README (GitHub Actions Bot)
  • 90e699b docs: Update README (GitHub Actions Bot)
  • 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)
  • 931d650 refactor: Use @​eslint/plugin-kit (#18822) (Nicholas C. Zakas)
  • ed5cf0c chore: update dependency @​eslint/json to ^0.4.0 (#18829) (Milos Djermanovic)
  • d1f0831 chore: added missing ids (#18817) (Strek)
  • ec92813 refactor: Config class (#18763) (Nicholas C. Zakas)
Commits

Updates eslint-plugin-jsx-a11y from 6.9.0 to 6.10.0

Changelog

Sourced from eslint-plugin-jsx-a11y's changelog.

v6.10.0 - 2024-09-03

Fixed

Commits

  • [Tests] switch from jest to tape a284cbf
  • [New] add eslint 9 support deac4fd
  • [New] add attributes setting a1ee7f8
  • [New] allow polymorphic linting to be restricted 6cd1a70
  • [Tests] remove duplicate tests 74d5dec
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types 6eca235
  • [readme] remove deprecated travis ci badge; add github actions badge 0be7ea9
  • [Tests] use npm audit instead of aud 05a5e49
  • [Deps] update axobject-query 912e98c
  • [Deps] unpin axobject-query 75147aa
  • [Deps] update axe-core 27ff7cb
  • [readme] fix jsxA11y import name ce846e0
  • [readme] fix typo in shareable config section in readme cca288b
Commits
  • 65c9338 v6.10.0
  • 912e98c [Deps] update axobject-query
  • 6cd1a70 [New] allow polymorphic linting to be restricted
  • a1ee7f8 [New] add attributes setting
  • 83fd9c4 [New] label-has-associated-control: add additional error message
  • 75147aa [Deps] unpin axobject-query
  • a284cbf [Tests] switch from jest to tape
  • deac4fd [New] add eslint 9 support
  • 74d5dec [Tests] remove duplicate tests
  • 05a5e49 [Tests] use npm audit instead of aud
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.3.0 to 8.4.0

Release notes

Sourced from typescript-eslint's releases.

v8.4.0

8.4.0 (2024-09-02)

🚀 Features

  • typescript-estree: make withoutProjectParserOptions generic (#9877)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.4.0 (2024-09-02)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 3920c93 chore(release): publish 8.4.0
  • 2ad3404 chore: enable unicorn/prefer-export-from and `@typescript-eslint/consistent...
  • See full diff in compare view

Updates express-http-proxy from 2.0.0 to 2.1.1

Commits
  • b05cb04 2.1.1
  • 410ba31 Correct formatting in README release notes section.
  • 353c5bb 2.1.0
  • 49f3442 Update README in anticipation of new release.
  • 6d31f98 minor lint (#542)
  • 8d05c8f Bump debug from 3.2.5 to 3.2.7 (#531)
  • 9ef10a5 Update README.md (#493)
  • fe5c2bd [489] Fixes => content-types can have semi-colons, and we need to parse
  • a530d14 Update README
  • 0d5bf43 Explicitly check assumptions to avoid hanging on already read request
  • Additional commits viewable in compare view

Updates redis from 4.6.14 to 4.7.0

Release notes

Sourced from redis's releases.

[email protected]

Enhancements

  • Upgrade @redis/client from 1.5.16 to 1.6.0
  • Upgrade @redis/json from 1.0.6 to 1.0.7
  • Upgrade @redis/search from 1.1.6 to 1.2.0
  • Upgrade @redis/time-series from 1.0.5 to 1.1.0

[email protected]

Enhancements

  • Upgrade @redis/client from 1.5.16 to 1.5.17
Commits

Updates @navikt/aksel-icons from 6.13.0 to 6.16.3

Changelog

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

6.16.3

Patch Changes

  • Icons: Updated Clipboard icons. (#3113)

6.16.2

6.16.1

6.16.0

6.15.0

Minor Changes

  • Icons: New icon-series for 'SplitHorizontal' and 'SplitVertical' (#3072)

6.14.0

Commits

Updates @navikt/ds-react from 6.13.0 to 6.16.3

Changelog

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

Changelog

6.16

@​navikt/ds-tokens

  • Tokens: Adjusted Green 400 to comply with AA 3.00 contrast. (#3091)

@​navikt/ds-react

  • Combobox 🚸 single select now hides selected value when typing, onBlur clears input (#3124)

  • Combobox: 💄 hide caret on select (#3071)

  • 🐛 Combobox: trailing spaces no longer work like wildcards for autocomplete suggestions (#3105)

  • Fixed bug in Combobox where the wrong option was selected on Enter if the autocompleted word was not the first in FilteredOptions (#3110)

  • Table: Corrected the type of onSortChange (#3103)

  • 🩹 Combobox: Placeholder goes away when an option is selected (#3101)

  • Table: Fixed background-clipping when using ExpandableRow. (#3095)

  • Primitives: Added gridColumn-prop for more grid alignment control. (#3082)

@​navikt/ds-css

  • Combobox: 💄 hide caret on select (#3071)
  • Font: Reverted change introduced in v6.14 where font locations were changed. This caused a regression where every preload-instance to old font locations no longer worked. (#3114)
  • Table: Fixed background-clipping when using ExpandableRow. (#3095)
  • Primitives: Added gridColumn-prop for more grid alignment control. (#3082)
  • FormSummary: Added background color (#3093)

  • Modal: Added scroll shadows (#3083)

@​navikt/aksel-icons

  • Icons: Updated Clipboard icons. (#3113)

@​navikt/aksel

  • Aksel-CLI: Bump jscodeshift-add-imports to 1.0.11. (#3099)

6.15

... (truncated)

Commits
  • 914b0db Version Packages (#3117)
  • e271bc0 🐛 Combobox: trailing spaces are no longer accepted autocomplete-letters (...
  • 052750b Form validation examples (#3100)
  • 531e720 Update sanity (#3096)
  • c98ab95 Combobox: 🚸 hide caret on select (until options list opened...
  • 1cea314 bug: Avoid RelatertInnhold from erroring when empty
  • 7c5538f Security token update (#3128)
  • 2c346a8 Adjust example heading text for ErrorSummary (#3126)
  • 32c13c0 combobox 🚸 tweaks for single select (#3124)
  • aca5143 Bugfix/combobox selecting autocompleted word is broken (#3110)
  • Additional commits viewable in compare view

Updates @navikt/ds-css from 6.13.0 to 6.16.3

Changelog

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

Changelog

6.16

@​navikt/ds-tokens

  • Tokens: Adjusted Green 400 to comply with AA 3.00 contrast. (#3091)

@​navikt/ds-react

  • Combobox 🚸 single select now hides selected value when typing, onBlur clears input (#3124)

  • Combobox: 💄 hide caret on select (#3071)

  • 🐛 Combobox: trailing spaces no longer work like wildcards for autocomplete suggestions (#3105)

  • Fixed bug in Combobox where the wrong option was selected on Enter if the autocompleted word was not the first in FilteredOptions (#3110)

  • Table: Corrected the type of onSortChange (#3103)

  • 🩹 Combobox: Placeholder goes away when an option is selected (#3101)

  • Table: Fixed background-clipping when using ExpandableRow. (#3095)

  • Primitives: Added gridColumn-prop for more grid alignment control. (#3082)

@​navikt/ds-css

  • Combobox: 💄 hide caret on select (#3071)
  • Font: Reverted change introduced in v6.14 where font locations were changed. This caused a regression where every preload-instance to old font locations no longer worked. (#3114)
  • Table: Fixed background-clipping when using ExpandableRow. (#3095)
  • Primitives: Added gridColumn-prop for more grid alignment control. (#3082)
  • FormSummary: Added background color (#3093)

  • Modal: Added scroll shadows (#3083)

@​navikt/aksel-icons

  • Icons: Updated Clipboard icons. (#3113)

@​navikt/aksel

  • Aksel-CLI: Bump jscodeshift-add-imports to 1.0.11. (#3099)

6.15

... (truncated)

Commits
  • 914b0db Version Packages (#3117)
  • e271bc0 🐛 Combobox: trailing spaces are no longer accepted autocomplete-letters (...
  • 052750b Form validation examples (#3100)
  • 531e720 Update sanity (#3096)
  • c98ab95 Combobox: 🚸 hide caret on select (until options list opened...
  • 1cea314 bug: Avoid RelatertInnhold from erroring when empty
  • 7c5538f Security token update (#3128)
  • 2c346a8 Adjust example heading text for ErrorSummary (#3126)
  • 32c13c0 combobox 🚸 tweaks for single select (#3124)
  • aca5143 Bugfix/combobox selecting autocompleted word is broken (#3110)
  • Additional commits viewable in compare view

Updates @navikt/ds-tokens from 6.13.0 to 6.16.3

Changelog

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

6.16.3

6.16.2

6.16.1

6.16.0

Patch Changes

  • Tokens: Adjusted Green 400 to comply with AA 3.00 contrast. (#3091)

6.15.0

6.14.0

Minor Changes

  • Fonts: Added built-in support for cyrillic, cyrillic-ext and latin-ext (#3044)
Commits

Updates @sentry/core from 8.17.0 to 8.28.0

Release notes

Sourced from @​sentry/core's releases.

8.28.0

Important Changes

  • Beta release of official NestJS SDK

This release contains the beta version of @sentry/nestjs! For details on how to use it, check out the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

  • fix(browser): Remove faulty LCP, FCP and FP normalization logic (#13502)

This release fixes a bug in the @sentry/browser package and all SDKs depending on this package (e.g. @sentry/react or @sentry/nextjs) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDK previously incorrectly processed the original values as they were reported from the browser. When updating your SDK to this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were smaller than the actually measured values. We apologize for the inconvenience!

Other Changes

  • feat(nestjs): Add SentryGlobalGraphQLFilter (#13545)
  • feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution (#13264)
  • feat(nextjs): Add bundleSizeOptimizations to build options (#13323)
  • feat(nextjs): Stabilize captureRequestError (#13550)
  • feat(nuxt): Wrap config in nuxt context (#13457)
  • feat(profiling): Expose profiler as top level primitive (#13512)
  • feat(replay): Add layout shift to CLS replay data (#13386)
  • feat(replay): Upgrade rrweb packages to 2.26.0 (#13483)
  • fix(cdn): Do not mangle _metadata (#13426)
  • fix(cdn): Fix SDK source for CDN bundles (#13475)
  • fix(nestjs): Check arguments before instrumenting with @Injectable (#13544)
  • fix(nestjs): Ensure exception and host are correctly passed on when using @​WithSentry (#13564)
  • fix(node): Suppress tracing for transport request execution rather than transport creation (#13491)
  • fix(replay): Consider more things as DOM mutations for dead clicks (#13518)
  • fix(vue): Correctly obtain component name (#13484)

Work in this release was contributed by @​leopoldkristjansson, @​mhuggins and @​filips123. Thank you for your contributions!

8.27.0

Important Changes

  • fix(nestjs): Exception filters in main app module are not being executed (#13278)

    With this release nestjs error monitoring is no longer automatically set up after adding the SentryModule to your application, which led to issues in certain scenarios. You will now have to either add the SentryGlobalFilter to your main module providers or decorate the catch() method in your existing global exception filters with the newly released @WithSentry() decorator. See the docs for more details.

... (truncated)

Changelog

Sourced from @​sentry/core's changelog.

8.28.0

Important Changes

  • Beta release of official NestJS SDK

This release contains the beta version of @sentry/nestjs! For details on how to use it, check out the README. Any feedback/bug reports are greatly appreciated, please reach out on GitHub.

  • fix(browser): Remove faulty LCP, FCP and FP normalization logic (#13502)

This release fixes a bug in the @sentry/browser package and all SDKs depending on this package (e.g. @sentry/react or @sentry/nextjs) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDK previously incorrectly processed the original values as they were reported from the browser. When updating your SDK to this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were smaller than the actually measured values. We apologize for the inconvenience!

Other Changes

  • feat(nestjs): Add SentryGlobalGraphQLFilter (#13545)
  • feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution (#13264)
  • feat(nextjs): Add bundleSizeOptimizations to build options (#13323)
  • feat(nextjs): Stabilize captureRequestError (#13550)
  • feat(nuxt): Wrap config in nuxt context (#13457)
  • feat(profiling): Expose profiler as top level primitive (#13512)
  • feat(replay): Add layout shift to CLS replay data (#13386)
  • feat(replay): Upgrade rrweb packages to 2.26.0 (#13483)
  • fix(cdn): Do not mangle _metadata (#13426)
  • fix(cdn): Fix SDK source for CDN bundles (#13475)
  • fix(nestjs): Check arguments before instrumenting with @Injectable (#13544)
  • fix(nestjs): Ensure exception and host are correctly passed on when using @​WithSentry (#13564)
  • fix(node): Suppress tracing for transport request execution rather than transport creation (#13491)
  • fix(replay): Consider more things as DOM mutations for dead clicks (#13518)
  • fix(vue): Correctly obtain component name (#13484)

Work in this release was contributed by @​leopoldkristjansson, @​mhuggins and @​filips123. Thank you for your contributions!

8.27.0

Important Changes

  • fix(nestjs): Exception filters in main app module are not being executed (#13278)

    With this release nestjs error monitoring is no longer automatically set up after adding the SentryModule to your application, which led to issues in certain scenarios. You will now have to either add the SentryGlobalFilter to your main module providers or decorate the catch() method in your existing global exception filters with the newly released @WithSentry() decorator. See the docs for

... (truncated)

Commits
  • e78f15e release: 8.28.0
  • f834625 Merge pull request #13560 from getsentry/prepare-release/8.28.0
  • c2258fb meta: Update CHANGELOG for 8.28.0
  • 9e585e7 Merge branch 'develop' into prepare-release/8.28.0
  • 9b8f9ea fix(nestjs): Ensure exception and host are correctly passed on when using @​Wi...
  • e8ed7c2 Merge remote-tracking branch 'origin/master' into prepare-release/8.28.0
  • 5605401 meta: Update CHANGELOG for 8.28.0
  • c9c346c ref: Add external contributor to CHANGELOG.md (#13552)
  • a8ff09f chore(nestjs): Add note about SentryGlobalGraphQLFilter in nestjs README (#...
  • 83864fa chore(nestjs): Promote NestJS SDK to beta state (Readme) (#13521)
  • Additional commits viewable in compare view

Updates winston from 3.13.0 to 3.14.2

Release notes

Sourced from winston's releases.

v3.14.2

  • Move initialization to constructor (#2503) 2458ba6

winstonjs/winston@v3.14.1...v3.14.2

v3.14.1

  • Save a reference to console methods in console transport (#2498) e82752f
  • Add forceConsole to ConsoleTransportOptions (#2496) 4ff0538
  • Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad
  • Update readme with forceConsole info (#2493) b2b79af

winstonjs/winston@v3.14.0...v3.14.1

v3.14.0

  • Add option forceConsole (#2276) b2098fd
  • Set _rotate false on emit 'rotate' false (#2457) 1719275
  • Bump @​babel/core from 7.24.7 to 7.24.9 (#2485) d2859f3
  • Bump @​babel/preset-env from 7.24.7 to 7.24.8 (#2487) 71e4bb1
  • fix: readme (#2488) 0cb8c7c

winstonjs/winston@v3.13.1...v3.14.0

v3.13.1

  • revert to rimraf 5.0.1, last known version to work with node 18 for now 1b3a500
  • Merge branch 'master' of github.com:winstonjs/winston b56117e
  • Update dependencies a5853b5
  • Bump @​types/node from 20.12.7 to 20.14.10 (#2483) 93b52ac
  • Bump mocha from 10.3.0 to 10.6.0 (#2484) 33611c9
  • Bump @​babel/preset-env from 7.24.0 to 7.24.7 (#2475) 4aa6550
  • Update minimum version logform (#2472) 7f5f014
  • Add Parseable transport (#2466) debf4fa
  • chore(docs): Update w/ MySQL transport (#2456) d567c57
  • fix typo at test/unit/winston/transports/http.test.js (#2453) 1d5d527
  • Bump @​babel/cli from 7.23.9 to 7.24.5 (#2454) d89a34e
  • Bump @​types/node from 20.11.29 to 20.12.7 (#2448) 947fa79
  • Bump @​babel/core from 7.24.0 to 7.24.5 (#2455) 8c58d0a

winstonjs/winston@v3.13.0...v3.13.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You ...

Description has been truncated

…ectory with 11 updates

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

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` |
| [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.9.0` | `6.10.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.3.0` | `8.4.0` |
| [express-http-proxy](https://github.com/villadora/express-http-proxy) | `2.0.0` | `2.1.1` |
| [redis](https://github.com/redis/node-redis) | `4.6.14` | `4.7.0` |
| [@navikt/aksel-icons](https://github.com/navikt/aksel/tree/HEAD/@navikt/aksel-icons) | `6.13.0` | `6.16.3` |
| [@navikt/ds-react](https://github.com/navikt/aksel) | `6.13.0` | `6.16.3` |
| [@navikt/ds-css](https://github.com/navikt/aksel) | `6.13.0` | `6.16.3` |
| [@sentry/core](https://github.com/getsentry/sentry-javascript) | `8.17.0` | `8.28.0` |
| [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.14.2` |



Updates `eslint` from 9.9.1 to 9.10.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.9.1...v9.10.0)

Updates `eslint-plugin-jsx-a11y` from 6.9.0 to 6.10.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-jsx-a11y@v6.9.0...v6.10.0)

Updates `typescript-eslint` from 8.3.0 to 8.4.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.4.0/packages/typescript-eslint)

Updates `express-http-proxy` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/villadora/express-http-proxy/releases)
- [Commits](villadora/express-http-proxy@v2.0.0...v2.1.1)

Updates `redis` from 4.6.14 to 4.7.0
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@4.7.0)

Updates `@navikt/aksel-icons` from 6.13.0 to 6.16.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-react` from 6.13.0 to 6.16.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-css` from 6.13.0 to 6.16.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-tokens` from 6.13.0 to 6.16.3
- [Release notes](https://github.com/navikt/aksel/releases)
- [Changelog](https://github.com/navikt/aksel/blob/main/@navikt/core/tokens/CHANGELOG.md)
- [Commits](https://github.com/navikt/aksel/commits/@navikt/[email protected]/@navikt/core/tokens)

Updates `@sentry/core` from 8.17.0 to 8.28.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.17.0...8.28.0)

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

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: express-http-proxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/aksel-icons"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/ds-react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/ds-css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@navikt/ds-tokens"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: "@sentry/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2024
@charliemidtlyng charliemidtlyng merged commit 41558bf into main Sep 9, 2024
2 checks passed
@charliemidtlyng charliemidtlyng deleted the dependabot/npm_and_yarn/minor-and-patch-dependencies-fa92e1e539 branch September 9, 2024 13:57
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