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

build(deps-dev): bump eslint from 8.45.0 to 8.47.0 #823

Merged
merged 1 commit into from Aug 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint from 8.45.0 to 8.47.0.

Release notes

Sourced from eslint's releases.

v8.47.0

Features

  • 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta)

Documentation

  • a766a48 docs: document lack of config file names (#17442) (James)
  • a1635d6 docs: Update README (GitHub Actions Bot)
  • 47a0859 docs: update require-unicode-regexp.md as following up #17402 (#17441) (SUZUKI Sosuke)
  • fcdc85d docs: Update README (GitHub Actions Bot)
  • 2a92b6c docs: update with "Specifying Parser Options" (#17435) (Cheol-Won)
  • d743ed3 docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng)
  • 224376c docs: Update README (GitHub Actions Bot)
  • a41a8e4 docs: update script names in README (#17432) (Nitin Kumar)

Chores

  • bf69aa6 chore: Update dependencies (#17456) (Nicholas C. Zakas)
  • 0e45760 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 757bfe1 chore: Remove add-to-triage (#17450) (Nicholas C. Zakas)
  • b066640 chore: standardize npm script names (#17431) (Nitin Kumar)
  • 6b2410f chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas)

v8.46.0

Features

  • 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke)
  • 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota)
  • ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic)
  • 853d32b feat: deprecate no-return-await (#17417) (Carlos Lopez)
  • d4f02e4 feat: no-control-regex support v flag (#17405) (Yosuke Ota)
  • 2a35f3e feat: prefer-named-capture-group support v flag (#17409) (Yosuke Ota)
  • 8ca8b50 feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)
  • 509f753 feat: no-misleading-character-class support v flag (#17406) (Yosuke Ota)
  • 3caf514 feat: no-regex-spaces support v flag (#17407) (Yosuke Ota)
  • b7fad2b feat: prefer-regex-literals support v flag (#17410) (Yosuke Ota)
  • a6a3ad4 feat: no-useless-backreference support v flag (#17408) (Yosuke Ota)
  • 94954a7 feat: no-invalid-regexp support v flag (#17404) (Yosuke Ota)
  • 1af6eac feat: adds option for allowing empty object patterns as parameter (#17365) (Tanuj Kanti)
  • cf03104 feat: Improve config error messages (#17385) (Nicholas C. Zakas)

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#17423) (James)
  • 091f44e docs: File extension named processor deprecation (#17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#17403) (Tanuj Kanti)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.47.0 - August 11, 2023

  • bf69aa6 chore: Update dependencies (#17456) (Nicholas C. Zakas)
  • 0e45760 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#17447) (Francesco Trotta)
  • 757bfe1 chore: Remove add-to-triage (#17450) (Nicholas C. Zakas)
  • b066640 chore: standardize npm script names (#17431) (Nitin Kumar)
  • a766a48 docs: document lack of config file names (#17442) (James)
  • a1635d6 docs: Update README (GitHub Actions Bot)
  • 6b2410f chore: Update add-to-triage.yml (#17444) (Nicholas C. Zakas)
  • 47a0859 docs: update require-unicode-regexp.md as following up #17402 (#17441) (SUZUKI Sosuke)
  • 53d7508 feat: update regex for methods with thisArg (#17439) (Francesco Trotta)
  • fcdc85d docs: Update README (GitHub Actions Bot)
  • 2a92b6c docs: update with "Specifying Parser Options" (#17435) (Cheol-Won)
  • d743ed3 docs: add metadata for parser/processor (#17438) (Huáng Jùnliàng)
  • 224376c docs: Update README (GitHub Actions Bot)
  • a41a8e4 docs: update script names in README (#17432) (Nitin Kumar)

v8.46.0 - July 28, 2023

  • d1eb7e4 chore: Update ecosystem dependencies (#17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 8a93438 feat: require-unicode-regexp support v flag (#17402) (SUZUKI Sosuke)
  • 4d474e3 docs: update with TypeScript info (#17423) (James)
  • 091f44e docs: File extension named processor deprecation (#17362) (Matt Wilkinson)
  • 1a2f966 feat: no-useless-escape support v flag (#17420) (Yosuke Ota)
  • 0aa0bc3 chore: Add PRs to triage project (#17421) (Nicholas C. Zakas)
  • ee68d1d feat: no-empty-character-class support v flag (#17419) (Milos Djermanovic)
  • 853d32b feat: deprecate no-return-await (#17417) (Carlos Lopez)
  • d4f02e4 feat: no-control-regex support v flag (#17405) (Yosuke Ota)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 2a35f3e feat: prefer-named-capture-group support v flag (#17409) (Yosuke Ota)
  • 8ca8b50 feat: Better error message for flat config plugins (#17399) (Nicholas C. Zakas)
  • 6d6dc51 docs: fix overlapping of open in playground button (#17403) (Tanuj Kanti)
  • 509f753 feat: no-misleading-character-class support v flag (#17406) (Yosuke Ota)
  • 3caf514 feat: no-regex-spaces support v flag (#17407) (Yosuke Ota)
  • b7fad2b feat: prefer-regex-literals support v flag (#17410) (Yosuke Ota)
  • a6a3ad4 feat: no-useless-backreference support v flag (#17408) (Yosuke Ota)
  • 94954a7 feat: no-invalid-regexp support v flag (#17404) (Yosuke Ota)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#17390) (Francesco Trotta)
  • 10e9cfa Merge pull request from GHSA-qwh7-v8hg-w8rh (leo-centurion)
  • 1af6eac feat: adds option for allowing empty object patterns as parameter (#17365) (Tanuj Kanti)
  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#17393) (Milos Djermanovic)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • cf03104 feat: Improve config error messages (#17385) (Nicholas C. Zakas)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#17358) (Matt Wilkinson)
  • 7e9be4b docs: Update README (GitHub Actions Bot)

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.47.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.45.0...v8.47.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 14, 2023
@ldez ldez merged commit cac24f5 into master Aug 14, 2023
30 checks passed
@ldez ldez deleted the dependabot/npm_and_yarn/eslint-8.47.0 branch August 14, 2023 10:52
another-rex pushed a commit to google/osv-scanner that referenced this pull request Aug 21, 2023
)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action)
| action | minor | `v3.6.0` -> `v3.7.0` |

---

### Release Notes

<details>
<summary>golangci/golangci-lint-action
(golangci/golangci-lint-action)</summary>

###
[`v3.7.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v3.7.0)

[Compare
Source](https://togithub.com/golangci/golangci-lint-action/compare/v3.6.0...v3.7.0)

<!-- Release notes generated using configuration in .github/release.yml
at v3.7.0 -->

#### What's Changed

##### Changes

- feat: working-directory with only-new-issues by
[@&#8203;CfirTsabari](https://togithub.com/CfirTsabari) in
[golangci/golangci-lint-action#795

##### Documentation

- docs: improve `How to use` section in README.md by
[@&#8203;tungbq](https://togithub.com/tungbq) in
[golangci/golangci-lint-action#780

##### Dependencies

- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.2.5 to
20.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#771
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.8 to 5.59.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#772
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.59.8 to 5.59.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#773
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.9 to 5.59.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#776
- build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#775
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.0 to
20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#777
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.59.9 to 5.59.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#778
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.59.11 to 5.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#782
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.11 to 5.60.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#783
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.1 to
20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#784
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.60.0 to 5.60.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#785
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.60.0 to 5.60.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#786
- build(deps-dev): bump typescript from 5.1.3 to 5.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#787
- build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#788
- build(deps): bump tough-cookie and
[@&#8203;azure/ms-rest-js](https://togithub.com/azure/ms-rest-js) by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#790
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.3.3 to
20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#791
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.60.1 to 5.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#792
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.60.1 to 5.61.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#793
- build(deps): bump semver from 6.3.0 to 6.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#796
- build(deps-dev): bump prettier from 2.8.8 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#794
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.1 to
20.4.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#798
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.61.0 to 5.62.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#799
- build(deps-dev): bump eslint from 8.44.0 to 8.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#801
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.61.0 to 6.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#800
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.2 to
20.4.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#803
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.0.0 to 6.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#804
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.0.0 to 6.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#805
- build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#808
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.4 to
20.4.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#809
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.1.0 to 6.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#810
- build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#811
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.1.0 to 6.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#812
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.5 to
20.4.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#815
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.2.0 to 6.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#816
- build(deps-dev): bump prettier from 3.0.0 to 3.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#817
- build(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#818
- build(deps): bump
[@&#8203;actions/http-client](https://togithub.com/actions/http-client)
from 2.1.0 to 2.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#819
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 6.2.0 to 6.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#821
- build(deps-dev): bump eslint from 8.45.0 to 8.47.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#823
- build(deps): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.4.8 to
20.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#824
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 6.2.1 to 6.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#822
- build(deps): bump
[@&#8203;actions/cache](https://togithub.com/actions/cache) from 3.2.1
to 3.2.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[golangci/golangci-lint-action#825

#### New Contributors

- [@&#8203;tungbq](https://togithub.com/tungbq) made their first
contribution in
[golangci/golangci-lint-action#780
- [@&#8203;CfirTsabari](https://togithub.com/CfirTsabari) made their
first contribution in
[golangci/golangci-lint-action#795

**Full Changelog**:
golangci/golangci-lint-action@v3...v3.7.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on monday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/google/osv-scanner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
kodiakhq bot pushed a commit to cloudquery/cloudquery that referenced this pull request Jan 1, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker/build-push-action | action | digest | `f2a1d5e` -> `9f6f8c9` |
| docker/login-action | action | digest | `65b78e6` -> `3d58c27` |
| docker/metadata-action | action | digest | `9ec57ed` -> `9dc751f` |
| docker/setup-buildx-action | action | digest | `4c0219f` -> `edfb0fe` |
| errata-ai/vale-action | action | digest | `1edf87b` -> `c99f2df` |
| getmeili/meilisearch | service | minor | `v1.3.0` -> `v1.5.1` |
| [golangci/golangci-lint-action](https://togithub.com/golangci/golangci-lint-action) | action | minor | `v3.6.0` -> `v3.7.0` |
| [google-github-actions/setup-gcloud](https://togithub.com/google-github-actions/setup-gcloud) | action | minor | `v0.6.2` -> `v0.7.0` |
| gradle/wrapper-validation-action | action | digest | `56b90f2` -> `342dbeb` |
| jacobtomlinson/gha-find-replace | action | digest | `208a500` -> `3a8ed85` |
| peter-evans/create-or-update-comment | action | digest | `716151b` -> `0f44b01` |
| peter-evans/find-comment | action | digest | `5cea877` -> `4541d1b` |
| tinkerpop/gremlin-server | service | minor | `3.6.4` -> `3.7.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>golangci/golangci-lint-action (golangci/golangci-lint-action)</summary>

### [`v3.7.0`](https://togithub.com/golangci/golangci-lint-action/releases/tag/v3.7.0)

[Compare Source](https://togithub.com/golangci/golangci-lint-action/compare/v3.6.0...v3.7.0)

<!-- Release notes generated using configuration in .github/release.yml at v3.7.0 -->

#### What's Changed

##### Changes

-   feat: working-directory with only-new-issues by [@&#8203;CfirTsabari](https://togithub.com/CfirTsabari) in [golangci/golangci-lint-action#795

##### Documentation

-   docs: improve `How to use` section in README.md by [@&#8203;tungbq](https://togithub.com/tungbq) in [golangci/golangci-lint-action#780

##### Dependencies

-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.5 to 20.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#771
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.8 to 5.59.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#772
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.59.8 to 5.59.9 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#773
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.9 to 5.59.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#776
-   build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#775
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.0 to 20.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#777
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.59.9 to 5.59.11 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#778
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.59.11 to 5.60.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#782
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.11 to 5.60.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#783
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.1 to 20.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#784
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.60.0 to 5.60.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#785
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.60.0 to 5.60.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#786
-   build(deps-dev): bump typescript from 5.1.3 to 5.1.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#787
-   build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#788
-   build(deps): bump tough-cookie and [@&#8203;azure/ms-rest-js](https://togithub.com/azure/ms-rest-js) by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#790
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.3.3 to 20.4.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#791
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.60.1 to 5.61.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#792
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.60.1 to 5.61.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#793
-   build(deps): bump semver from 6.3.0 to 6.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#796
-   build(deps-dev): bump prettier from 2.8.8 to 3.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#794
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.1 to 20.4.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#798
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.61.0 to 5.62.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#799
-   build(deps-dev): bump eslint from 8.44.0 to 8.45.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#801
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.61.0 to 6.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#800
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.2 to 20.4.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#803
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#804
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.0.0 to 6.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#805
-   build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#808
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.4 to 20.4.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#809
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#810
-   build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#811
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#812
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.5 to 20.4.8 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#815
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.2.0 to 6.2.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#816
-   build(deps-dev): bump prettier from 3.0.0 to 3.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#817
-   build(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#818
-   build(deps): bump [@&#8203;actions/http-client](https://togithub.com/actions/http-client) from 2.1.0 to 2.1.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#819
-   build(deps-dev): bump [@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 6.2.0 to 6.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#821
-   build(deps-dev): bump eslint from 8.45.0 to 8.47.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#823
-   build(deps): bump [@&#8203;types/node](https://togithub.com/types/node) from 20.4.8 to 20.5.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#824
-   build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 6.2.1 to 6.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#822
-   build(deps): bump [@&#8203;actions/cache](https://togithub.com/actions/cache) from 3.2.1 to 3.2.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [golangci/golangci-lint-action#825

#### New Contributors

-   [@&#8203;tungbq](https://togithub.com/tungbq) made their first contribution in [golangci/golangci-lint-action#780
-   [@&#8203;CfirTsabari](https://togithub.com/CfirTsabari) made their first contribution in [golangci/golangci-lint-action#795

**Full Changelog**: golangci/golangci-lint-action@v3...v3.7.0

</details>

<details>
<summary>google-github-actions/setup-gcloud (google-github-actions/setup-gcloud)</summary>

### [`v0.7.0`](https://togithub.com/google-github-actions/setup-gcloud/releases/tag/v0.7.0)

[Compare Source](https://togithub.com/google-github-actions/setup-gcloud/compare/v0.6.2...v0.7.0)

**:warning: This version is no longer supported!**

#### What's Changed

-   Release: v0.7.0 by [@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot) in [google-github-actions/setup-gcloud#663

**Full Changelog**: google-github-actions/setup-gcloud@v0...v0.7.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
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.

None yet

1 participant