Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eslint from 8.29.0 to 8.31.0 #723

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2023

Bumps eslint from 8.29.0 to 8.31.0.

Release notes

Sourced from eslint's releases.

v8.31.0

Features

  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)
  • b401cde feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)
  • 30d0daf feat: group properties with values in parentheses in key-spacing (#16677) (Francesco Trotta)

Bug Fixes

  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)

Documentation

  • 4339dc4 docs: Update README (GitHub Actions Bot)
  • 4e4049c docs: optimize code block structure (#16669) (Sam Chen)
  • 54a7ade docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)
  • e5ecfef docs: Add function call example for no-undefined (#16712) (Elliot Huffman)
  • a3262f0 docs: Add mastodon link (#16638) (Amaresh S M)
  • a14ccf9 docs: clarify files property (#16709) (Sam Chen)
  • 3b29eb1 docs: fix npm link (#16710) (Abdullah Osama)
  • a638673 docs: fix search bar focus on Esc (#16700) (Shanmughapriyan S)
  • f62b722 docs: country flag missing in windows (#16698) (Shanmughapriyan S)
  • 4d27ec6 docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)
  • 8bda20e docs: remove manually maintained anchors (#16685) (Percy Ma)
  • b68440f docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)

Chores

  • 65d4e24 chore: Upgrade @​eslint/eslintrc@​1.4.1 (#16729) (Brandon Mills)
  • 8d93081 chore: fix CI failure (#16721) (Sam Chen)
  • 8f17247 chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)
  • 4cd87cb ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])
  • fd20c75 chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)
  • 10a5c78 chore: update ignore patterns in eslint.config.js (#16678) (Milos Djermanovic)

v8.30.0

Features

  • 075ef2c feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)
  • 7190d98 feat: update globals (#16654) (Sébastien Règne)

Bug Fixes

  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)
  • 9b8bb72 fix: autofix recursive functions in no-var (#16611) (Milos Djermanovic)

Documentation

  • 6a8cd94 docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)
  • ad44344 docs: CLI documentation standardization (#16563) (Ben Perlmutter)
  • 293573e docs: fix broken line numbers (#16606) (Sam Chen)
  • fa2c64b docs: use relative links for internal links (#16631) (Percy Ma)
  • 75276c9 docs: reorder options in no-unused-vars (#16625) (Milos Djermanovic)
  • 7276fe5 docs: Fix anchor in URL (#16628) (Karl Horky)
  • 6bef135 docs: don't apply layouts to html formatter example (#16591) (Tanuj Kanti)
  • dfc7ec1 docs: Formatters page updates (#16566) (Ben Perlmutter)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.31.0 - December 31, 2022

  • 65d4e24 chore: Upgrade @​eslint/eslintrc@​1.4.1 (#16729) (Brandon Mills)
  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)
  • 8d93081 chore: fix CI failure (#16721) (Sam Chen)
  • 4339dc4 docs: Update README (GitHub Actions Bot)
  • 8f17247 chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)
  • 4e4049c docs: optimize code block structure (#16669) (Sam Chen)
  • 54a7ade docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)
  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)
  • e5ecfef docs: Add function call example for no-undefined (#16712) (Elliot Huffman)
  • a3262f0 docs: Add mastodon link (#16638) (Amaresh S M)
  • 4cd87cb ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])
  • a14ccf9 docs: clarify files property (#16709) (Sam Chen)
  • 3b29eb1 docs: fix npm link (#16710) (Abdullah Osama)
  • fd20c75 chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)
  • a638673 docs: fix search bar focus on Esc (#16700) (Shanmughapriyan S)
  • f62b722 docs: country flag missing in windows (#16698) (Shanmughapriyan S)
  • 4d27ec6 docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)
  • 8bda20e docs: remove manually maintained anchors (#16685) (Percy Ma)
  • b401cde feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)
  • b68440f docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)
  • 30d0daf feat: group properties with values in parentheses in key-spacing (#16677) (Francesco Trotta)
  • 10a5c78 chore: update ignore patterns in eslint.config.js (#16678) (Milos Djermanovic)

v8.30.0 - December 16, 2022

  • f2c4737 chore: upgrade @​eslint/eslintrc@​1.4.0 (#16675) (Milos Djermanovic)
  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)
  • 075ef2c feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)
  • ba74253 chore: standardize npm script names per #14827 (#16315) (Patrick McElhaney)
  • 6a8cd94 docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)
  • 0d9af4c ci: fix npm v9 problem with file: (#16664) (Milos Djermanovic)
  • 7190d98 feat: update globals (#16654) (Sébastien Règne)
  • ad44344 docs: CLI documentation standardization (#16563) (Ben Perlmutter)
  • 90c9219 refactor: migrate off deprecated function-style rules in all tests (#16618) (Bryan Mishkin)
  • 9b8bb72 fix: autofix recursive functions in no-var (#16611) (Milos Djermanovic)
  • 293573e docs: fix broken line numbers (#16606) (Sam Chen)
  • fa2c64b docs: use relative links for internal links (#16631) (Percy Ma)
  • 75276c9 docs: reorder options in no-unused-vars (#16625) (Milos Djermanovic)
  • 7276fe5 docs: Fix anchor in URL (#16628) (Karl Horky)
  • 6bef135 docs: don't apply layouts to html formatter example (#16591) (Tanuj Kanti)
  • dfc7ec1 docs: Formatters page updates (#16566) (Ben Perlmutter)
  • 8ba124c docs: update the prefer-const example (#16607) (Pavel)
  • e6cb05a docs: fix css leaking (#16603) (Sam Chen)
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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2023
@actions-bot actions-bot enabled auto-merge (squash) January 6, 2023 09:02
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.29.0...v8.31.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 force-pushed the dependabot/npm_and_yarn/eslint-8.31.0 branch from e4acb6d to 42bea84 Compare January 6, 2023 09:03
@actions-bot actions-bot merged commit a62dee1 into main Jan 6, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-8.31.0 branch January 6, 2023 09:05
chingor13 referenced this pull request in googleapis/repo-automation-bots Aug 7, 2024
…5384)

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-issue-from-file](https://togithub.com/peter-evans/create-issue-from-file)
| action | major | `v4.0.1` -> `v5.0.0` |

---

### Release Notes

<details>
<summary>peter-evans/create-issue-from-file
(peter-evans/create-issue-from-file)</summary>

###
[`v5.0.0`](https://togithub.com/peter-evans/create-issue-from-file/releases/tag/v5.0.0):
Create Issue From File v5.0.0

[Compare
Source](https://togithub.com/peter-evans/create-issue-from-file/compare/v4.0.1...v5.0.0)

⚙️  Updated runtime to Node.js 20

- The action now requires a minimum version of
[v2.308.0](https://togithub.com/actions/runner/releases/tag/v2.308.0)
for the Actions runner. Update self-hosted runners to v2.308.0 or later
to ensure compatibility.

##### What's Changed

- Replace use of any type by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[https://github.com/peter-evans/create-issue-from-file/pull/628](https://togithub.com/peter-evans/create-issue-from-file/pull/628)
- Bump minimatch from 3.0.4 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/635](https://togithub.com/peter-evans/create-issue-from-file/pull/635)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
16.11.11 to 18.11.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/636](https://togithub.com/peter-evans/create-issue-from-file/pull/636)
- Bump jest-circus from 27.4.2 to 29.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/637](https://togithub.com/peter-evans/create-issue-from-file/pull/637)
- Bump prettier from 2.5.0 to 2.8.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/641](https://togithub.com/peter-evans/create-issue-from-file/pull/641)
- Bump eslint from 8.3.0 to 8.29.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/640](https://togithub.com/peter-evans/create-issue-from-file/pull/640)
- Bump eslint-plugin-jest from 25.3.0 to 27.1.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/646](https://togithub.com/peter-evans/create-issue-from-file/pull/646)
- Bump typescript from 4.5.2 to 4.9.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/652](https://togithub.com/peter-evans/create-issue-from-file/pull/652)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.5.0 to 5.46.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/649](https://togithub.com/peter-evans/create-issue-from-file/pull/649)
- Update distribution by
[@&#8203;actions-bot](https://togithub.com/actions-bot) in
[https://github.com/peter-evans/create-issue-from-file/pull/681](https://togithub.com/peter-evans/create-issue-from-file/pull/681)
- Bump ts-jest from 27.0.7 to 27.1.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/691](https://togithub.com/peter-evans/create-issue-from-file/pull/691)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.46.0 to 5.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/692](https://togithub.com/peter-evans/create-issue-from-file/pull/692)
- Bump jest from 27.4.3 to 27.5.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/693](https://togithub.com/peter-evans/create-issue-from-file/pull/693)
- Bump eslint-plugin-github from 4.3.5 to 4.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/690](https://togithub.com/peter-evans/create-issue-from-file/pull/690)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.12 to 18.11.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/696](https://togithub.com/peter-evans/create-issue-from-file/pull/696)
- Bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.32.0
to 0.36.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/721](https://togithub.com/peter-evans/create-issue-from-file/pull/721)
- Bump eslint-plugin-jest from 27.1.6 to 27.2.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/722](https://togithub.com/peter-evans/create-issue-from-file/pull/722)
- Bump json5 from 1.0.1 to 1.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/730](https://togithub.com/peter-evans/create-issue-from-file/pull/730)
- Bump eslint from 8.29.0 to 8.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/723](https://togithub.com/peter-evans/create-issue-from-file/pull/723)
- Bump eslint-plugin-jest from 27.2.0 to 27.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/743](https://togithub.com/peter-evans/create-issue-from-file/pull/743)
- Bump prettier from 2.8.1 to 2.8.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/744](https://togithub.com/peter-evans/create-issue-from-file/pull/744)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.48.0 to 5.48.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/745](https://togithub.com/peter-evans/create-issue-from-file/pull/745)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.48.1 to 5.48.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/758](https://togithub.com/peter-evans/create-issue-from-file/pull/758)
- Bump prettier from 2.8.2 to 2.8.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/759](https://togithub.com/peter-evans/create-issue-from-file/pull/759)
- Bump eslint from 8.31.0 to 8.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/760](https://togithub.com/peter-evans/create-issue-from-file/pull/760)
- Bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.0
to 0.36.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/773](https://togithub.com/peter-evans/create-issue-from-file/pull/773)
- Bump jest-circus from 29.3.1 to 29.4.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/774](https://togithub.com/peter-evans/create-issue-from-file/pull/774)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.48.2 to 5.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/777](https://togithub.com/peter-evans/create-issue-from-file/pull/777)
- Bump eslint from 8.32.0 to 8.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/789](https://togithub.com/peter-evans/create-issue-from-file/pull/789)
- Bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/790](https://togithub.com/peter-evans/create-issue-from-file/pull/790)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.49.0 to 5.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/793](https://togithub.com/peter-evans/create-issue-from-file/pull/793)
- Bump prettier from 2.8.3 to 2.8.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/804](https://togithub.com/peter-evans/create-issue-from-file/pull/804)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.18 to 18.13.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/805](https://togithub.com/peter-evans/create-issue-from-file/pull/805)
- Bump jest-circus from 29.4.1 to 29.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/806](https://togithub.com/peter-evans/create-issue-from-file/pull/806)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.50.0 to 5.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/811](https://togithub.com/peter-evans/create-issue-from-file/pull/811)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.51.0 to 5.52.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/826](https://togithub.com/peter-evans/create-issue-from-file/pull/826)
- Bump eslint-plugin-github from 4.6.0 to 4.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/827](https://togithub.com/peter-evans/create-issue-from-file/pull/827)
- Bump jest-circus from 29.4.2 to 29.4.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/828](https://togithub.com/peter-evans/create-issue-from-file/pull/828)
- Bump eslint from 8.33.0 to 8.34.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/831](https://togithub.com/peter-evans/create-issue-from-file/pull/831)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.52.0 to 5.53.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/848](https://togithub.com/peter-evans/create-issue-from-file/pull/848)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.13.0 to 18.14.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/849](https://togithub.com/peter-evans/create-issue-from-file/pull/849)
- Bump eslint from 8.34.0 to 8.35.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/860](https://togithub.com/peter-evans/create-issue-from-file/pull/860)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.53.0 to 5.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/861](https://togithub.com/peter-evans/create-issue-from-file/pull/861)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.14.1 to 18.14.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/862](https://togithub.com/peter-evans/create-issue-from-file/pull/862)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.54.0 to 5.54.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/877](https://togithub.com/peter-evans/create-issue-from-file/pull/877)
- Bump jest-circus from 29.4.3 to 29.5.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/878](https://togithub.com/peter-evans/create-issue-from-file/pull/878)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.14.5 to 18.15.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/879](https://togithub.com/peter-evans/create-issue-from-file/pull/879)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.15.0 to 18.15.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/894](https://togithub.com/peter-evans/create-issue-from-file/pull/894)
- Bump eslint from 8.35.0 to 8.36.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/896](https://togithub.com/peter-evans/create-issue-from-file/pull/896)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.54.1 to 5.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/895](https://togithub.com/peter-evans/create-issue-from-file/pull/895)
- Bump peter-evans/enable-pull-request-automerge from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/911](https://togithub.com/peter-evans/create-issue-from-file/pull/911)
- Bump eslint-plugin-github from 4.6.1 to 4.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/912](https://togithub.com/peter-evans/create-issue-from-file/pull/912)
- Bump prettier from 2.8.4 to 2.8.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/913](https://togithub.com/peter-evans/create-issue-from-file/pull/913)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.55.0 to 5.56.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/916](https://togithub.com/peter-evans/create-issue-from-file/pull/916)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.15.3 to 18.15.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/917](https://togithub.com/peter-evans/create-issue-from-file/pull/917)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.56.0 to 5.57.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/938](https://togithub.com/peter-evans/create-issue-from-file/pull/938)
- Bump eslint from 8.36.0 to 8.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/939](https://togithub.com/peter-evans/create-issue-from-file/pull/939)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.15.7 to 18.15.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/940](https://togithub.com/peter-evans/create-issue-from-file/pull/940)
- Bump peter-evans/close-issue from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/955](https://togithub.com/peter-evans/create-issue-from-file/pull/955)
- Bump peter-evans/create-or-update-comment from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/956](https://togithub.com/peter-evans/create-issue-from-file/pull/956)
- Bump peter-evans/create-pull-request from 4 to 5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/957](https://togithub.com/peter-evans/create-issue-from-file/pull/957)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.57.0 to 5.57.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/958](https://togithub.com/peter-evans/create-issue-from-file/pull/958)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.57.1 to 5.58.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/975](https://togithub.com/peter-evans/create-issue-from-file/pull/975)
- Bump eslint from 8.37.0 to 8.38.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/976](https://togithub.com/peter-evans/create-issue-from-file/pull/976)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.15.11 to 18.15.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/985](https://togithub.com/peter-evans/create-issue-from-file/pull/985)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.58.0 to 5.59.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/986](https://togithub.com/peter-evans/create-issue-from-file/pull/986)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.0 to 5.59.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/997](https://togithub.com/peter-evans/create-issue-from-file/pull/997)
- Bump eslint from 8.38.0 to 8.39.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/998](https://togithub.com/peter-evans/create-issue-from-file/pull/998)
- Bump prettier from 2.8.7 to 2.8.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1000](https://togithub.com/peter-evans/create-issue-from-file/pull/1000)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.15.13 to 18.16.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/999](https://togithub.com/peter-evans/create-issue-from-file/pull/999)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.2 to 18.16.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1020](https://togithub.com/peter-evans/create-issue-from-file/pull/1020)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.1 to 5.59.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1021](https://togithub.com/peter-evans/create-issue-from-file/pull/1021)
- Bump eslint from 8.39.0 to 8.40.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1032](https://togithub.com/peter-evans/create-issue-from-file/pull/1032)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.2 to 5.59.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1033](https://togithub.com/peter-evans/create-issue-from-file/pull/1033)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.4 to 18.16.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1034](https://togithub.com/peter-evans/create-issue-from-file/pull/1034)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.8 to 18.16.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1050](https://togithub.com/peter-evans/create-issue-from-file/pull/1050)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.5 to 5.59.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1051](https://togithub.com/peter-evans/create-issue-from-file/pull/1051)
- Bump eslint from 8.40.0 to 8.41.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1062](https://togithub.com/peter-evans/create-issue-from-file/pull/1062)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.6 to 5.59.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1063](https://togithub.com/peter-evans/create-issue-from-file/pull/1063)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.13 to 18.16.15 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1066](https://togithub.com/peter-evans/create-issue-from-file/pull/1066)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.15 to 18.16.16 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1079](https://togithub.com/peter-evans/create-issue-from-file/pull/1079)
- Bump eslint-plugin-github from 4.7.0 to 4.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1080](https://togithub.com/peter-evans/create-issue-from-file/pull/1080)
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.59.7 to 5.59.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1081](https://togithub.com/peter-evans/create-issue-from-file/pull/1081)
- 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/peter-evans/create-issue-from-file/pull/1096](https://togithub.com/peter-evans/create-issue-from-file/pull/1096)
- Bump eslint from 8.41.0 to 8.42.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1097](https://togithub.com/peter-evans/create-issue-from-file/pull/1097)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.16 to 18.16.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1106](https://togithub.com/peter-evans/create-issue-from-file/pull/1106)
- 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/peter-evans/create-issue-from-file/pull/1107](https://togithub.com/peter-evans/create-issue-from-file/pull/1107)
- Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1118](https://togithub.com/peter-evans/create-issue-from-file/pull/1118)
- Bump eslint from 8.42.0 to 8.43.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1119](https://togithub.com/peter-evans/create-issue-from-file/pull/1119)
- 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/peter-evans/create-issue-from-file/pull/1120](https://togithub.com/peter-evans/create-issue-from-file/pull/1120)
- 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/peter-evans/create-issue-from-file/pull/1133](https://togithub.com/peter-evans/create-issue-from-file/pull/1133)
- Bump eslint from 8.43.0 to 8.44.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1139](https://togithub.com/peter-evans/create-issue-from-file/pull/1139)
- 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/peter-evans/create-issue-from-file/pull/1140](https://togithub.com/peter-evans/create-issue-from-file/pull/1140)
- Bump jest-circus from 29.5.0 to 29.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1138](https://togithub.com/peter-evans/create-issue-from-file/pull/1138)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.18 to 18.16.19 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1141](https://togithub.com/peter-evans/create-issue-from-file/pull/1141)
- Bump tough-cookie from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1160](https://togithub.com/peter-evans/create-issue-from-file/pull/1160)
- Bump eslint-plugin-github from 4.8.0 to 4.9.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1165](https://togithub.com/peter-evans/create-issue-from-file/pull/1165)
- 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/peter-evans/create-issue-from-file/pull/1166](https://togithub.com/peter-evans/create-issue-from-file/pull/1166)
- Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1167](https://togithub.com/peter-evans/create-issue-from-file/pull/1167)
- Bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1182](https://togithub.com/peter-evans/create-issue-from-file/pull/1182)
- Bump eslint from 8.44.0 to 8.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1187](https://togithub.com/peter-evans/create-issue-from-file/pull/1187)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.16.19 to 18.17.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1195](https://togithub.com/peter-evans/create-issue-from-file/pull/1195)
- Bump jest-circus from 29.6.1 to 29.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1194](https://togithub.com/peter-evans/create-issue-from-file/pull/1194)
- Bump eslint from 8.45.0 to 8.46.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1205](https://togithub.com/peter-evans/create-issue-from-file/pull/1205)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.1 to 18.17.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1206](https://togithub.com/peter-evans/create-issue-from-file/pull/1206)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.2 to 18.17.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1215](https://togithub.com/peter-evans/create-issue-from-file/pull/1215)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.4 to 18.17.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1221](https://togithub.com/peter-evans/create-issue-from-file/pull/1221)
- Bump eslint from 8.46.0 to 8.47.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1222](https://togithub.com/peter-evans/create-issue-from-file/pull/1222)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.5 to 18.17.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1231](https://togithub.com/peter-evans/create-issue-from-file/pull/1231)
- Bump jest-circus from 29.6.2 to 29.6.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1232](https://togithub.com/peter-evans/create-issue-from-file/pull/1232)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.11 to 18.17.12 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1241](https://togithub.com/peter-evans/create-issue-from-file/pull/1241)
- Bump eslint from 8.47.0 to 8.48.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1242](https://togithub.com/peter-evans/create-issue-from-file/pull/1242)
- Bump eslint-plugin-github from 4.9.0 to 4.10.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1243](https://togithub.com/peter-evans/create-issue-from-file/pull/1243)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1256](https://togithub.com/peter-evans/create-issue-from-file/pull/1256)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.12 to 18.17.14 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1261](https://togithub.com/peter-evans/create-issue-from-file/pull/1261)
- Bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.36.1
to 0.38.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1262](https://togithub.com/peter-evans/create-issue-from-file/pull/1262)
- Bump jest-circus from 29.6.4 to 29.7.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1273](https://togithub.com/peter-evans/create-issue-from-file/pull/1273)
- Bump [@&#8203;actions/core](https://togithub.com/actions/core) from
1.10.0 to 1.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1274](https://togithub.com/peter-evans/create-issue-from-file/pull/1274)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.14 to 18.17.16 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1275](https://togithub.com/peter-evans/create-issue-from-file/pull/1275)
- Bump eslint from 8.48.0 to 8.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1276](https://togithub.com/peter-evans/create-issue-from-file/pull/1276)
- Update distribution by
[@&#8203;actions-bot](https://togithub.com/actions-bot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1291](https://togithub.com/peter-evans/create-issue-from-file/pull/1291)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.16 to 18.17.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1304](https://togithub.com/peter-evans/create-issue-from-file/pull/1304)
- Bump eslint-plugin-jest from 27.2.3 to 27.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1305](https://togithub.com/peter-evans/create-issue-from-file/pull/1305)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.17.18 to 18.18.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1314](https://togithub.com/peter-evans/create-issue-from-file/pull/1314)
- Bump eslint-plugin-github from 4.10.0 to 4.10.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1315](https://togithub.com/peter-evans/create-issue-from-file/pull/1315)
- Bump eslint from 8.49.0 to 8.50.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1316](https://togithub.com/peter-evans/create-issue-from-file/pull/1316)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.0 to 18.18.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1331](https://togithub.com/peter-evans/create-issue-from-file/pull/1331)
- Bump eslint-plugin-jest from 27.4.0 to 27.4.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1332](https://togithub.com/peter-evans/create-issue-from-file/pull/1332)
- Bump eslint from 8.50.0 to 8.51.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1341](https://togithub.com/peter-evans/create-issue-from-file/pull/1341)
- Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1342](https://togithub.com/peter-evans/create-issue-from-file/pull/1342)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.3 to 18.18.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1345](https://togithub.com/peter-evans/create-issue-from-file/pull/1345)
- Bump [@&#8203;babel/traverse](https://togithub.com/babel/traverse)
from 7.16.3 to 7.23.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1356](https://togithub.com/peter-evans/create-issue-from-file/pull/1356)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.5 to 18.18.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1361](https://togithub.com/peter-evans/create-issue-from-file/pull/1361)
- Bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.38.0
to 0.38.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1362](https://togithub.com/peter-evans/create-issue-from-file/pull/1362)
- Bump actions/setup-node from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1371](https://togithub.com/peter-evans/create-issue-from-file/pull/1371)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.6 to 18.18.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1376](https://togithub.com/peter-evans/create-issue-from-file/pull/1376)
- Bump eslint-plugin-jest from 27.4.2 to 27.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1377](https://togithub.com/peter-evans/create-issue-from-file/pull/1377)
- Bump eslint from 8.51.0 to 8.52.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1378](https://togithub.com/peter-evans/create-issue-from-file/pull/1378)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.7 to 18.18.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1391](https://togithub.com/peter-evans/create-issue-from-file/pull/1391)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.8 to 18.18.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1396](https://togithub.com/peter-evans/create-issue-from-file/pull/1396)
- Bump eslint from 8.52.0 to 8.53.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1397](https://togithub.com/peter-evans/create-issue-from-file/pull/1397)
- Bump prettier from 3.0.3 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1406](https://togithub.com/peter-evans/create-issue-from-file/pull/1406)
- Bump eslint from 8.53.0 to 8.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1411](https://togithub.com/peter-evans/create-issue-from-file/pull/1411)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.9 to 18.18.13 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1412](https://togithub.com/peter-evans/create-issue-from-file/pull/1412)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.18.13 to 18.19.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1421](https://togithub.com/peter-evans/create-issue-from-file/pull/1421)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.19.0 to 18.19.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1426](https://togithub.com/peter-evans/create-issue-from-file/pull/1426)
- Bump eslint from 8.54.0 to 8.55.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1427](https://togithub.com/peter-evans/create-issue-from-file/pull/1427)
- Bump prettier from 3.1.0 to 3.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1436](https://togithub.com/peter-evans/create-issue-from-file/pull/1436)
- Bump actions/upload-artifact from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1441](https://togithub.com/peter-evans/create-issue-from-file/pull/1441)
- Bump eslint from 8.55.0 to 8.56.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1447](https://togithub.com/peter-evans/create-issue-from-file/pull/1447)
- Bump eslint-plugin-prettier from 5.0.1 to 5.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1448](https://togithub.com/peter-evans/create-issue-from-file/pull/1448)
- Bump eslint-plugin-prettier from 5.1.1 to 5.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1456](https://togithub.com/peter-evans/create-issue-from-file/pull/1456)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.19.3 to 18.19.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1461](https://togithub.com/peter-evans/create-issue-from-file/pull/1461)
- Bump eslint-plugin-jest from 27.6.0 to 27.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1462](https://togithub.com/peter-evans/create-issue-from-file/pull/1462)
- Bump eslint-plugin-jest from 27.6.1 to 27.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1471](https://togithub.com/peter-evans/create-issue-from-file/pull/1471)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.19.4 to 18.19.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1473](https://togithub.com/peter-evans/create-issue-from-file/pull/1473)
- Bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1472](https://togithub.com/peter-evans/create-issue-from-file/pull/1472)
- Bump prettier from 3.1.1 to 3.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1491](https://togithub.com/peter-evans/create-issue-from-file/pull/1491)
- Bump eslint-plugin-jest from 27.6.2 to 27.6.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1490](https://togithub.com/peter-evans/create-issue-from-file/pull/1490)
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.19.6 to 18.19.8 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/peter-evans/create-issue-from-file/pull/1492](https://togithub.com/peter-evans/create-issue-from-file/pull/1492)
- Update runtime to node 20 by
[@&#8203;peter-evans](https://togithub.com/peter-evans) in
[https://github.com/peter-evans/create-issue-from-file/pull/1505](https://togithub.com/peter-evans/create-issue-from-file/pull/1505)

**Full Changelog**:
peter-evans/create-issue-from-file@v4.0.1...v5.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/googleapis/repo-automation-bots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: danieljbruce <danieljbruce@users.noreply.github.com>
Co-authored-by: Jeff Ching <chingor@google.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant