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 in /dashboard with 14 updates #968

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

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

Package From To
@connectrpc/connect 1.5.0 1.6.1
@connectrpc/connect-web 1.5.0 1.6.1
@kobalte/core 0.13.6 0.13.7
@modular-forms/solid 0.23.0 0.24.1
@solidjs/router 0.14.7 0.15.0
chart.js 4.4.4 4.4.6
solid-js 1.9.1 1.9.3
ts-pattern 5.4.0 5.5.0
@biomejs/biome 1.9.2 1.9.4
@macaron-css/solid 1.5.1 1.5.3
@types/node 22.7.4 22.8.6
typescript 5.6.2 5.6.3
vite 5.4.8 5.4.10
vitest 2.1.1 2.1.4

Updates @connectrpc/connect from 1.5.0 to 1.6.1

Release notes

Sourced from @​connectrpc/connect's releases.

v1.6.1

What's Changed

Full Changelog: connectrpc/connect-es@v1.6.0...v1.6.1

v1.6.0

What's Changed

Promises are more widely adopted than ever before. We're renaming the function createPromiseClient to the more succinct createClient. For backwards compatibility, we keep the existing signature and mark it as deprecated.

After updating to this release, you can run npx @connectrpc/connect-migrate to automatically refactor your code to import and use createClient instead of createPromiseClient.

Full Changelog: connectrpc/connect-es@v1.5.0...v1.6.0

Commits

Updates @connectrpc/connect-web from 1.5.0 to 1.6.1

Release notes

Sourced from @​connectrpc/connect-web's releases.

v1.6.1

What's Changed

Full Changelog: connectrpc/connect-es@v1.6.0...v1.6.1

v1.6.0

What's Changed

Promises are more widely adopted than ever before. We're renaming the function createPromiseClient to the more succinct createClient. For backwards compatibility, we keep the existing signature and mark it as deprecated.

After updating to this release, you can run npx @connectrpc/connect-migrate to automatically refactor your code to import and use createClient instead of createPromiseClient.

Full Changelog: connectrpc/connect-es@v1.5.0...v1.6.0

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.24.1

Release notes

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

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.0

Changelog

Sourced from @​solidjs/router's changelog.

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 chart.js from 4.4.4 to 4.4.6

Release notes

Sourced from chart.js's releases.

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

Bugs Fixed

  • #11927 Don't apply default colors in the colors plugin when defaults are used
  • #11907 Avoid error if borderOpts.dash is undefined
  • #11882 Fix initial dataset stacks

Types

  • #11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

  • #11932 Bump package version to 4.4.5
  • #11875 Bump socket.io from 4.6.1 to 4.7.5

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

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 @macaron-css/solid from 1.5.1 to 1.5.3

Release notes

Sourced from @​macaron-css/solid's releases.

v1.5.3

Version 1.5.3 - 4/14/2024, 11:00 PM

Changes

Fix

  • depend on latest version of core (130dc1a) by Mokshit06
  • link correct type defs in solid adapter (f2d1a87) by Mokshit06
  • export types of react & solid adapter, esm issues with vite & qwik (85a1e74) by Mokshit06

Chore

  • allow publishing specific packages (1881956) by Mokshit06
  • remove unnecessary validation (b043c51) by Mokshit06

Docs

  • fix inline css-var assignment example (#59) (9895043) by Jiwon Jeon

Packages

  • @​macaron-css/react@​1.5.3
  • @​macaron-css/qwik@​1.5.3
  • @​macaron-css/solid@​1.5.3

v1.5.2

Version 1.5.2 - 4/13/2024, 12:52 AM

Changes

Fix

  • export types of react & solid adapter, esm issues with vite & qwik (5238994) by Mokshit06

Chore

  • remove unnecessary validation (7bc5f37) by Mokshit06
  • switch site from yarn to npm (2120d0d) by Mokshit06

Packages

  • @​macaron-css/core@​1.5.2
  • @​macaron-css/qwik@​1.5.2
  • @​macaron-css/react@​1.5.2
  • @​macaron-css/solid@​1.5.2
Commits
  • 130dc1a fix: depend on latest version of core
  • f2d1a87 fix: link correct type defs in solid adapter
  • 61f1e30 release: v1.5.2
  • 85a1e74 fix: export types of react & solid adapter, esm issues with vite & qwik
  • 267b922 release: v1.5.1
  • See full diff in compare view

Updates @types/node from 22.7.4 to 22.8.6

Commits

Updates typescript from 5.6.2 to 5.6.3

Release notes

Sourced from typescript's releases.

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
  • d48a5cf Bump version to 5.6.3 and LKG
  • fefa70a 🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...
  • ff71692 [release-5.6] Remove tsbuildInfo specification error now that we need it for ...
  • 1f44dcf 🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)
  • See full diff in compare view

Updates vite from 5.4.8 to 5.4.10

Release notes

Sourced from vite's releases.

v5.4.10

Please refer to CHANGELOG.md for details.

v5.4.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412

5.4.9 (2024-10-14)

Commits

Updates vitest from 2.1.1 to 2.1.4

Release notes

Sourced from vitest's releases.

v2.1.4

   🚀 Features

This patch release includes a non-breaking feature for the experimental Browser Mode that doesn't follow SemVer. If you want to avoid picking up releases like this, make sure to pin the Vitest version in your package.json. See npm's documentation about semver for more information.

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub

v2.1.3

   🐞 Bug Fixes

... (truncated)

Commits
  • 0df44c0 chore: release v2.1.4
  • 2444ff2 fix(browser): initiate MSW in the same frame as tests (#6772)
  • 39041ee fix(vitest): silence import analysis warning (#6785)
  • b28cd2e fix: don't normalize drive case letter in root (#6792)
  • df6d750 fix(vitest): don't fail if the working directory starts with a lowercase driv...
  • 169028f feat(browser): allow custom HTML path, respect plugins transformIndexHtml (...
  • 5df7414 chore(deps): update all non-major dependencies (#6750)
  • de74785 chore(deps): update @antfu/eslint-config v3.8.0 (#6751)
  • 121b161 fix(vitest): print warnings form Vite plugins (#6724)
  • a939779 fix(browser): increment browser port automatically if there are several proje...
  • Additional commits viewable in compare view

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 can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) | `1.5.0` | `1.6.1` |
| [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) | `1.5.0` | `1.6.1` |
| [@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.24.1` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.14.7` | `0.15.0` |
| [chart.js](https://github.com/chartjs/Chart.js) | `4.4.4` | `4.4.6` |
| [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` |
| [@macaron-css/solid](https://github.com/mokshit06/macaron/tree/HEAD/packages/solid) | `1.5.1` | `1.5.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.8.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `5.4.10` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.4` |


Updates `@connectrpc/connect` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v1.6.1/packages/connect)

Updates `@connectrpc/connect-web` from 1.5.0 to 1.6.1
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v1.6.1/packages/connect-web)

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/[email protected]...@kobalte/[email protected])

Updates `@modular-forms/solid` from 0.23.0 to 0.24.1
- [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.0
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)

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

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 `@macaron-css/solid` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/mokshit06/macaron/releases)
- [Commits](https://github.com/mokshit06/macaron/commits/v1.5.3/packages/solid)

Updates `@types/node` from 22.7.4 to 22.8.6
- [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.6.3
- [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.6.3)

Updates `vite` from 5.4.8 to 5.4.10
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)

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

---
updated-dependencies:
- dependency-name: "@connectrpc/connect"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: "@connectrpc/connect-web"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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: "@macaron-css/solid"
  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-patch
  dependency-group: non-majors
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

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

@cp-20
Copy link
Contributor

cp-20 commented Nov 2, 2024

#951 の後にやる

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dashboard/non-majors-53954dc1c1 branch November 6, 2024 15:30
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