Skip to content

Bump the dev-deps group with 4 updates#7

Merged
HugoDF merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-deps-02ec1f57f9
Feb 4, 2024
Merged

Bump the dev-deps group with 4 updates#7
HugoDF merged 1 commit intomainfrom
dependabot/npm_and_yarn/dev-deps-02ec1f57f9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 29, 2024

Bumps the dev-deps group with 4 updates: @biomejs/biome, esmock, nock and undici.

Updates @biomejs/biome from 1.5.2 to 1.5.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.5.3

LSP

Bug fixes

  • Fix #1584. Ensure the LSP only registers the formatter once. Contributed by @​nhedger

  • Fix #1589. Fix invalid formatting of own line comments when they were at the end of an import/export list. Contributed by @​spanishpear

Configuration

Bug fixes

  • Override correctly the recommended preset (#1349).

    Previously, if unspecified, Biome turned on the recommended preset in overrides. This resulted in reporting diagnostics with a severity level set to off. This in turn caused Biome to fail.

    Now Biome won't switch on the recommended preset in overrides unless told to do so.

    Contributed by @​Conaclos

  • Don't format ignored files that are well-known JSONC files when files.ignoreUnknown is enabled (#1607).

    Previously, Biome always formatted files that are known to be JSONC files (e.g. .eslintrc) when files.ignoreUnknown was enabled.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Fix #1178, where the line ending option wasn't correctly applied. Contributed by @​ematipico
  • Fix #1571. Fix invalid formatting of nested multiline comments. Contributed by @​ah-yu

Linter

Bug fixes

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.5.3 (2024-01-22)

LSP

Bug fixes

  • Fix #1584. Ensure the LSP only registers the formatter once. Contributed by @​nhedger

  • Fix #1589. Fix invalid formatting of own line comments when they were at the end of an import/export list. Contributed by @​spanishpear

Configuration

Bug fixes

  • Override correctly the recommended preset (#1349).

    Previously, if unspecified, Biome turned on the recommended preset in overrides. This resulted in reporting diagnostics with a severity level set to off. This in turn caused Biome to fail.

    Now Biome won't switch on the recommended preset in overrides unless told to do so.

    Contributed by @​Conaclos

  • Don't format ignored files that are well-known JSONC files when files.ignoreUnknown is enabled (#1607).

    Previously, Biome always formatted files that are known to be JSONC files (e.g. .eslintrc) when files.ignoreUnknown was enabled.

    Contributed by @​Conaclos

Formatter

Bug fixes

  • Fix #1178, where the line ending option wasn't correctly applied. Contributed by @​ematipico
  • Fix #1571. Fix invalid formatting of nested multiline comments. Contributed by @​ah-yu

Linter

Bug fixes

... (truncated)

Commits

Updates esmock from 2.6.2 to 2.6.3

Release notes

Sourced from esmock's releases.

improved pattern resolution

resolve nested exports defined on named-properties with wildcards, eg exports: { './*': { default: './src/*/index.js' } } resolves this issue at esmock thanks @​dschnare

Changelog

Sourced from esmock's changelog.

changelog

... (truncated)

Commits

Updates nock from 13.5.0 to 13.5.1

Release notes

Sourced from nock's releases.

v13.5.1

13.5.1 (2024-01-28)

Bug Fixes

Commits

Updates undici from 6.3.0 to 6.5.0

Release notes

Sourced from undici's releases.

v6.5.0

What's Changed

Full Changelog: nodejs/undici@v6.4.0...v6.5.0

v6.4.0

What's Changed

New Contributors

Full Changelog: nodejs/undici@v6.3.0...v6.4.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 with 4 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [esmock](https://github.com/iambumblehead/esmock), [nock](https://github.com/nock/nock) and [undici](https://github.com/nodejs/undici).


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

Updates `esmock` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/iambumblehead/esmock/releases)
- [Changelog](https://github.com/iambumblehead/esmock/blob/main/CHANGELOG.md)
- [Commits](iambumblehead/esmock@v2.6.2...v2.6.3)

Updates `nock` from 13.5.0 to 13.5.1
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.0...v13.5.1)

Updates `undici` from 6.3.0 to 6.5.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.3.0...v6.5.0)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: esmock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: undici
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 29, 2024
@HugoDF HugoDF merged commit 5f2ee9b into main Feb 4, 2024
@HugoDF HugoDF deleted the dependabot/npm_and_yarn/dev-deps-02ec1f57f9 branch February 4, 2024 13:26
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant