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 dev-deps group in /dashboard with 7 updates #816

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps the dev-deps group in /dashboard with 7 updates:

Package From To
@biomejs/biome 1.3.3 1.4.1
@tanstack/virtual-core 3.0.0-alpha.1 3.0.1
@types/node 20.9.4 20.10.4
rollup-plugin-visualizer 5.9.3 5.10.0
typescript 5.3.2 5.3.3
vite 5.0.2 5.0.6
vite-plugin-solid 2.7.2 2.8.0

Updates @biomejs/biome from 1.3.3 to 1.4.1

Release notes

Sourced from @​biomejs/biome's releases.

VSCode Extension v1.4.1

What's Changed

Full Changelog: biomejs/biome@cli/v1.2.0...lsp/v1.4.1

CLI v1.4.1

Biome scores 96% compatibility with Prettier! Read our announcement on our blog.

Editors

  • Fix #933. Some files are properly ignored in the LSP too. E.g. package.json, tsconfig.json, etc.

Formatter

Bug fixes

  • Fix some accidental line breaks when printing array expressions within arrow functions and other long lines #917. Contributed by @​faultyserver

  • Match Prettier's breaking strategy for ArrowChain layouts #934. Contributed by @​faultyserver

  • Fix double-printing of leading comments in arrow chain expressions #951. Contributed by @​faultyserver

Linter

Bug fixes

  • Fix #910, where the rule noSvgWithoutTitle should skip elements that have aria-hidden attributes. Contributed by @​vasucp1207

Enhancement

  • Implements #924 and #920. noUselessElse now ignores else clauses that follow at least one if statement that doesn't break early. Contributed by @​Conaclos

    For example, the following code is no longer reported by the rule:

    function f(x) {
        if (x < 0) {
          // this `if` doesn't break early.
        } else if (x > 0) {
            return x;
        } else {
            // This `else` block was previously reported as useless.
        }
    }

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.4.1 (2023-11-30)

Editors

  • Fix #933. Some files are properly ignored in the LSP too. E.g. package.json, tsconfig.json, etc.

Formatter

Bug fixes

  • Fix some accidental line breaks when printing array expressions within arrow functions and other long lines #917. Contributed by @​faultyserver

  • Match Prettier's breaking strategy for ArrowChain layouts #934. Contributed by @​faultyserver

  • Fix double-printing of leading comments in arrow chain expressions #951. Contributed by @​faultyserver

Linter

Bug fixes

  • Fix #910, where the rule noSvgWithoutTitle should skip elements that have aria-hidden attributes. Contributed by @​vasucp1207

New features

  • Add useForOf rule. The rule recommends a for-of loop when the loop index is only used to read from an array that is being iterated. Contributed by @​victor-teles

Enhancement

  • Implements #924 and #920. noUselessElse now ignores else clauses that follow at least one if statement that doesn't break early. Contributed by @​Conaclos

    For example, the following code is no longer reported by the rule:

    function f(x) {
        if (x < 0) {
          // this `if` doesn't break early.
        } else if (x > 0) {
            return x;
        } else {
            // This `else` block was previously reported as useless.
        }
    }

Bug fixes

... (truncated)

Commits
  • a887513 release: 1.4.1 (#967)
  • c3f6b3c fix(package): add ROME MIT license (#949)
  • 889593e release: 1.4.0 (#820)
  • b8a94e3 docs(README): make more epxlicit the benefits of Biome (#908)
  • 82578da fix(tooling): update the script to bump the nightly version (#874)
  • a3e14da feat(lint/useRegexLiterals): implement the rule (#843)
  • cc60a55 feat: noAriaHiddenOnFocusable rule (#822)
  • cbacc73 chore: add sponsors to readme (#829)
  • d1e6290 challenge(formatter): Implement bracketSameLine option to match Prettier (#...
  • 6f810a5 chore: update sponsor's link to land to their website
  • Additional commits viewable in compare view

Updates @tanstack/virtual-core from 3.0.0-alpha.1 to 3.0.1

Release notes

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

v3.0.1

Version 3.0.1 - 12/4/2023, 7:03 PM

Changes

Fix

  • ci (7e09757) by Tanner Linsley
  • test release (36fc3fd) by Tanner Linsley
  • package.json (597088f) by Tanner Linsley
  • test CI release (3142313) by Tanner Linsley

Chore

  • v3 example deps (82363a5) by Tanner Linsley

Other

  • new header (3d9d285) by Tanner Linsley

Packages

  • @​tanstack/virtual-core@​3.0.1
  • @​tanstack/react-virtual@​3.0.1
  • @​tanstack/solid-virtual@​3.0.1
  • @​tanstack/svelte-virtual@​3.0.1
  • @​tanstack/vue-virtual@​3.0.1

v3.0.0

Here it is!

v3.0.0-beta.69

Version 3.0.0-beta.69 - 11/15/2023, 1:36 PM

Changes

Feat

Packages

v3.0.0-beta.68

Version 3.0.0-beta.68 - 10/22/2023, 12:48 PM

Changes

Refactor

  • add window example for react, update docs (#614) (cf2e026) by @​piecyk

... (truncated)

Commits

Updates @types/node from 20.9.4 to 20.10.4

Commits

Updates rollup-plugin-visualizer from 5.9.3 to 5.10.0

Changelog

Sourced from rollup-plugin-visualizer's changelog.

5.10.0

  • Update dependencies
  • Add experimental flamegraph template
  • Make super simple placeholder to test if people stop complaining about input/output inputs
Commits

Updates typescript from 5.3.2 to 5.3.3

Release notes

Sourced from typescript's releases.

TypeScript 5.3.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits

Updates vite from 5.0.2 to 5.0.6

Changelog

Sourced from vite's changelog.

5.0.6 (2023-12-06)

5.0.5 (2023-12-04)

5.0.4 (2023-11-29)

5.0.3 (2023-11-28)

Commits

Updates vite-plugin-solid from 2.7.2 to 2.8.0

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 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 dev-deps group in /dashboard with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.3.3` | `1.4.1` |
| [@tanstack/virtual-core](https://github.com/tanstack/virtual) | `3.0.0-alpha.1` | `3.0.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.9.4` | `20.10.4` |
| [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | `5.9.3` | `5.10.0` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.2` | `5.3.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.0.2` | `5.0.6` |
| [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid) | `2.7.2` | `2.8.0` |


Updates `@biomejs/biome` from 1.3.3 to 1.4.1
- [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.4.1/packages/@biomejs/biome)

Updates `@tanstack/virtual-core` from 3.0.0-alpha.1 to 3.0.1
- [Release notes](https://github.com/tanstack/virtual/releases)
- [Commits](TanStack/virtual@v3.0.0-alpha.1...v3.0.1)

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

Updates `rollup-plugin-visualizer` from 5.9.3 to 5.10.0
- [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md)
- [Commits](btd/rollup-plugin-visualizer@v5.9.3...v5.10.0)

Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.3.2...v5.3.3)

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

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

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@tanstack/virtual-core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: rollup-plugin-visualizer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: vite-plugin-solid
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

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 Dec 8, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2023

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

@dependabot dependabot bot closed this Dec 8, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dashboard/dev-deps-3c2eb14487 branch December 8, 2023 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants