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 #146

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps the development-dependencies group with 7 updates in the / directory:

Package From To
@biomejs/biome 1.7.3 1.8.3
@eslint/js 9.3.0 9.8.0
eslint 9.6.0 9.8.0
globals 15.2.0 15.9.0
release-it 17.4.1 17.6.0
sass 1.77.2 1.77.8
web-ext 7.11.0 8.2.0

Updates @biomejs/biome from 1.7.3 to 1.8.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.8.3

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.8.3 (2024-06-27)

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Enhancements

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

... (truncated)

Commits

Updates @eslint/js from 9.3.0 to 9.8.0

Release notes

Sourced from @​eslint/js's releases.

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

  • deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

Chores

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)

v9.6.0

Features

  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)

Bug Fixes

  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

v9.6.0 - June 28, 2024

  • b15ee30 chore: upgrade @​eslint/js@​9.6.0 (#18632) (Milos Djermanovic)
  • d655503 chore: package.json update for @​eslint/js release (Jenkins)
  • 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic)
  • 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas)
  • 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas)
  • e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas)
  • 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas)
  • 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash)
  • 44915bb docs: Update README (GitHub Actions Bot)
  • d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic)
  • 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
  • 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic)
  • d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger)
  • 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas)
  • f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic)
  • 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic)
  • c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic)
  • 3379164 chore: remove .eslintrc.js (#18011) (唯然)
  • d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert)
  • d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)

... (truncated)

Commits
  • 4aaf2b3 chore: package.json update for @​eslint/js release
  • 2570051 chore: package.json revert @​eslint/js version to 9.7.0 (#18719)
  • d73b203 chore: package.json update for @​eslint/js release
  • 7ed6f9a chore: package.json update for @​eslint/js release
  • d655503 chore: package.json update for @​eslint/js release
  • 5890841 chore: package.json update for @​eslint/js release
  • 5e1b5dc chore: package.json update for @​eslint/js release
  • See full diff in compare view

Updates eslint from 9.6.0 to 9.8.0

Release notes

Sourced from eslint's releases.

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

  • deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])

v9.7.0

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)

Chores

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)

v9.7.0 - July 12, 2024

  • 793b718 chore: upgrade @​eslint/js@​9.7.0 (#18680) (Francesco Trotta)
  • 7ed6f9a chore: package.json update for @​eslint/js release (Jenkins)
  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta)
  • 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas)
  • 51bf57c chore: add tech sponsors through actions (#18624) (Strek)
  • 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M)
  • 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic)
  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar)
  • 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta)
Commits

Updates globals from 15.2.0 to 15.9.0

Release notes

Sourced from globals's releases.

v15.9.0

  • Update globals (#258) f72b047

sindresorhus/globals@v15.8.0...v15.9.0

v15.8.0

  • Add es2025 globals (Same as es2021) (#256) 2ef342a

sindresorhus/globals@v15.7.0...v15.8.0

v15.7.0

  • Update globals (#255) f017b0f

sindresorhus/globals@v15.6.0...v15.7.0

v15.6.0

  • Add Chai globals (#247) 9b0c591

sindresorhus/globals@v15.5.0...v15.6.0

v15.5.0

  • Update globals (#254) 19ea4cf

sindresorhus/globals@v15.4.0...v15.5.0

v15.4.0

  • Add globals for every yearly es versions (#252) 45c1b17

sindresorhus/globals@v15.3.0...v15.4.0

v15.3.0

  • Update globals (#251) 90b42e5

sindresorhus/globals@v15.2.0...v15.3.0

Commits

Updates release-it from 17.4.1 to 17.6.0

Release notes

Sourced from release-it's releases.

Release 17.6.0

  • Update dependencies (517ac8c)
  • Replace eslint-plugin-import with eslint-plugin-import-x (5828326)
  • feat: add secure flag to gitlab config (#1129) (7a3ce98)

Release 17.5.0

  • Add flag --preReleaseBase=1 to use prelease base 1 (resolves #1128) (6570068)

Release 17.4.2

  • More consistent usage of err (4be5b10)
  • Add debug output to plugin loader (closes #1044) (138277a)
  • fix: vulnerable packages (#1123) (bd41d60)
  • fix(types): requireBranch is either a string, false, or undefined (#1124) (c73f866)
Commits

Updates sass from 1.77.2 to 1.77.8

Release notes

Sourced from sass's releases.

Dart Sass 1.77.8

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.5

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

Changes

  • Fully trim redundant selectors generated by @extend.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.4

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

Changes

Embedded Sass

  • Support passing Version input for fatalDeprecations as string over embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted as input for silenceDeprecations and futureDeprecations in pure JS.

See the full changelog for changes in earlier releases.

Dart Sass 1.77.3

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

Changes

Dart API

... (truncated)

Changelog

Sourced from sass's changelog.

1.77.8

  • No user-visible changes.

1.77.7

  • Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown at-rule values was being preserved in the CSS output, leading to potentially invalid CSS. It's now properly parsed as a silent comment and omitted from the CSS output.

1.77.6

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed between the end of Sass statements and the following semicolon.

1.77.5

  • Fully trim redundant selectors generated by @extend.

1.77.4

Embedded Sass

  • Support passing Version input for fatalDeprecations as string over embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted as input for silenceDeprecations and futureDeprecations in pure JS.

1.77.3

Dart API

  • Deprecation.duplicateVariableFlags has been deprecated and replaced with Deprecation.duplicateVarFlags to make it consistent with the duplicate-var-flags name used on the command line and in the JS API.
Commits
  • be9c3ac Run Windows ARM64 releases on windows-latest instead (#2275)
  • d4b1939 Run pub in verbose mode on windows-arm64
  • c96b5e2 Fix windows-arm64 release (#2274)
  • 7203d65 Deprecated mixed declarations (#2267)
  • 1edc247 Avoid [this] in Dartdoc comments (#2273)
  • a164889 Enable AOT build for windows-arm64 (#2270)
  • 04b6251 Parse silent comments in _interpolatedDeclarationValue() (#2266)
  • 860eb5a Fix linux-ia32, linux-arm-musl, and windows-arm64 releases (#2265)
  • 7aae1e6 Fix a bug where comments were incorrectly forbidden in some cases (#2264)
  • cf6f9d0 Build AOT releases with native arm64 runners (#2262)
  • Additional commits viewable in compare view

Updates web-ext from 7.11.0 to 8.2.0

Release notes

Sourced from web-ext's releases.

8.2.0

features

  • web-ext lint: updated to use addons-linter v6.30.1

bug fixes, etc.

dependencies

  • Updated: dependency jose to 5.4.1 (#3174)
  • Updated: dependency mkdirp to 3.0.1 (#2735)
  • Updated: dependency ws to 8.17.1 (#3171)

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

8.1.0

features

  • web-ext lint: updated to use addons-linter v6.29.0

bug fixes, etc.

dependencies

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2024
Copy link

socket-security bot commented Aug 1, 2024

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

Package New capabilities Transitives Size Publisher
npm/@babel/runtime@7.24.7 None 0 246 kB nicolo-ribaudo
npm/@biomejs/biome@1.8.3 shell 0 152 kB dominionl
npm/@biomejs/cli-darwin-arm64@1.8.3 None 0 21.1 MB dominionl
npm/@biomejs/cli-darwin-x64@1.8.3 None 0 22.7 MB dominionl
npm/@biomejs/cli-linux-arm64-musl@1.8.3 None 0 20.2 MB dominionl
npm/@biomejs/cli-linux-arm64@1.8.3 None 0 22.7 MB dominionl
npm/@biomejs/cli-linux-x64-musl@1.8.3 None 0 25 MB dominionl
npm/@biomejs/cli-linux-x64@1.8.3 None 0 25.9 MB dominionl
npm/@biomejs/cli-win32-arm64@1.8.3 None 0 24.2 MB dominionl
npm/@biomejs/cli-win32-x64@1.8.3 None 0 29 MB dominionl
npm/@devicefarmer/adbkit@3.2.6 environment, filesystem, network, shell 0 552 kB koral
npm/@eslint-community/regexpp@4.11.0 None 0 446 kB eslint-community-bot
npm/@eslint/config-array@0.17.1 None 0 113 kB eslintbot
npm/@eslint/js@9.8.0 None 0 14.2 kB eslintbot
npm/@mdn/browser-compat-data@5.5.34 None 0 14.5 MB mdn-bot
npm/addons-linter@6.31.1 None 0 3.26 MB addons-robot
npm/addons-scanner-utils@9.11.0 filesystem 0 68.3 kB addons-robot
npm/eslint-scope@8.0.2 None 0 148 kB eslintbot
npm/eslint@9.8.0 environment 0 3.07 MB eslintbot
npm/firefox-profile@4.6.0 environment, filesystem 0 48.3 kB saadtazi
npm/global-directory@4.0.1 environment 0 8.05 kB sindresorhus
npm/globals@15.9.0 None 0 174 kB byk, lo1tuma, nzakas, ...1 more
npm/is-installed-globally@1.0.0 None 0 3.9 kB sindresorhus
npm/jose@5.4.1 None 0 509 kB panva
npm/ky@1.5.0 None 0 153 kB sindresorhus
npm/latest-version@9.0.0 None 0 4.44 kB sindresorhus
npm/package-json@10.0.1 None 0 15.1 kB sindresorhus
npm/pino-abstract-transport@1.2.0 None 0 38.9 kB matteo.collina
npm/pino@8.20.0 environment, unsafe 0 708 kB jsumners
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/release-it@17.6.0 None 0 257 kB webpro
npm/sass@1.77.8 filesystem, unsafe 0 5.23 MB sassbot
npm/update-notifier@7.1.0 environment 0 14.8 kB sindresorhus
npm/watchpack@2.4.1 environment, filesystem 0 56.2 kB evilebottnawi
npm/web-ext@8.2.0 environment, filesystem, network 0 554 kB addons-robot
npm/ws@8.17.1 environment, network 0 141 kB lpinca

🚮 Removed packages: npm/@babel/runtime@7.21.0, npm/@biomejs/biome@1.7.3, npm/@biomejs/cli-darwin-arm64@1.7.3, npm/@biomejs/cli-darwin-x64@1.7.3, npm/@biomejs/cli-linux-arm64-musl@1.7.3, npm/@biomejs/cli-linux-arm64@1.7.3, npm/@biomejs/cli-linux-x64-musl@1.7.3, npm/@biomejs/cli-linux-x64@1.7.3, npm/@biomejs/cli-win32-arm64@1.7.3, npm/@biomejs/cli-win32-x64@1.7.3, npm/@devicefarmer/adbkit@3.2.3, npm/@eslint-community/regexpp@4.10.0, npm/@eslint/config-array@0.17.0, npm/@eslint/js@9.3.0, npm/@mdn/browser-compat-data@5.5.7, npm/addons-linter@6.21.0, npm/addons-scanner-utils@9.9.0, npm/asn1@0.2.6, npm/assert-plus@1.0.0, npm/asynckit@0.4.0, npm/aws-sign2@0.7.0, npm/aws4@1.12.0, npm/bcrypt-pbkdf@1.0.2, npm/buffer-equal-constant-time@1.0.1, npm/caseless@0.12.0, npm/combined-stream@1.0.8, npm/core-js@3.29.0, npm/core-util-is@1.0.2, npm/dashdash@1.14.1, npm/deepcopy@2.1.0, npm/delayed-stream@1.0.0, npm/ecc-jsbn@0.1.2, npm/ecdsa-sig-formatter@1.0.11, npm/es6-promisify@7.0.0, npm/eslint-scope@8.0.1, npm/eslint@9.6.0, npm/extend@3.0.2, npm/extsprintf@1.3.0, npm/firefox-profile@4.3.2, npm/forever-agent@0.6.1, npm/form-data@2.3.3, npm/getpass@0.1.7, npm/global-dirs@3.0.1, npm/globals@15.2.0, npm/har-schema@2.0.0, npm/har-validator@5.1.5, npm/http-signature@1.2.0, npm/is-installed-globally@0.4.0, npm/isstream@0.1.2, npm/jose@4.13.1, npm/json-schema@0.4.0, npm/json-stringify-safe@5.0.1, npm/jsonwebtoken@9.0.0, npm/jsprim@1.4.2, npm/jwa@1.4.1, npm/jws@3.2.2, npm/latest-version@7.0.0, npm/nanoid@3.3.7, npm/oauth-sign@0.9.0, npm/package-json@8.1.0, npm/performance-now@2.1.0, npm/picocolors@1.0.0, npm/pino-abstract-transport@1.1.0, npm/pino@8.17.2, npm/postcss@8.4.33, npm/psl@1.9.0, npm/qs@6.5.3, npm/regenerator-runtime@0.13.11, npm/release-it@17.4.1, npm/request@2.88.2, npm/sass@1.77.2, npm/sign-addon@5.3.0, npm/sshpk@1.17.0, npm/stream-to-array@2.3.0, npm/stream-to-promise@3.0.0, npm/tough-cookie@2.5.0, npm/tunnel-agent@0.6.0, npm/tweetnacl@0.14.5, npm/type-detect@4.0.8, npm/update-notifier@7.0.0, npm/verror@1.10.0, npm/watchpack@2.4.0, npm/web-ext@7.11.0, npm/ws@8.13.0

View full report↗︎

…ates

Bumps the development-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.7.3` | `1.8.3` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.3.0` | `9.8.0` |
| [eslint](https://github.com/eslint/eslint) | `9.6.0` | `9.8.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.2.0` | `15.9.0` |
| [release-it](https://github.com/release-it/release-it) | `17.4.1` | `17.6.0` |
| [sass](https://github.com/sass/dart-sass) | `1.77.2` | `1.77.8` |
| [web-ext](https://github.com/mozilla/web-ext) | `7.11.0` | `8.2.0` |



Updates `@biomejs/biome` from 1.7.3 to 1.8.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.8.3/packages/@biomejs/biome)

Updates `@eslint/js` from 9.3.0 to 9.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.8.0/packages/js)

Updates `eslint` from 9.6.0 to 9.8.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.6.0...v9.8.0)

Updates `globals` from 15.2.0 to 15.9.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.2.0...v15.9.0)

Updates `release-it` from 17.4.1 to 17.6.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.4.1...17.6.0)

Updates `sass` from 1.77.2 to 1.77.8
- [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.2...1.77.8)

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

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: web-ext
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-0cf48e30ea branch from 395f48c to e648391 Compare August 2, 2024 20:19
Copy link

sonarcloud bot commented Aug 2, 2024

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

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

@dependabot dependabot bot closed this Aug 6, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-0cf48e30ea branch August 6, 2024 20:16
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