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 jest-circus from 29.5.0 to 29.6.1 #1138

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 7, 2023

Bumps jest-circus from 29.5.0 to 29.6.1.

Release notes

Sourced from jest-circus's releases.

v29.6.1

Fixes

  • [jest-circus] Revert #14110 as it was a breaking change

Full Changelog: jestjs/jest@v29.6.0...v29.6.1

v29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard _isMockFunction access with in (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
  • [@jest/transform] Do not instrument .json modules (#14048)

Chore & Maintenance

  • [*] Update semver dependency to get vulnerability fix (#14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
  • [docs] Update jest statistics of use and downloads in website Index.

New Contributors

... (truncated)

Changelog

Sourced from jest-circus's changelog.

29.6.1

Fixes

  • [jest-circus] Revert #14110 as it was a breaking change

29.6.0

Features

  • [jest-circus, jest-snapshot] Add support for snapshot matchers in concurrent tests (#14139)
  • [jest-cli] Include type definitions to generated config files (#14078)
  • [jest-snapshot] Support arrays as property matchers (#14025)
  • [jest-core, jest-circus, jest-reporter, jest-runner] Added support for reporting about start individual test cases using jest-circus (#14174)

Fixes

  • [jest-circus] Prevent false test failures caused by promise rejections handled asynchronously (#14110)
  • [jest-config] Handle frozen config object (#14054)
  • [jest-config] Allow coverageDirectory and collectCoverageFrom in project config (#14180)
  • [jest-core] Always use workers in watch mode to avoid crashes (#14059).
  • [jest-environment-jsdom, jest-environment-node] Fix assignment of customExportConditions via testEnvironmentOptions when custom env subclass defines a default value (#13989)
  • [jest-matcher-utils] Fix copying value of inherited getters (#14007)
  • [jest-mock] Tweak typings to allow jest.replaceProperty() replace methods (#14008)
  • [jest-mock] Improve user input validation and error messages of spyOn and replaceProperty methods (#14087)
  • [jest-runtime] Bind jest.isolateModulesAsync to this (#14083)
  • [jest-runtime] Forward wrapperLength to the Script constructor as columnOffset for accurate debugging (#14148)
  • [jest-runtime] Guard _isMockFunction access with in (#14188)
  • [jest-snapshot] Fix a potential bug when not using prettier and improve performance (#14036)
  • [@jest/transform] Do not instrument .json modules (#14048)

Chore & Maintenance

  • [*] Update semver dependency to get vulnerability fix (#14262)
  • [docs] Updated documentation for the --runTestsByPath CLI command (#14004)
  • [docs] Updated documentation regarding the synchronous fallback when asynchronous code transforms are unavailable (#14056)
  • [docs] Update jest statistics of use and downloads in website Index.
Commits
  • 1f019af v29.6.1
  • 208f2f1 Revert "Prevent false test failures caused by promise rejections handled asyn...
  • c1e5b8a v29.6.0
  • 02ce2a7 chore: use fs.rm instead of fs.unlink in test (#14296)
  • 4ecf91c feat: add support for snapshot matchers in concurrent tests (#14139)
  • 57e1d4e Prevent false test failures caused by promise rejections handled asynchronous...
  • 45daa05 feat(jest-circus): add onTestCaseStart hook Reporter (#14174)
  • See full diff in compare view

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 [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 29.5.0 to 29.6.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest-circus)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 7, 2023
@actions-bot actions-bot enabled auto-merge (squash) July 7, 2023 09:30
@actions-bot actions-bot merged commit 30515f2 into main Jul 7, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-circus-29.6.1 branch July 7, 2023 09:31
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