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-dev): bump the dependencies group with 3 updates #67

Merged
merged 2 commits into from
Jan 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps the dependencies group with 3 updates: @biomejs/biome, @types/node and @types/react.

Updates @biomejs/biome from 1.5.1 to 1.5.2

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.5.2

CLI

Bug fixes

  • Fix #1512 by skipping verbose diagnostics from the count. Contributed by @​ematipico

  • Correctly handle cascading include and ignore.

    Previously Biome incorrectly included files that were included at tool level and ignored at global level. In the following example, file.js was formatted when it should have been ignored. Now, Biome correctly ignores the directory ./src/sub/.

    ❯ tree src
      src
      └── sub
          └── file.js
    ❯ cat biome.json
    {
    "files": { "ignore": ["./src/sub/"] },
    "formatter": { "include": ["./src"] }
    }

    Contributed by @​Conaclos

  • Don't emit verbose warnings when a protected file is ignored.

    Some files, such as package.json and tsconfig.json, are protected. Biome emits a verbose warning when it encounters a protected file.

    Previously, Biome emitted this verbose warning even if the file was ignored by the configuration. Now, it doesn't emit verbose warnings for protected files that are ignored.

    Contributed by @​Conaclos

  • overrides no longer affect which files are ignored. Contributed by @​Conaclos

  • The file biome.json can't be ignored anymore. Contributed by @​ematipico

  • Fix #1541 where the content of protected files wasn't returned to stdout. Contributed by @​ematipico

  • Don't handle CSS files, the formatter isn't ready yet. Contributed by @​ematipico

Configuration

Bug fixes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.5.2 (2024-01-15)

CLI

Bug fixes

  • Fix #1512 by skipping verbose diagnostics from the count. Contributed by @​ematipico

  • Correctly handle cascading include and ignore.

    Previously Biome incorrectly included files that were included at tool level and ignored at global level. In the following example, file.js was formatted when it should have been ignored. Now, Biome correctly ignores the directory ./src/sub/.

    ❯ tree src
      src
      └── sub
          └── file.js
    ❯ cat biome.json
    {
    "files": { "ignore": ["./src/sub/"] },
    "formatter": { "include": ["./src"] }
    }

    Contributed by @​Conaclos

  • Don't emit verbose warnings when a protected file is ignored.

    Some files, such as package.json and tsconfig.json, are protected. Biome emits a verbose warning when it encounters a protected file.

    Previously, Biome emitted this verbose warning even if the file was ignored by the configuration. Now, it doesn't emit verbose warnings for protected files that are ignored.

    Contributed by @​Conaclos

  • overrides no longer affect which files are ignored. Contributed by @​Conaclos

  • The file biome.json can't be ignored anymore. Contributed by @​ematipico

  • Fix #1541 where the content of protected files wasn't returned to stdout. Contributed by @​ematipico

  • Don't handle CSS files, the formatter isn't ready yet. Contributed by @​ematipico

Configuration

Bug fixes

... (truncated)

Commits

Updates @types/node from 20.11.0 to 20.11.2

Commits

Updates @types/react from 18.2.47 to 18.2.48

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 dependencies group with 3 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react).


Updates `@biomejs/biome` from 1.5.1 to 1.5.2
- [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.5.2/packages/@biomejs/biome)

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

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

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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

Overview

Image reference marukome0743/homepage:latest ghcr.io/openup-labtakizawa/homepage:pr-67
- digest aaf818f6630f 97c992114e5c
- provenance 786375b 0fb9a0c
- vulnerabilities critical: 0 high: 0 medium: 0 low: 27 critical: 0 high: 0 medium: 0 low: 27
- platform linux/amd64 linux/amd64
- size 96 MB 108 MB (+12 MB)
- packages 164 164
Base Image debian:11
also known as:
11.8
bullseye
debian:11
also known as:
11.8
bullseye
bullseye-20240110
- vulnerabilities critical: 0 high: 0 medium: 0 low: 27 critical: 0 high: 0 medium: 0 low: 27
Labels (3 changes)
  • ± 3 changed
  • 5 unchanged
-org.opencontainers.image.created=2023-12-31T14:03:31.473Z
+org.opencontainers.image.created=2024-01-15T19:38:08.384Z
 org.opencontainers.image.description=OpenUp LabTakizawa's official homepage🏡
 org.opencontainers.image.licenses=Apache-2.0
-org.opencontainers.image.revision=786375bac40e4034b8103979655c86093ff93037
+org.opencontainers.image.revision=0fb9a0cbd8123f572c815e2b6ddfaa870995eb91
 org.opencontainers.image.source=https://github.com/OpenUp-LabTakizawa/homepage
 org.opencontainers.image.title=homepage
 org.opencontainers.image.url=https://github.com/OpenUp-LabTakizawa/homepage
-org.opencontainers.image.version=v0.1.0
+org.opencontainers.image.version=pr-67
Packages and Vulnerabilities (3 package changes and 0 vulnerability changes)
  • ♾️ 3 packages changed
  • 161 packages unchanged
Changes for packages of type npm (3 changes)
Package Version
marukome0743/homepage:latest
Version
ghcr.io/openup-labtakizawa/homepage:pr-67
♾️ react 18.3.0-canary-c5b937576-20231219 18.3.0-canary-60a927d04-20240113
♾️ react-dom 18.3.0-canary-c5b937576-20231219 18.3.0-canary-60a927d04-20240113
♾️ scheduler 0.24.0-canary-c5b937576-20231219 0.24.0-canary-60a927d04-20240113

Copy link
Member

@Marukome0743 Marukome0743 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ShiroganeMiyukiGIF

@Marukome0743 Marukome0743 merged commit 3af62cc into main Jan 15, 2024
11 checks passed
@Marukome0743 Marukome0743 deleted the dependabot/npm_and_yarn/dependencies-b29dcd5048 branch January 15, 2024 23:47
kazutan1230 pushed a commit to kazutan1230/homepage that referenced this pull request Jan 25, 2024
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