Skip to content

build(deps-dev): bump the dev-dependencies group with 2 updates #26

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps the dev-dependencies group with 2 updates: @biomejs/biome and rollup-plugin-node-externals.

Updates @biomejs/biome from 1.6.1 to 1.6.2

Release notes

Sourced from @​biomejs/biome's releases.

VSCode Extension v1.6.2

Analyzer

Bug fixes

CLI

Bug fixes

  • Fix how overrides behave. Now ignore and include apply or not the override pattern, so they override each other. Now the options inside overrides override the top-level options.
  • Bootstrap the logger only when needed. Contributed by @​ematipico

Editors

Bug fixes

Formatter

Bug fixes

  • Apply the correct layout when the right hand of an assignment expression is a await expression or a yield expression. Contributed by @​ematipico
  • Fix #303, where nested arrow functions didn't break. Contributed by @​victor-teles

Linter

Bug fixes

Parser

Enhancements

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.6.2 (2024-03-22)

Analyzer

Bug fixes

  • The noSuperWithoutExtends rule now allows for calling super() in derived class constructors of class expressions (#2108). Contributed by @​Sec-ant

  • Fix discrepancies on file source detection. Allow module syntax in .cts files (#2114). Contributed by @​Sec-ant

CLI

Bug fixes

  • Fixes #2131, where folders were incorrectly ignored when running the command check. Now folders are correctly ignored based on their command. Contributed by @​ematipico

  • Smoother handling of "endOfLine": "auto" in prettier migration: falling back to "lf" (#2145). Contributed by @​eMerzh

Configuration

Bug fixes

  • Fix enabled rules calculation. The precendence of individual rules, all and recommend presets in top-level and group-level configs is now correctly respected. More details can be seen in (#2072) (#2028). Contributed by @​Sec-ant

Formatter

Bug fixes

  • Fix #1661. Now nested conditionals are aligned with Prettier's logic, and won't contain mixed spaces and tabs. Contributed by @​ematipico

JavaScript APIs

Enhancements

  • Support applying lint fixes when calling the lintContent method of the Biome class (#1956). Contributed by @​mnahkies

Linter

Bug fixes

  • Rule noUndeclaredDependencies now also validates peerDependencies and optionalDependencies (#2122). Contributed by @​Sec-ant

  • Rule noUndeclaredDependencies won't check declare module statements anymore (#2123). Contributed by @​Sec-ant

  • Fix #1925. The fix for useOptionalChain would sometimes suggest an incorrect fix that discarded optional chaining operators on the left-hand side of logical expressions. These are now preserved. Contributed by @​arendjr

  • Rule noUndeclaredVariables now also checks for worker globals (#2121). Contributed by @​Sec-ant

LSP

... (truncated)

Commits

Updates rollup-plugin-node-externals from 7.0.1 to 7.1.1

Release notes

Sourced from rollup-plugin-node-externals's releases.

v7.1.1

  • Update eslint plugin afa58ed
  • Keep comments in the generated .d.ts file 5a530fa

Septh/rollup-plugin-node-externals@v7.1.0...v7.1.1

v7.1.0

  • Remove np field from package.json, use (untracked) local config instead d65775e
  • Refactor tests b82fa5d
  • Dependencies update c15cc12
  • Minor code changes, mostly cosmetic f79a229
  • Doc update 6a2eb0f
  • Use order: 'pre' for the resolveId hook. Minor other code changes. 5e9015b
  • Updeps, add vite to keywords de3057e
  • Update tests fa9837b
  • Cleanup 9c184ae
  • Clean old stale.yml a33dcac
  • Update tests 99b5167
  • Create stale.yml 6c27603
  • Add FUNDING.yml 043b85d

Septh/rollup-plugin-node-externals@v7.0.1...v7.1.0

Commits
  • e174cb9 7.1.1
  • afa58ed Update eslint plugin
  • 5a530fa Keep comments in the generated .d.ts file
  • 0fb700c 7.1.0
  • d65775e Remove np field from package.json, use (untracked) local config instead
  • b82fa5d Refactor tests
  • c15cc12 Dependencies update
  • f79a229 Minor code changes, mostly cosmetic
  • 6a2eb0f Doc update
  • 5e9015b Use order: 'pre' for the resolveId hook. Minor other code changes.
  • 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 dev-dependencies group with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [rollup-plugin-node-externals](https://github.com/Septh/rollup-plugin-node-externals).


Updates `@biomejs/biome` from 1.6.1 to 1.6.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.6.2/packages/@biomejs/biome)

Updates `rollup-plugin-node-externals` from 7.0.1 to 7.1.1
- [Release notes](https://github.com/Septh/rollup-plugin-node-externals/releases)
- [Commits](Septh/rollup-plugin-node-externals@v7.0.1...v7.1.1)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: rollup-plugin-node-externals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from matteosacchetto as a code owner March 25, 2024 10:38
@dependabot dependabot bot added the type: deps Dependencies label Mar 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

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

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-e603bd65b4 branch April 1, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: deps Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants