CycloneDX / cyclonedx-javascript-library

Core functionality of OWASP CycloneDX for JavaScript (Node.js or WebBrowser) written in TypeScript.
https://cyclonedx.org/
Apache License 2.0
15 stars 10 forks source link

chore(deps): bump the eslint group across 1 directory with 6 updates #1132

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the eslint group with 6 updates in the /tools/code-style directory:

Package From To
@eslint/js 9.7.0 9.8.0
eslint-config-love 56.0.0 62.0.0
eslint-plugin-jsdoc 48.7.0 48.8.3
eslint-plugin-n 17.9.0 17.10.1
eslint-plugin-promise 6.4.0 7.0.0
typescript-eslint 7.16.0 7.17.0

Updates @eslint/js from 9.7.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])
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)
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
  • See full diff in compare view


Updates eslint-config-love from 56.0.0 to 62.0.0

Release notes

Sourced from eslint-config-love's releases.

v62.0.0

62.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-inferrable-types

Features

  • @​typescript-eslint/no-inferrable-types (8857927)

v61.0.0

61.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-empty-object-type

Features

  • @​typescript-eslint/no-empty-object-type (3746639)

v60.0.0

60.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-loop-func

Features

  • @​typescript-eslint/no-loop-func (d8e3d4d)

v59.0.0

59.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-import-type-side-effects

Features

  • @​typescript-eslint/no-import-type-side-effects (9970ecf)

v58.0.0

58.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-explicit-any

... (truncated)

Changelog

Sourced from eslint-config-love's changelog.

62.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-inferrable-types

Features

  • @​typescript-eslint/no-inferrable-types (8857927)

61.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-empty-object-type

Features

  • @​typescript-eslint/no-empty-object-type (3746639)

60.0.0 (2024-07-27)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-loop-func

Features

  • @​typescript-eslint/no-loop-func (d8e3d4d)

59.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-import-type-side-effects

Features

  • @​typescript-eslint/no-import-type-side-effects (9970ecf)

58.0.0 (2024-07-23)

⚠ BREAKING CHANGES

  • @​typescript-eslint/no-explicit-any

Features

  • @​typescript-eslint/no-explicit-any (febca28)

... (truncated)

Commits
  • 1448457 chore(release): 62.0.0 [skip ci]
  • 93b89b5 Merge pull request #1691 from mightyiam/no-inferrable-types
  • 8857927 feat!: @​typescript-eslint/no-inferrable-types
  • f693762 chore(release): 61.0.0 [skip ci]
  • a519540 Merge pull request #1690 from mightyiam/new-rule-no-empty-object-type
  • 3746639 feat!: @​typescript-eslint/no-empty-object-type
  • 56bcfa4 chore(release): 60.0.0 [skip ci]
  • a73876d Merge pull request #1689 from mightyiam/new-rule-no-loop-func
  • d8e3d4d feat!: @​typescript-eslint/no-loop-func
  • 8212a2e Merge pull request #1688 from mightyiam/no-invalid-this
  • Additional commits viewable in compare view


Updates eslint-plugin-jsdoc from 48.7.0 to 48.8.3

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.8.3

48.8.3 (2024-07-20)

Bug Fixes

v48.8.2

48.8.2 (2024-07-20)

Bug Fixes

  • require-template, check-template-names: avoid erring out with missing or bad typedef type; partial fix for #1269 (736a23b)

v48.8.1

48.8.1 (2024-07-19)

Bug Fixes

v48.8.0

48.8.0 (2024-07-19)

Features

  • check-template-names: add rule; fixes #1120 (962d99d)
  • update semver, synckit, devDeps (f61e5b2)
Commits


Updates eslint-plugin-n from 17.9.0 to 17.10.1

Release notes

Sourced from eslint-plugin-n's releases.

v17.10.1

17.10.1 (2024-07-26)

🩹 Fixes

v17.10.0

17.10.0 (2024-07-26)

🌟 Features

📚 Documentation

🧹 Chores

  • upgrade compatible deps (8f6f11d)
Changelog

Sourced from eslint-plugin-n's changelog.

17.10.1 (2024-07-26)

🩹 Fixes

17.10.0 (2024-07-26)

🌟 Features

📚 Documentation

🧹 Chores

  • upgrade compatible deps (8f6f11d)
Commits


Updates eslint-plugin-promise from 6.4.0 to 7.0.0

Release notes

Sourced from eslint-plugin-promise's releases.

v7.0.0

7.0.0 (2024-07-24)

BREAKING CHANGES

  • Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0

v6.6.0

6.6.0 (2024-07-21)

Bug Fixes

  • always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a)

Features

  • add strict option to disallow then or catch following await or yield (#494) (fa482cc)

v6.5.1

6.5.1 (2024-07-20)

Bug Fixes

v6.5.0

6.5.0 (2024-07-19)

Features

  • add name property to configs (for use with tooling) (#486) (ca9e9b4)
Commits
  • 09d0650 feat!: Update node versions to align with eslint v9 (#505)
  • be62420 Revert "chore!: Update node versions to align with eslint v9" (#504)
  • 8a981d2 chore!: Update node versions to align with eslint v9 (#484)
  • 84334f4 chore(deps): bump actions/setup-node from 3 to 4 (#499)
  • aea6d94 chore(deps): bump actions/checkout from 3 to 4 (#500)
  • 9d0e447 docs: recommend util.promisify instead of pify and util.callbackify over ...
  • fa482cc feat: add strict option to disallow then or catch following await or ...
  • f368c5a fix(always-return): treat process.exit() or process.abort() as an acceptabl...
  • 36d13f5 docs: add for prefer-await-to-callbacks; fixes #118 (#491)
  • c011a1a fix: remove name from eslintrc config; fixes #489 (#490)
  • Additional commits viewable in compare view


Updates typescript-eslint from 7.16.0 to 7.17.0

Release notes

Sourced from typescript-eslint's releases.

v7.17.0

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
  • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
  • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
  • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
  • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
  • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
  • website: expose ATA types to eslint instance (#9598)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v7.16.1

7.16.1 (2024-07-15)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

7.17.0 (2024-07-22)

🚀 Features

  • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7

❤️ Thank You

  • Armano
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • StyleShit

You can read about our versioning strategy and releases on our website.

7.16.1 (2024-07-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 05c9cb8 chore(release): publish 7.17.0
  • dd965a4 feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...
  • 0b4ebef docs(typescript-eslint): add missing ellipsis in ConfigWithExtends (#9566)
  • d1d0ba5 chore(release): publish 7.16.1
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 months ago

Superseded by #1133.