dependabot[bot]
f29558c5b5
Bump nock from 13.3.0 to 13.3.1
...
Bumps [nock](https://github.com/nock/nock ) from 13.3.0 to 13.3.1.
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.0...v13.3.1 )
---
updated-dependencies:
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-18 15:49:24 +00:00
Barry Gordon
ec762ddf3e
Merge pull request #364 from dependabot/dependabot/npm_and_yarn/types/node-20.2.1
...
Bump @types/node from 18.15.11 to 20.2.1
2023-05-18 16:48:08 +01:00
dependabot[bot]
e79c5ea20c
Bump @types/node from 18.15.11 to 20.2.1
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.11 to 20.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-18 15:47:18 +00:00
Jeff Widman
4ada81eca0
Remove unused step ( #358 )
...
The output of looking for metadata is never used in this workflow, so
delete the step.
2023-05-17 10:49:26 -07:00
Jeff Widman
14d75f3862
No need to request escalated permissions for GITHUB_TOKEN ( #357 )
...
Several of these job steps that use `GITHUB_TOKEN` are read-only
operations, so they don't need elevated permissions for the
`GITHUB_TOKEN`.
And the jobs that _do_ need elevated permissions we're already using a
PAT, so it's not even using the `GITHUB_TOKEN`.
So no need for any custom permissions on the `GITHUB_TOKEN` at all.
2023-05-17 10:46:35 -07:00
Jeff Widman
597dd46738
Inline the PR URL ( #359 )
...
I'm not sure why this went to the trouble of using an env token, I am
fairly sure this can be inlined.
2023-05-17 10:32:42 -07:00
Jeff Widman
b3bc7993c0
Use the full email for the GitHub Actions bot ( #354 )
...
This is an aesthetic tweak to let the proper avatar show up:
* https://github.com/orgs/community/discussions/26560
* https://github.com/actions/checkout/pull/1184
2023-05-01 20:17:34 -07:00
Michael Waddell
32fd3a60da
Added flag if "Maintainer changes" appears in the PR body ( #174 )
...
Ideally this would get passed over in the commit message instead of being part of the (editable) PR body. For now though we can just use the PR body.
2023-04-24 13:14:30 -07:00
Jeff Widman
5a033be007
Simplify the release process ( #347 )
...
There's a chicken-and-egg scenario where we don't have the release notes
to include in the version bump PR until we create a GitHub release...
but we don't want to publish the release until the commit bumping the
version actually lands.
The last few times I've cut a `fetch-metadata` release, I've been
surprised how I always forget the intricate dance to navigate this
chicken-and-egg.
I don't think the juice is worth the squeeze... no one really looks at
the changelog notes in the PR, and if in fact having the release notes
two different places introduces a risk of drift because both the PR
description and the git tag for the release can be edited later on...
only the commit history is actually immutable. So if either is edited
w/o editing the other, they're out of sync.
The odds of that are low--we rarely edit release notes--but still life
is simpler if we merely point the commit/PR description at the URL for
the release notes and manage those in a single place.
This also lets us script creating the PR, which is one less thing to do
manually.
2023-04-24 08:37:28 -07:00
Jeff Widman
bc8479f21c
Document verification overrides in readme ( #345 )
2023-04-17 14:28:27 -07:00
Jack Bates
8963deb581
Add minimum permissions to usage example ( #343 )
2023-04-17 14:26:25 -07:00
Jeff Widman
efb5c8deb1
v1.4.0 ( #344 )
...
## New Features
* feat: add option to skip internal verifications by @yeikel in https://github.com/dependabot/fetch-metadata/pull/336
## Bugfix
* Allow leading `v` on commit message versions by @jonmcquillan in https://github.com/dependabot/fetch-metadata/pull/338
## Dep Bumps
* Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/307
* Bump @types/yargs from 17.0.19 to 17.0.20 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/308
* Bump @typescript-eslint/parser from 5.48.2 to 5.49.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/309
* Bump eslint from 8.32.0 to 8.33.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/315
* Bump @typescript-eslint/parser from 5.49.0 to 5.50.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/314
* Bump @types/yargs from 17.0.20 to 17.0.22 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/312
* Bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/311
* Bump typescript from 4.9.4 to 4.9.5 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/313
* Bump yargs from 17.6.2 to 17.7.1 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/322
* Bump eslint from 8.33.0 to 8.35.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/321
* Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.54.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/319
* Bump @typescript-eslint/parser from 5.50.0 to 5.54.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/320
* Bump @types/node from 18.11.18 to 18.14.2 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/318
* Bump @types/node from 18.14.2 to 18.15.11 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/324
* Bump eslint from 8.35.0 to 8.37.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/327
* Bump @types/yargs from 17.0.22 to 17.0.24 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/326
* Bump @typescript-eslint/parser from 5.54.0 to 5.57.1 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/330
* Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.57.1 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/329
* Bump eslint from 8.37.0 to 8.38.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/340
* Bump @typescript-eslint/parser from 5.57.1 to 5.59.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/341
* Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.0 by @dependabot in https://github.com/dependabot/fetch-metadata/pull/342
## Other
* chore(ee): add devcontainer by @yeikel in https://github.com/dependabot/fetch-metadata/pull/337
## New Contributors
* @jonmcquillan made their first contribution in https://github.com/dependabot/fetch-metadata/pull/338
* @yeikel made their first contribution in https://github.com/dependabot/fetch-metadata/pull/337
**Full Changelog**: https://github.com/dependabot/fetch-metadata/compare/v1...v1.4.0
v1.4.0
2023-04-17 14:10:46 -07:00
Barry Gordon
e8685ee3f1
Merge pull request #342 from dependabot/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.59.0
...
Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.0
2023-04-17 21:09:05 +01:00
dependabot[bot]
9ca898d8c8
Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.57.1 to 5.59.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 20:08:11 +00:00
Barry Gordon
f2fbcde837
Merge pull request #341 from dependabot/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.0
...
Bump @typescript-eslint/parser from 5.57.1 to 5.59.0
2023-04-17 21:05:14 +01:00
dependabot[bot]
1b2ca2fef8
Bump @typescript-eslint/parser from 5.57.1 to 5.59.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.57.1 to 5.59.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 20:04:22 +00:00
Barry Gordon
ffc304e015
Merge pull request #340 from dependabot/dependabot/npm_and_yarn/eslint-8.38.0
...
Bump eslint from 8.37.0 to 8.38.0
2023-04-17 20:57:11 +01:00
dependabot[bot]
67395c4850
Bump eslint from 8.37.0 to 8.38.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.37.0 to 8.38.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.37.0...v8.38.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 19:47:55 +00:00
Yeikel
6c2bf2fe33
feat: add option to skip internal verifications ( #336 )
...
Add a `skip-verification` (boolean) option:
- If `true`, the action will not validate the user or the commit verification status
- Defaults to `false`
Allows for scenarios where users want to add or amend commits on the Dependabot PR, and those commits will not come from the :dependabot: user.
There's a fair bit of discussion on this use case and also why this isn't the default behavior, see:
* https://github.com/dependabot/fetch-metadata/pull/336
* https://github.com/dependabot/fetch-metadata/issues/332
2023-04-17 12:44:22 -07:00
Yeikel
684ca1c3fd
Add devcontainer ( #337 )
2023-04-17 19:18:43 +00:00
jonmcquillan
919f913865
Allow leading v on commit message versions ( #338 )
...
Previously, a leading `v` on the version in the commit message (eg, `Bumps org/repo from v1.3.0 to v1.3.2.`) did not populate the `previous-version` and `new-version`, so was also unable to calculate the proper `update-type`.
This fixes that.
Fix #244
2023-04-12 11:40:23 -07:00
Barry Gordon
173b40efb8
Merge pull request #329 from dependabot/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.57.1
...
Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.57.1
2023-04-05 06:23:12 +01:00
dependabot[bot]
624de3368e
Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.57.1
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.54.0 to 5.57.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-05 05:22:18 +00:00
Barry Gordon
9590a1952a
Merge pull request #330 from dependabot/dependabot/npm_and_yarn/typescript-eslint/parser-5.57.1
...
Bump @typescript-eslint/parser from 5.54.0 to 5.57.1
2023-04-05 06:21:28 +01:00
dependabot[bot]
861ac60b91
Bump @typescript-eslint/parser from 5.54.0 to 5.57.1
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.54.0 to 5.57.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.57.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-05 05:15:42 +00:00
Barry Gordon
52669df630
Merge pull request #326 from dependabot/dependabot/npm_and_yarn/types/yargs-17.0.24
...
Bump @types/yargs from 17.0.22 to 17.0.24
2023-04-05 06:14:56 +01:00
dependabot[bot]
3b15767697
Bump @types/yargs from 17.0.22 to 17.0.24
...
Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs ) from 17.0.22 to 17.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs )
---
updated-dependencies:
- dependency-name: "@types/yargs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-05 05:14:05 +00:00
Barry Gordon
e5d301e3c4
Merge pull request #327 from dependabot/dependabot/npm_and_yarn/eslint-8.37.0
...
Bump eslint from 8.35.0 to 8.37.0
2023-04-05 06:13:11 +01:00
dependabot[bot]
a7bc2f046c
Bump eslint from 8.35.0 to 8.37.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.35.0 to 8.37.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.35.0...v8.37.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-05 05:12:22 +00:00
Barry Gordon
221be58421
Merge pull request #324 from dependabot/dependabot/npm_and_yarn/types/node-18.15.11
...
Bump @types/node from 18.14.2 to 18.15.11
2023-04-05 06:10:20 +01:00
dependabot[bot]
d34290b47b
Bump @types/node from 18.14.2 to 18.15.11
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.14.2 to 18.15.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-01 12:57:31 +00:00
Barry Gordon
aea2135c95
Merge pull request #318 from dependabot/dependabot/npm_and_yarn/types/node-18.14.2
...
Bump @types/node from 18.11.18 to 18.14.2
2023-03-01 19:15:28 +00:00
dependabot[bot]
326a2103a3
Bump @types/node from 18.11.18 to 18.14.2
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.18 to 18.14.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 19:14:33 +00:00
Barry Gordon
f96099428c
Merge pull request #320 from dependabot/dependabot/npm_and_yarn/typescript-eslint/parser-5.54.0
...
Bump @typescript-eslint/parser from 5.50.0 to 5.54.0
2023-03-01 19:13:52 +00:00
dependabot[bot]
2517140a10
Bump @typescript-eslint/parser from 5.50.0 to 5.54.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.50.0 to 5.54.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 19:13:10 +00:00
Barry Gordon
272d73d78f
Merge pull request #319 from dependabot/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.54.0
...
Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.54.0
2023-03-01 19:12:17 +00:00
dependabot[bot]
17a6d34b63
Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.54.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.49.0 to 5.54.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 19:11:31 +00:00
Barry Gordon
711edb8a1c
Merge pull request #321 from dependabot/dependabot/npm_and_yarn/eslint-8.35.0
...
Bump eslint from 8.33.0 to 8.35.0
2023-03-01 19:10:21 +00:00
dependabot[bot]
2c682b7cf4
Bump eslint from 8.33.0 to 8.35.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.33.0 to 8.35.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.33.0...v8.35.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 19:09:37 +00:00
Barry Gordon
0e851a84b4
Merge pull request #322 from dependabot/dependabot/npm_and_yarn/yargs-17.7.1
...
Bump yargs from 17.6.2 to 17.7.1
2023-03-01 19:04:28 +00:00
dependabot[bot]
e72c6cccf0
Bump yargs from 17.6.2 to 17.7.1
...
Bumps [yargs](https://github.com/yargs/yargs ) from 17.6.2 to 17.7.1.
- [Release notes](https://github.com/yargs/yargs/releases )
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/yargs/yargs/compare/v17.6.2...v17.7.1 )
---
updated-dependencies:
- dependency-name: yargs
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-01 13:00:05 +00:00
Barry Gordon
a79ccc1f13
Merge pull request #313 from dependabot/dependabot/npm_and_yarn/typescript-4.9.5
...
Bump typescript from 4.9.4 to 4.9.5
2023-02-02 07:31:45 +00:00
dependabot[bot]
79866a6f75
Bump typescript from 4.9.4 to 4.9.5
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 07:31:02 +00:00
Barry Gordon
affa448fd5
Merge pull request #311 from dependabot/dependabot/npm_and_yarn/vercel/ncc-0.36.1
...
Bump @vercel/ncc from 0.36.0 to 0.36.1
2023-02-02 07:30:24 +00:00
dependabot[bot]
7f8e0c9de2
Bump @vercel/ncc from 0.36.0 to 0.36.1
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.36.0 to 0.36.1.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.36.0...0.36.1 )
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 07:29:29 +00:00
Barry Gordon
eadde4cd47
Merge pull request #312 from dependabot/dependabot/npm_and_yarn/types/yargs-17.0.22
...
Bump @types/yargs from 17.0.20 to 17.0.22
2023-02-02 07:28:54 +00:00
dependabot[bot]
9ae4bf70a4
Bump @types/yargs from 17.0.20 to 17.0.22
...
Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs ) from 17.0.20 to 17.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs )
---
updated-dependencies:
- dependency-name: "@types/yargs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 07:27:59 +00:00
Barry Gordon
b05de245f7
Merge pull request #314 from dependabot/dependabot/npm_and_yarn/typescript-eslint/parser-5.50.0
...
Bump @typescript-eslint/parser from 5.49.0 to 5.50.0
2023-02-02 07:27:26 +00:00
dependabot[bot]
2a5be2da9e
Bump @typescript-eslint/parser from 5.49.0 to 5.50.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.49.0 to 5.50.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.50.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-02 07:26:44 +00:00
Barry Gordon
a35277e5b6
Merge pull request #315 from dependabot/dependabot/npm_and_yarn/eslint-8.33.0
...
Bump eslint from 8.32.0 to 8.33.0
2023-02-02 07:25:57 +00:00