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 development-dependencies group across 1 directory with 7 updates #166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Updates the requirements on @biomejs/biome, auto-changelog, del-cli, globals, release-it, sass and web-ext to permit the latest version.
Updates @biomejs/biome 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 auto-changelog to 2.5.0

Changelog

Sourced from auto-changelog's changelog.

v2.5.0

v2.4.0

3 February 2022

v2.3.0

23 May 2021

v2.2.1

18 September 2020

... (truncated)

Commits

Updates del-cli from 5.1.0 to 6.0.0

Release notes

Sourced from del-cli's releases.

v6.0.0

Breaking

  • Require Node.js 18 de54031

Improvements

  • Update dependencies de54031

sindresorhus/del-cli@v5.1.0...v6.0.0

Commits

Updates globals to 15.13.0

Release notes

Sourced from globals's releases.

v15.13.0

  • Update globals

sindresorhus/globals@v15.12.0...v15.13.0

Commits

Updates release-it to 17.10.0

Release notes

Sourced from release-it's releases.

Release 17.10.0

  • Add error handling for gitlab requests + release url (312fd8b)
  • Add proper Content-Type header to fetch requests (#1166) (04bd34c)
Changelog

Sourced from release-it's changelog.

Changelog

This document lists breaking changes for each major release.

See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases

v17 (2023-11-11)

  • Removed support for Node.js v16.

v16 (2023-07-05)

  • Removed support for Node.js v14.

v15 (2022-04-30)

  • Removed support for Node.js v10 and v12.
  • Removed support for GitLab v12.4 and lower.
  • Removed anonymous metrics (and the option to disable it).
  • Programmatic usage and plugins only through ES Module syntax (import)

Use release-it v14 in legacy environments.

v14 (2020-09-03)

  • Removed global property from plugins. Use this.config[key] instead.
  • Removed deprecated npm.access option. Set this in package.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecated scripts are removed (in favor of hooks).
  • Removed deprecated --non-interactive (-n) argument. Use --ci instead.
  • Removed old %s and [REV_RANGE] syntax in command substitutions. Use ${version} and ${latestTag} instead.

v12 (2019-05-03)

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see conventional changelog how to use this plugin.
  • The pkgFiles option has been removed. If there's a need to bump other files than what npm version bumps, it should be (part of) a plugin.

... (truncated)

Commits

Updates sass to 1.81.0

Release notes

Sourced from sass's releases.

Dart Sass 1.81.0

To install Sass 1.81.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.81.0

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.

1.80.7

Embedded Host

  • Don't treat 0 as undefined for the green and blue channels in the LegacyColor constructor.

1.80.6

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

1.80.5

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.

1.80.4

  • No user-visible changes.

1.80.3

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

1.80.2

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

1.80.1

  • Fix a bug where repeated deprecation warnings were not automatically limited.

... (truncated)

Commits

Updates web-ext to 8.3.0

Release notes

Sourced from web-ext's releases.

8.3.0

main changes

  • Updated: dependency addons-linter to 7.1.0 (#3254)
  • Updated: replace Bunyan logger with Pino (#3214)
  • Removed: drop mz dependency (#3215)
  • Removed: drop node-fetch dependency (#3217)
  • Removed: drop fs-extras and mkdirp dependencies (#3230)
  • Fixed: Resolve input sourceDir to absolute path (#3024)

dependencies

  • Updated: dependency @babel/runtime to 7.25.6 (#3236)
  • Updated: dependency chrome-launcher to 1.1.2 (#3200)
  • Updated: dependency firefox-profile to 4.7.0 (#3224)
  • Updated: dependency https-proxy-agent to 7.0.5 (#3184)
  • Updated: dependency jose to 5.9.2 (#3253)
  • Updated: dependency pino to 9.4.0 (#3240)
  • Updated: dependency update-notifier to 7.3.1 (#3244)
  • Updated: dependency watchpack to 2.4.2 (#3223)
  • Updated: dependency ws to 8.18.0 (#3187)

dev dependencies

  • Updated: dependency @babel/cli to 7.25.6 (#3237)
  • Updated: dependency @babel/core to 7.25.2 (#3210)
  • Updated: dependency @babel/eslint-parser to 7.25.1 (#3206)
  • Updated: dependency @babel/preset-env to 7.25.4 (#3228)
  • Updated: dependency @commitlint/cli to 19.5.0 (#3249)
  • Updated: dependency @commitlint/config-conventional to 19.5.0 (#3248)
  • Updated: dependency babel-plugin-istanbul to 7.0.0 (#3189)
  • Updated: dependency chai to 4.5.0 (#3204)
  • Updated: dependency eslint-plugin-import to 2.30.0 (#3239)
  • Updated: dependency mocha to 10.7.0 (#3202)
  • Updated: dependency prettier to 3.3.3 (#3196)
  • Updated: dependency sinon to 19.0.2 (#3252)

others

  • Fixed: typo and missed async keyword (#3177)

See all changes: mozilla/web-ext@8.2.0...8.3.0

Commits
  • a11c973 8.3.0
  • 2eb18db chore(deps): bump addons-linter from 7.0.0 to 7.1.0 (#3254)
  • e76422d chore(deps-dev): bump @​commitlint/cli from 19.3.0 to 19.5.0 (#3249)
  • 0dc61db chore(deps-dev): bump chai from 4.3.10 to 4.5.0 (#3204)
  • a3e46e2 chore(deps-dev): bump @​commitlint/config-conventional from 19.2.2 to 19.5.0 (...
  • 2eb5ceb chore(deps-dev): bump @​babel/preset-env from 7.25.3 to 7.25.4 (#3228)
  • 14a09f2 chore(deps): bump addons-linter from 6.33.0 to 7.0.0 (#3245)
  • d2be7da chore(deps): bump update-notifier from 7.3.0 to 7.3.1 (#3244)
  • 7465da3 chore(deps-dev): bump sinon from 19.0.0 to 19.0.2 (#3252)
  • 8300373 chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 (#3239)
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 2, 2024
…ates

Updates the requirements on [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [auto-changelog](https://github.com/CookPete/auto-changelog), [del-cli](https://github.com/sindresorhus/del-cli), [globals](https://github.com/sindresorhus/globals), [release-it](https://github.com/release-it/release-it), [sass](https://github.com/sass/dart-sass) and [web-ext](https://github.com/mozilla/web-ext) to permit the latest version.

Updates `@biomejs/biome` 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 `auto-changelog` to 2.5.0
- [Changelog](https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md)
- [Commits](cookpete/auto-changelog@v2.4.0...v2.5.0)

Updates `del-cli` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/sindresorhus/del-cli/releases)
- [Commits](sindresorhus/del-cli@v5.1.0...v6.0.0)

Updates `globals` to 15.13.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v15.13.0)

Updates `release-it` to 17.10.0
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@17.6.0...17.10.0)

Updates `sass` to 1.81.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.8...1.81.0)

Updates `web-ext` to 8.3.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](mozilla/web-ext@8.2.0...8.3.0)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: auto-changelog
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: del-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: release-it
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  dependency-group: development-dependencies
- dependency-name: web-ext
  dependency-type: direct:development
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/development-dependencies-903c26ba9a branch from 5b0cd00 to 634882d Compare December 2, 2024 22:06
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: filesystem +29 1.07 MB sindresorhus

🚮 Removed packages: npm/[email protected]

View full report↗︎

Copy link

sonarcloud bot commented Dec 2, 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.

0 participants