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

build(deps): bump the non-majors group across 1 directory with 18 updates #983

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the non-majors group with 18 updates in the /dashboard directory:

Package From To
@bufbuild/protobuf 2.2.2 2.2.3
@kobalte/core 0.13.6 0.13.7
@modular-forms/solid 0.23.0 0.25.0
@solidjs/router 0.14.7 0.15.1
@tanstack/solid-virtual 3.10.8 3.11.1
@unocss/reset 0.63.6 0.65.1
chart.js 4.4.4 4.4.7
solid-js 1.9.1 1.9.3
ts-pattern 5.4.0 5.5.0
@biomejs/biome 1.9.2 1.9.4
@iconify-json/material-symbols 1.2.5 1.2.10
@tanstack/virtual-core 3.10.8 3.10.9
@types/node 22.7.4 22.10.1
typescript 5.6.2 5.7.2
unocss 0.63.6 0.65.1
unplugin-fonts 1.1.1 1.3.1
vite-plugin-solid 2.10.2 2.11.0
vitest 2.1.1 2.1.8

Updates @bufbuild/protobuf from 2.2.2 to 2.2.3

Release notes

Sourced from @​bufbuild/protobuf's releases.

v2.2.3

What's Changed

Full Changelog: bufbuild/protobuf-es@v2.2.2...v2.2.3

Commits

Updates @kobalte/core from 0.13.6 to 0.13.7

Release notes

Sourced from @​kobalte/core's releases.

@​kobalte/core@​0.13.7

