Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Bumps eslint from 8.42.0 to 8.43.0.

Release notes

Sourced from eslint's releases.

v8.43.0

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)

Documentation

  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)
  • 428fc76 docs: resubmit Create Plugins documentation (#17268) (Nitin Kumar)
  • bdca88c docs: resubmit Configuration Files documentation (#17267) (Nitin Kumar)
  • f5c01f2 docs: resubmit Manage Issues documentation (#17266) (Nitin Kumar)
  • b199295 docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)
  • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (#17263) (Nitin Kumar)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)
  • 85d2b30 docs: explain how to include predefined globals (#17261) (Marcus Wyatt)
  • de4d3c1 docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)
  • 3912f3a docs: Improve ignores documentation (#17239) (Francesco Trotta)
  • 35e11d3 docs: fix typos and missing info (#17257) (Ed Lucas)
  • 0bc257c docs: Clarify no-div-regex rule docs (#17051) (#17255) (Francesco Trotta)
  • 788d836 docs: add references to MIT License (#17248) (Milos Djermanovic)
  • 58aab6b docs: Update README (GitHub Actions Bot)
  • 3ef5814 docs: Revert all changes after the license change (#17227) (Milos Djermanovic)
  • 03fc4aa docs: Update README (GitHub Actions Bot)

Chores

  • 78350f6 chore: upgrade @​eslint/js@​8.43.0 (#17295) (Milos Djermanovic)
  • 62bf759 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • e0a2448 chore: docs package.license ISC => MIT (#17254) (唯然)
  • 6a0196c chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.43.0 - June 16, 2023

  • 78350f6 chore: upgrade @​eslint/js@​8.43.0 (#17295) (Milos Djermanovic)
  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 62bf759 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)
  • 428fc76 docs: resubmit Create Plugins documentation (#17268) (Nitin Kumar)
  • bdca88c docs: resubmit Configuration Files documentation (#17267) (Nitin Kumar)
  • f5c01f2 docs: resubmit Manage Issues documentation (#17266) (Nitin Kumar)
  • b199295 docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (#17263) (Nitin Kumar)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)
  • 85d2b30 docs: explain how to include predefined globals (#17261) (Marcus Wyatt)
  • de4d3c1 docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)
  • 3912f3a docs: Improve ignores documentation (#17239) (Francesco Trotta)
  • 35e11d3 docs: fix typos and missing info (#17257) (Ed Lucas)
  • e0a2448 chore: docs package.license ISC => MIT (#17254) (唯然)
  • 0bc257c docs: Clarify no-div-regex rule docs (#17051) (#17255) (Francesco Trotta)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#17182) (Azat S)
  • 788d836 docs: add references to MIT License (#17248) (Milos Djermanovic)
  • 58aab6b docs: Update README (GitHub Actions Bot)
  • 6a0196c chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)
  • 030a827 Revert "feat: docs license (#17010)" (#17231) (唯然)
  • 3ef5814 docs: Revert all changes after the license change (#17227) (Milos Djermanovic)
  • 03fc4aa docs: Update README (GitHub Actions Bot)
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 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.42.0 to 8.43.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.42.0...v8.43.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 Jun 19, 2023
@ldez ldez merged commit 2a20098 into master Jun 19, 2023
@ldez ldez deleted the dependabot/npm_and_yarn/eslint-8.43.0 branch June 19, 2023 12:20
another-rex referenced this pull request in google/osv-scanner 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 [https://github.com/golangci/golangci-lint-action/pull/795](https://togithub.com/golangci/golangci-lint-action/pull/795) ##### Documentation - docs: improve `How to use` section in README.md by [@&#8203;tungbq](https://togithub.com/tungbq) in [https://github.com/golangci/golangci-lint-action/pull/780](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/771](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/772](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/773](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/776](https://togithub.com/golangci/golangci-lint-action/pull/776) - build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/775](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/777](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/778](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/782](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/783](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/784](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/785](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/786](https://togithub.com/golangci/golangci-lint-action/pull/786) - build(deps-dev): bump typescript from 5.1.3 to 5.1.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/787](https://togithub.com/golangci/golangci-lint-action/pull/787) - build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/788](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/790](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/791](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/792](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/793](https://togithub.com/golangci/golangci-lint-action/pull/793) - build(deps): bump semver from 6.3.0 to 6.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/796](https://togithub.com/golangci/golangci-lint-action/pull/796) - build(deps-dev): bump prettier from 2.8.8 to 3.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/794](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/798](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/799](https://togithub.com/golangci/golangci-lint-action/pull/799) - build(deps-dev): bump eslint from 8.44.0 to 8.45.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/801](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/800](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/803](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/804](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/805](https://togithub.com/golangci/golangci-lint-action/pull/805) - build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/808](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/809](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/810](https://togithub.com/golangci/golangci-lint-action/pull/810) - build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/811](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/812](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/815](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/816](https://togithub.com/golangci/golangci-lint-action/pull/816) - build(deps-dev): bump prettier from 3.0.0 to 3.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/817](https://togithub.com/golangci/golangci-lint-action/pull/817) - build(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/818](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/819](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/821](https://togithub.com/golangci/golangci-lint-action/pull/821) - build(deps-dev): bump eslint from 8.45.0 to 8.47.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/823](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/824](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/822](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/825](https://togithub.com/golangci/golangci-lint-action/pull/825) #### New Contributors - [@&#8203;tungbq](https://togithub.com/tungbq) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/780](https://togithub.com/golangci/golangci-lint-action/pull/780) - [@&#8203;CfirTsabari](https://togithub.com/CfirTsabari) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/795](https://togithub.com/golangci/golangci-lint-action/pull/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 referenced this pull request in cloudquery/cloudquery 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 [https://github.com/golangci/golangci-lint-action/pull/795](https://togithub.com/golangci/golangci-lint-action/pull/795) ##### Documentation - docs: improve `How to use` section in README.md by [@&#8203;tungbq](https://togithub.com/tungbq) in [https://github.com/golangci/golangci-lint-action/pull/780](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/771](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/772](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/773](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/776](https://togithub.com/golangci/golangci-lint-action/pull/776) - build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/775](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/777](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/778](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/782](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/783](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/784](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/785](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/786](https://togithub.com/golangci/golangci-lint-action/pull/786) - build(deps-dev): bump typescript from 5.1.3 to 5.1.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/787](https://togithub.com/golangci/golangci-lint-action/pull/787) - build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/788](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/790](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/791](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/792](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/793](https://togithub.com/golangci/golangci-lint-action/pull/793) - build(deps): bump semver from 6.3.0 to 6.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/796](https://togithub.com/golangci/golangci-lint-action/pull/796) - build(deps-dev): bump prettier from 2.8.8 to 3.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/794](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/798](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/799](https://togithub.com/golangci/golangci-lint-action/pull/799) - build(deps-dev): bump eslint from 8.44.0 to 8.45.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/801](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/800](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/803](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/804](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/805](https://togithub.com/golangci/golangci-lint-action/pull/805) - build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/808](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/809](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/810](https://togithub.com/golangci/golangci-lint-action/pull/810) - build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/811](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/812](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/815](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/816](https://togithub.com/golangci/golangci-lint-action/pull/816) - build(deps-dev): bump prettier from 3.0.0 to 3.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/817](https://togithub.com/golangci/golangci-lint-action/pull/817) - build(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/818](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/819](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/821](https://togithub.com/golangci/golangci-lint-action/pull/821) - build(deps-dev): bump eslint from 8.45.0 to 8.47.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/golangci/golangci-lint-action/pull/823](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/824](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/822](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/golangci/golangci-lint-action/pull/825](https://togithub.com/golangci/golangci-lint-action/pull/825) #### New Contributors - [@&#8203;tungbq](https://togithub.com/tungbq) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/780](https://togithub.com/golangci/golangci-lint-action/pull/780) - [@&#8203;CfirTsabari](https://togithub.com/CfirTsabari) made their first contribution in [https://github.com/golangci/golangci-lint-action/pull/795](https://togithub.com/golangci/golangci-lint-action/pull/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 [https://github.com/google-github-actions/setup-gcloud/pull/663](https://togithub.com/google-github-actions/setup-gcloud/pull/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-->
@renovate renovate bot mentioned this pull request Mar 1, 2024
1 task
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

2 participants