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

chore(deps): bump the npm group across 1 directory with 4 updates #1199

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the npm group with 4 updates in the / directory: axios, @stylistic/eslint-plugin-js, eslint and eslint-plugin-jsdoc.

Updates axios from 1.7.3 to 1.7.4

Release notes

Sourced from axios's releases.

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

Changelog

Sourced from axios's changelog.

1.7.4 (2024-08-13)

Bug Fixes

Contributors to this release

Commits

Updates @stylistic/eslint-plugin-js from 2.6.1 to 2.6.2

Release notes

Sourced from @​stylistic/eslint-plugin-js's releases.

v2.6.2

2.6.2 (2024-08-08)

Bug Fixes

  • indent: indentation for argument with decorators (#487) (aefb3be)
  • quotes: ignore backtick in ts import types (#493) (a7f7c2a)

Chores

  • consistent createRule argument order (83e22f2)
  • indent: simplify the code related to PropertyDefinition with decorators (#489) (53d731f)
Changelog

Sourced from @​stylistic/eslint-plugin-js's changelog.

2.6.2 (2024-08-08)

Bug Fixes

  • indent: indentation for argument with decorators (#487) (aefb3be)
  • quotes: ignore backtick in ts import types (#493) (a7f7c2a)

Chores

  • consistent createRule argument order (83e22f2)
  • indent: simplify the code related to PropertyDefinition with decorators (#489) (53d731f)
Commits
  • cb55835 chore: release v2.6.2 (main) (#496)
  • aefb3be fix(indent): indentation for argument with decorators (#487)
  • 53d731f refactor(indent): simplify the code related to PropertyDefinition with deco...
  • 83e22f2 refactor: consistent createRule argument order
  • See full diff in compare view

Updates eslint from 9.8.0 to 9.9.0

Release notes

Sourced from eslint's releases.

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
Changelog

Sourced from eslint's changelog.

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/[email protected] (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)
Commits

Updates eslint-plugin-jsdoc from 48.11.0 to 50.2.2

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.2.2

50.2.2 (2024-08-14)

Bug Fixes

  • check-param-names: check against whitelist of acceptable function nodes so that non-function global contexts do not err; fixes #1303 (288f0ae)

v50.2.1

50.2.1 (2024-08-13)

Bug Fixes

  • properly include options in ruleset factories (964712b)

v50.2.0

50.2.0 (2024-08-13)

Features

v50.1.0

50.1.0 (2024-08-13)

Features

  • update jsdoccomment, debug, devDeps.; fixes #1304 (75528b7)

v50.0.1

50.0.1 (2024-08-11)

Bug Fixes

  • no-bad-blocks: exclude ESLint directives (df55137)

v50.0.0

50.0.0 (2024-08-07)

Bug Fixes

  • lines-before-block: remove rule from recommended (1cae2cb)

BREAKING CHANGES

... (truncated)

Commits
  • 288f0ae fix(check-param-names): check against whitelist of acceptable function node...
  • b039833 docs(text-escaping): indicate defaults for escapeHTML
  • 964712b fix: properly include options in ruleset factories
  • aed3194 feat: added granular flat TypeScript configs (#1298)
  • 6e82aeb docs: mark lines-before-block as not currently recommended
  • 75528b7 feat: update jsdoccomment, debug, devDeps.; fixes #1304
  • df55137 fix(no-bad-blocks): exclude ESLint directives
  • 1cae2cb fix(lines-before-block): remove rule from recommended
  • 0265923 feat(lines-before-block): add new rule; fixes #1209
  • ce230a8 docs: fix URL; fixes #1293
  • 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 Aug 14, 2024
Copy link
Contributor

github-actions bot commented Aug 14, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 30.52% 539 / 1766
🔵 Statements 30.52% 539 / 1766
🔵 Functions 25% 7 / 28
🔵 Branches 57.89% 11 / 19
File CoverageNo changed files found.
Generated in workflow #812

@ayushmanchhabra
Copy link
Collaborator

@dependabot rebase

Bumps the npm group with 4 updates in the / directory: [axios](https://github.com/axios/axios), [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).


Updates `axios` from 1.7.3 to 1.7.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.3...v1.7.4)

Updates `@stylistic/eslint-plugin-js` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.6.2/packages/eslint-plugin-js)

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

Updates `eslint-plugin-jsdoc` from 48.11.0 to 50.2.2
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v48.11.0...v50.2.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/npm-c31ddd0a80 branch from ff3e224 to 6ba4a82 Compare August 15, 2024 09:11
@ayushmanchhabra
Copy link
Collaborator

@dependabot squash and merge

@dependabot dependabot bot merged commit b07d1fc into main Aug 15, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/npm-c31ddd0a80 branch August 15, 2024 09:14
ayushmanchhabra pushed a commit that referenced this pull request Aug 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.9.0](v4.8.1...v4.9.0)
(2024-08-15)


### Features

* **get:** verify sha256 checksum
([#1201](#1201))
([810944d](810944d))


### Chores

* **deps:** bump the npm group across 1 directory with 4 updates
([#1199](#1199))
([b07d1fc](b07d1fc))
* **deps:** bump volta-cli/action from 4.1.1 to 4.2.1 in
/.github/workflows in the gha group across 1 directory
([#1189](#1189))
([282ea7a](282ea7a))
* **deps:** remove license check logic
([9dde7b2](9dde7b2))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

1 participant