Patch Changes

  • 0be957cc: ## v0.13.7 (October 7, 2024)

    Bug fixes

    • ToggleGroup: root value type definition (#479)
    • Collapsible: close animation on default open (#483)
    • Toast: filter dismissed toasts in region (#489)
Commits

Updates @modular-forms/solid from 0.23.0 to 0.25.0

Release notes

Sourced from @​modular-forms/solid's releases.

v0.25.0 (@​modular-forms/solid)

  • Upgrade Valibot dependency to v1.0.0-beta.6

v0.25.0 (@​modular-forms/qwik)

  • Upgrade decode-formdata package to v0.7.5
  • Upgrade valiField$ and valiForm$ adapter for Valibot v0.31.0
  • Improve zodForm$ adapter

v0.24.1 (@​modular-forms/solid)

Many thanks to @​obedm503 for contributing to this release.

  • Fix installation error when Valibot dependency is missing (issue #255)

v0.24.0 (@​modular-forms/solid)

  • Upgrade Valibot peer dependency to v1.0.0

v0.24.0 (@​modular-forms/qwik)

Many thanks to @​rafalfigura for contributing to this release.

  • Replace getFormDataValues util with decode-formdata package
  • Change FormData access in formActionQrl to event.sharedMap.get('@actionFormData') (pull request #194)

v0.23.1 (@​modular-forms/qwik)

Many thanks to @​juanpmarin for contributing to this release.

  • Fix FieldElementProps type by using QRL for functions (issue #168)
Commits

Updates @solidjs/router from 0.14.7 to 0.15.1

Changelog

Sourced from @​solidjs/router's changelog.

0.15.1

Patch Changes

  • f3763aa: Export Submission at the top level
  • 813e6bd: fix onComplete return type

0.15.0

Minor Changes

  • 6799556: rename cache to query, action onComplete

0.14.10

Patch Changes

  • 18b9b52: Support arrays in Search Params
  • 272218f: fix #491 - useSubmission with "with" actions

0.14.9

Patch Changes

  • a22d7d2: fix preloadRoute to take string path
  • 6dd0473: support empty array/string to mean no revalidation

0.14.8

Patch Changes

  • a3a36fb: Add query and param wrappers to support non-Proxy envs
  • 2475851: bump deps
  • 2f1fa18: improve anchor preload performance
Commits

Updates @tanstack/solid-virtual from 3.10.8 to 3.11.1

Release notes

Sourced from @​tanstack/solid-virtual's releases.

v3.11.1

Version 3.11.1 - 12/9/24, 6:48 PM

Changes

Fix

  • react-virtual: run _didMount in useIsomorphicLayoutEffect (49df294) by hophiphip

Chore

  • deps: update all non-major dependencies (#897) (dc3564b) by renovate[bot]
  • deps: update dependency sherif to v1 (#854) (eec58f0) by renovate[bot]
  • deps: update all non-major dependencies (#890) (e42ce91) by renovate[bot]

Packages

  • @​tanstack/react-virtual@​3.11.1
  • @​tanstack/solid-virtual@​3.11.1
  • @​tanstack/vue-virtual@​3.11.1

v3.11.0

Version 3.11.0 - 12/6/24, 11:45 AM

Changes

Feat

Chore

  • deps: update all non-major dependencies (#886) (259cfb1) by renovate[bot]
  • deps: update all non-major dependencies (#881) (bb2dbc2) by renovate[bot]
  • deps: update all non-major dependencies (#877) (47ecdc7) by renovate[bot]

Docs

  • update introduction.md (#868) (15e4d94) by Xanh

Packages

  • @​tanstack/react-virtual@​3.11.0
  • @​tanstack/vue-virtual@​3.11.0

v3.10.9

Version 3.10.9 - 11/7/24, 11:07 AM

Changes

... (truncated)

Commits

Updates @unocss/reset from 0.63.6 to 0.65.1

Release notes

Sourced from @​unocss/reset's releases.

v0.65.1

   🐞 Bug Fixes

    View changes on GitHub

v0.65.0

If you are interested, please read our upgrade introduction 🌟🌟🌟.

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.65.0-beta.3

... (truncated)

Commits
  • 67107fc chore: release v0.65.1
  • 8484853 chore: update deps
  • 1ef240f fix(vite): context accessing
  • daf0869 fix(vite): context accessing with vue-scope, close #4310
  • 2d579e3 chore: release v0.65.0
  • 10e714a feat: allow fine-grained sorting order on multi-selector rules (#4308)
  • 6ee7f55 chore: release v0.65.0-beta.3
  • e6bbf1a fix(rspack): optimize unplugin rspack plugin.__vfsModules id not includes __v...
  • 1281ed2 fix(shared-integration): defaultIdeMatchInclude regexp stuck in vscode (#4306)
  • 73f75a1 fix(svelte-scoped): fix async context creation, fix #4307
  • Additional commits viewable in compare view

Updates chart.js from 4.4.4 to 4.4.7

Release notes

Sourced from chart.js's releases.

v4.4.7

Essential Links

Types

  • #11521 fix: correct typing for doughnut, pie, and polarArea charts
  • #11948 Export TRBL from geometric

Documentation

  • #11968 Add documentation about setting default tooltip fonts
  • #11962 Show correct title in multi series pie chart example

Development

  • #11969 Chore: bump version to 4.4.7
  • #11959 Bump cross-spawn from 6.0.5 to 6.0.6
  • #11501 Simplify check undefinded

Thanks to @​Connormiha, @​DustinEwan, @​LeeLenaleee, @​dependabot and @​dependabot[bot]

v4.4.6

Essential Links

Bugs Fixed

  • #11938 Fix: applyStack() returned the sum of all values for hidden dataset indices, which causes incorrect animations when showing/hiding stacked datasets.

Development

  • #11943 chore: version bump for 4.4.6 release
  • #11933 Fix 404 to samples in release drafter

Thanks to @​DeyLak, @​LeeLenaleee and @​etimberg

v4.4.5

Essential Links

... (truncated)

Commits

Updates solid-js from 1.9.1 to 1.9.3

Commits

Updates ts-pattern from 5.4.0 to 5.5.0

Release notes

Sourced from ts-pattern's releases.

v5.5.0

What's Changed

New Contributors

Full Changelog: gvergnaud/ts-pattern@v5.4.0...v5.5.0

Commits

Updates @biomejs/biome from 1.9.2 to 1.9.4

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.4

Analyzer

Bug fixes

  • Improved the message for unused suppression comments. Contributed by @​dyc3

  • Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @​eryue0220

  • noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @​vasucp1207

CLI

Enhancements

  • The --summary reporter now reports parsing diagnostics too. Contributed by @​ematipico

  • Improved performance of GritQL queries by roughly 25-30%. Contributed by @​arendjr

Configuration

Bug fixes

  • Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #4121. Respect line width when printing multiline strings. Contributed by @​ah-yu

Linter

New features

Bug Fixes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.4 (2024-10-17)

Analyzer

Bug fixes

  • Implement GraphQL suppression action. Contributed by @​vohoanglong0107

  • Improved the message for unused suppression comments. Contributed by @​dyc3

  • Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @​eryue0220

  • noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @​vasucp1207

  • The syntax rule noTypeOnlyImportAttributes now ignores .cts files (#4361).

    Since TypeScript 5.3, type-only imports can be associated to an import attribute in CommonJS-enabled files. See the TypeScript docs.

    The following code is no longer reported as a syntax error:

    import type { TypeFromRequire } from "pkg" with {
        "resolution-mode": "require"
    };

    Note that this is only allowed in files ending with the cts extension.

    Contributed by @​Conaclos

CLI

Enhancements

  • The --summary reporter now reports parsing diagnostics too. Contributed by @​ematipico

  • Improved performance of GritQL queries by roughly 25-30%. Contributed by @​arendjr

Configuration

Bug fixes

  • Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @​ematipico

Editors

Formatter

Bug fixes

... (truncated)

Commits

Updates @iconify-json/material-symbols from 1.2.5 to 1.2.10

Commits

Updates @tanstack/virtual-core from 3.10.8 to 3.10.9

Release notes

Sourced from @​tanstack/virtual-core's releases.

v3.10.9

Version 3.10.9 - 11/7/24, 11:07 AM

Changes

Fix

Chore

  • deps: update all non-major dependencies (#873) (3202bd0) by renovate[bot]
  • deps: update svelte-virtual peerDependencies to allow for v5 (#863) (5b2c2d6) by Nigel
  • deps: lock file maintenance (#870) (1cd18db) by renovate[bot]
  • deps: update all non-major dependencies (#865) (c13a6a1) by renovate[bot]
  • deps: update all non-major dependencies (#855) (0a76523) by renovate[bot]
  • deps: update dependency nx to v20 (#853) (857a2ac) by renovate[bot]
  • deps: update all non-major dependencies (#848) (18ad6c1) by renovate[bot]
  • deps: lock file maintenance (#846) (ef8f2e7) by renovate[bot]
  • deps: update all non-major dependencies (#844) (3067d1b) by renovate[bot]
  • deps: update all non-major dependencies (#840) (eb7b916) by renovate[bot]

Docs

  • extend scrollMargin description (#862) (907ae66) by Kostia

Packages

  • @​tanstack/lit-virtual@​3.10.9
  • @​tanstack/react-virtual@​3.10.9
  • @​tanstack/solid-virtual@​3.10.9
  • @​tanstack/svelte-virtual@​3.10.9
  • @​tanstack/virtual-core@​3.10.9
  • @​tanstack/vue-virtual@​3.10.9
  • @​tanstack/angular-virtual@​3.10.9
Commits

Updates @types/node from 22.7.4 to 22.10.1

Commits

Updates typescript from 5.6.2 to 5.7.2

Release notes

Sourced from typescript's releases.

TypeScript 5.7

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.7 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • d701d90 Bump version to 5.7.2 and LKG
  • 0503a63 🤖 Pick PR #60450 (Move to file: fix detection of refe...) into release-5.7 (#...
  • 3140dbb 🤖 Pick PR #60488 (Stub out copilotRelated command) into release-5.7 (#60495)
  • c1216de Update LKG
  • 3ee2b95 🤖 Pick PR #60415 (Fix false positive rewriteRelativeI...) into release-5.7 (#...
  • 44bd3f2 Bump version to 5.7.1-rc and LKG
  • 5925c81 Update LKG
  • 84d58cf Merge remote-tracking branch 'origin/main' into release-5.7
  • 0ec4d30 Fixing exception on unsaved file (#60362)
  • 11b2930 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Ar...
  • Additional commits viewable in compare view

Updates unocss from 0.63.6 to 0.65.1

Release notes

Sourced from unocss's releases.

v0.65.1

   🐞 Bug Fixes

    View changes on GitHub

v0.65.0

If you are interested, please read our upgrade introduction 🌟🌟🌟.

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.65.0-beta.3

... (truncated)

Commits
  • 67107fc chore: release v0.65.1
  • 8484853 chore: update deps
  • 1ef240f fix(vite): context accessing
  • daf0869 fix(vite): context accessing with vue-scope, close #4310
  • 2d579e3 chore: release v0.65.0
  • 10e714a feat: allow fine-grained sorting order on multi-selector rules (#4308)
  • 6ee7f55 chore: release v0.65.0-beta.3
  • e6bbf1a fix(rspack): optimize unplugin rspack plugin.__vfsModules id not includes __v...
  • 1281ed2 fix(shared-integration): defaultIdeMatchInclude regexp stuck in vscode (#4306)
  • 73f75a1 fix(svelte-scoped): fix async context creation, fix #4307
  • Additional commits viewable in compare view

Updates unplugin-fonts from 1.1.1 to 1.3.1

Release notes

Sourced from unplugin-fonts's releases.

v1.3.1

Full Changelog: cssninjaStudio/unplugin-fonts@v1.3.0...v1.3.1

v1.3.0

What's Changed

…ates

Bumps the non-majors group with 18 updates in the /dashboard directory:

| Package | From | To |
| --- | --- | --- |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.2.2` | `2.2.3` |
| [@kobalte/core](https://github.com/kobaltedev/kobalte) | `0.13.6` | `0.13.7` |
| [@modular-forms/solid](https://github.com/fabian-hiller/modular-forms) | `0.23.0` | `0.25.0` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.14.7` | `0.15.1` |
| [@tanstack/solid-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/solid-virtual) | `3.10.8` | `3.11.1` |
| [@unocss/reset](https://github.com/unocss/unocss) | `0.63.6` | `0.65.1` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.4` | `4.4.7` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.1` | `1.9.3` |
| [ts-pattern](https://github.com/gvergnaud/ts-pattern) | `5.4.0` | `5.5.0` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.9.2` | `1.9.4` |
| [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.5` | `1.2.10` |
| [@tanstack/virtual-core](https://github.com/TanStack/virtual/tree/HEAD/packages/virtual-core) | `3.10.8` | `3.10.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.10.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.7.2` |
| [unocss](https://github.com/unocss/unocss) | `0.63.6` | `0.65.1` |
| [unplugin-fonts](https://github.com/cssninjaStudio/unplugin-fonts) | `1.1.1` | `1.3.1` |
| [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid) | `2.10.2` | `2.11.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.8` |



Updates `@bufbuild/protobuf` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.3/packages/protobuf)

Updates `@kobalte/core` from 0.13.6 to 0.13.7
- [Release notes](https://github.com/kobaltedev/kobalte/releases)
- [Commits](https://github.com/kobaltedev/kobalte/compare/@kobalte/core@0.13.6...@kobalte/core@0.13.7)

Updates `@modular-forms/solid` from 0.23.0 to 0.25.0
- [Release notes](https://github.com/fabian-hiller/modular-forms/releases)
- [Commits](https://github.com/fabian-hiller/modular-forms/commits)

Updates `@solidjs/router` from 0.14.7 to 0.15.1
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)

Updates `@tanstack/solid-virtual` from 3.10.8 to 3.11.1
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.11.1/packages/solid-virtual)

Updates `@unocss/reset` from 0.63.6 to 0.65.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.63.6...v0.65.1)

Updates `chart.js` from 4.4.4 to 4.4.7
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.4.4...v4.4.7)

Updates `solid-js` from 1.9.1 to 1.9.3
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid/commits/v1.9.3)

Updates `ts-pattern` from 5.4.0 to 5.5.0
- [Release notes](https://github.com/gvergnaud/ts-pattern/releases)
- [Commits](gvergnaud/ts-pattern@v5.4.0...v5.5.0)

Updates `@biomejs/biome` from 1.9.2 to 1.9.4
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.4/packages/@biomejs/biome)

Updates `@iconify-json/material-symbols` from 1.2.5 to 1.2.10
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@tanstack/virtual-core` from 3.10.8 to 3.10.9
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Commits](https://github.com/TanStack/virtual/commits/v3.10.9/packages/virtual-core)

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

Updates `unocss` from 0.63.6 to 0.65.1
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](unocss/unocss@v0.63.6...v0.65.1)

Updates `unplugin-fonts` from 1.1.1 to 1.3.1
- [Release notes](https://github.com/cssninjaStudio/unplugin-fonts/releases)
- [Changelog](https://github.com/cssninjaStudio/unplugin-fonts/blob/main/CHANGELOG.md)
- [Commits](cssninjaStudio/unplugin-fonts@v1.1.1...v1.3.1)

Updates `vite-plugin-solid` from 2.10.2 to 2.11.0
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases)
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/vite-plugin-solid/commits)

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)

---
updated-dependencies:
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@kobalte/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@modular-forms/solid"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@solidjs/router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@tanstack/solid-virtual"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@unocss/reset"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: ts-pattern
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@iconify-json/material-symbols"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@tanstack/virtual-core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: unocss
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: unplugin-fonts
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vite-plugin-solid
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 10, 2024
Copy link

Preview (prod backend + PR dashboard) → https://983.ns-preview.trapti.tech/

@cp-20 cp-20 enabled auto-merge December 10, 2024 08:05
@cp-20 cp-20 disabled auto-merge December 10, 2024 11:06
@cp-20 cp-20 merged commit 00e17d7 into main Dec 10, 2024
9 checks passed
@cp-20 cp-20 deleted the dependabot/npm_and_yarn/dashboard/non-majors-afb4a340cb branch December 10, 2024 11:07
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