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.13.0 to 8.23.1 #259

Merged
merged 1 commit into from Sep 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2022

Bumps eslint from 8.13.0 to 8.23.1.

Release notes

Sourced from eslint's releases.

v8.23.1

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)

Chores

v8.23.0

Features

  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#15887) (Amaresh S M)
  • 43f03aa feat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)

Documentation

  • b1918da docs: package.json conventions (#16206) (Patrick McElhaney)
  • 0e03c33 docs: remove word immediately (#16217) (Strek)
  • c6790db docs: add anchor link for "migrating from jscs" (#16207) (Percy Ma)
  • 7137344 docs: auto-generation edit link (#16213) (Percy Ma)

Chores

  • 2e004ab chore: upgrade @​eslint/eslintrc@​1.3.1 (#16249) (Milos Djermanovic)
  • d35fbbe chore: Upgrade to espree@9.4.0 (#16243) (Milos Djermanovic)
  • ed26229 test: add no-extra-parens tests with rest properties (#16236) (Milos Djermanovic)
  • deaf69f chore: fix off-by-one min-width: 1023px media queries (#15974) (Milos Djermanovic)
  • 63dec9f refactor: simplify parseListConfig (#16241) (Milos Djermanovic)

v8.22.0

Features

  • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)

Documentation

  • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
  • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
  • 784096d docs: improve search result UI (#16187) (Sam Chen)
  • d0f4cb4 docs: use shorthand property name in example (#16180) (Kevin Elliott)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.23.1 - September 12, 2022

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)
  • 38e8171 perf: migrate rbTree to js-sdsl (#16267) (Zilong Yao)
  • 16cba3f docs: fix mobile double tap issue (#16293) (Sam Chen)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)
  • e098b5f docs: keyboard control to search results (#16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)
  • 1c388fb chore: switch nyc to c8 (#16263) (唯然)
  • 67db10c chore: enable linting .eleventy.js again (#16274) (Milos Djermanovic)
  • 1ae8236 docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)
  • 42bfbd7 chore: fix npm run perf crashes (#16258) (唯然)
  • 279f0af docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)

v8.23.0 - August 26, 2022

  • 2e004ab chore: upgrade @​eslint/eslintrc@​1.3.1 (#16249) (Milos Djermanovic)
  • d35fbbe chore: Upgrade to espree@9.4.0 (#16243) (Milos Djermanovic)
  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#15887) (Amaresh S M)
  • ed26229 test: add no-extra-parens tests with rest properties (#16236) (Milos Djermanovic)
  • deaf69f chore: fix off-by-one min-width: 1023px media queries (#15974) (Milos Djermanovic)
  • 63dec9f refactor: simplify parseListConfig (#16241) (Milos Djermanovic)
  • 43f03aa feat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)
  • b1918da docs: package.json conventions (#16206) (Patrick McElhaney)
  • 0e03c33 docs: remove word immediately (#16217) (Strek)
  • c6790db docs: add anchor link for "migrating from jscs" (#16207) (Percy Ma)
  • 7137344 docs: auto-generation edit link (#16213) (Percy Ma)

v8.22.0 - August 13, 2022

  • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)
  • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
  • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
  • 784096d docs: improve search result UI (#16187) (Sam Chen)
  • d0f4cb4 docs: use shorthand property name in example (#16180) (Kevin Elliott)
  • 10a6e0e chore: remove deploy workflow for playground (#16186) (Milos Djermanovic)

v8.21.0 - August 1, 2022

  • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
  • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
  • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
  • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
  • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)
  • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)
  • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot 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 requested a review from a team as a code owner September 22, 2022 07:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 22, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.23.1 branch from 23e1859 to 2337b0b Compare September 22, 2022 07:16
Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.13.0...v8.23.1)

---
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.23.1 branch from 2337b0b to 8e4c29d Compare September 22, 2022 07:18
@brrygrdn brrygrdn merged commit 889f482 into main Sep 22, 2022
@brrygrdn brrygrdn deleted the dependabot/npm_and_yarn/eslint-8.23.1 branch September 22, 2022 07:19
@Nishnha Nishnha mentioned this pull request Sep 27, 2022
ilkka added a commit to ilkka/nisse that referenced this pull request Sep 20, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dependabot/fetch-metadata](https://togithub.com/dependabot/fetch-metadata)
| action | minor | `v1.3.1` -> `v1.6.0` |

---

### Release Notes

<details>
<summary>dependabot/fetch-metadata (dependabot/fetch-metadata)</summary>

###
[`v1.6.0`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.5.1...v1.6.0)

#### What's Changed

- Add `.vscode` folder to `.gitignore` by
[@&#8203;timothy-humphrey](https://togithub.com/timothy-humphrey) in
[dependabot/fetch-metadata#385
- Support for Grouped Updates by
[@&#8203;Nishnha](https://togithub.com/Nishnha) in
[dependabot/fetch-metadata#396
- v1.6.0 by
[@&#8203;fetch-metadata-action-automation](https://togithub.com/fetch-metadata-action-automation)
in
[dependabot/fetch-metadata#403

#### New Contributors

- [@&#8203;timothy-humphrey](https://togithub.com/timothy-humphrey) made
their first contribution in
[dependabot/fetch-metadata#385

**Full Changelog**:
dependabot/fetch-metadata@v1...v1.6.0

###
[`v1.5.1`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.5.1)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.5.0...v1.5.1)

#### What's Changed

Bugfix:

- Fix library parser to trim trailing LF by
[@&#8203;kachick](https://togithub.com/kachick) in
[dependabot/fetch-metadata#380

Dep bumps that are trivial so decided to keep this a patch release:

- Bump yargs from 17.7.1 to 17.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#379
- Bump [@&#8203;types/node](https://togithub.com/types/node) from 20.2.1
to 20.2.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#382

Internal-facing infra changes:

- Group :dependabot: PR's for `eslint`-related deps by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#374
- Bump the eslint-dependencies group with 3 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#375
- Bump the eslint-dependencies group with 2 updates by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#378
- Switch to using an app token instead of a PAT by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#362
- v1.5.1 by
[@&#8203;fetch-metadata-action-automation](https://togithub.com/fetch-metadata-action-automation)
in
[dependabot/fetch-metadata#384

**Full Changelog**:
dependabot/fetch-metadata@v1...v1.5.1

###
[`v1.5.0`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.5.0)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.0)

#### What's Changed

New Features:

- Added flag if "Maintainer changes" appears in the PR body by
[@&#8203;mwaddell](https://togithub.com/mwaddell) in
[dependabot/fetch-metadata#174

Bumped Deps:

- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.15.11 to 20.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#364
- Bump nock from 13.3.0 to 13.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#366

Docs:

- Add minimum permissions to usage example by
[@&#8203;jablko](https://togithub.com/jablko) in
[dependabot/fetch-metadata#343
- Document verification overrides in readme by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#345

Code cleanup:

- Simplify the release process by linking to release notes instead of
copy/pasting them by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#347
- Use the full email for the GitHub Actions bot by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#354
- Inline the PR URL by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#359
- No need to request escalated permissions for `GITHUB_TOKEN` by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#357
- Remove unused step by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#358
- Simplify `bin/bump-version` by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#368
- Add a deeplink for tagging releases to the Readme by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#369
- Stop using deprecated `set-output` by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#370
- Add workflow for creating release PR's by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#360
- Add workflow for floating the `v1` tag to the latest release by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#361

**Full Changelog**:
dependabot/fetch-metadata@v1...v1.5.0

###
[`v1.4.0`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.4.0)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0)

#### New Features

- feat: add option to skip internal verifications by
[@&#8203;yeikel](https://togithub.com/yeikel) in
[dependabot/fetch-metadata#336

#### Bugfix

- Allow leading `v` on commit message versions by
[@&#8203;jonmcquillan](https://togithub.com/jonmcquillan) in
[dependabot/fetch-metadata#338

#### Dep Bumps

- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.48.2 to 5.49.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#307
- Bump [@&#8203;types/yargs](https://togithub.com/types/yargs) from
17.0.19 to 17.0.20 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#308
- 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
[dependabot/fetch-metadata#309
- Bump eslint from 8.32.0 to 8.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#315
- 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
[dependabot/fetch-metadata#314
- Bump [@&#8203;types/yargs](https://togithub.com/types/yargs) from
17.0.20 to 17.0.22 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#312
- 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
[dependabot/fetch-metadata#311
- Bump typescript from 4.9.4 to 4.9.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#313
- Bump yargs from 17.6.2 to 17.7.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#322
- Bump eslint from 8.33.0 to 8.35.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#321
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.49.0 to 5.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#319
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.50.0 to 5.54.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#320
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.18 to 18.14.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#318
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.14.2 to 18.15.11 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#324
- Bump eslint from 8.35.0 to 8.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#327
- Bump [@&#8203;types/yargs](https://togithub.com/types/yargs) from
17.0.22 to 17.0.24 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#326
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.54.0 to 5.57.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#330
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.54.0 to 5.57.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#329
- Bump eslint from 8.37.0 to 8.38.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#340
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.57.1 to 5.59.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#341
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.57.1 to 5.59.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#342

#### Other

- chore(ee): add devcontainer by
[@&#8203;yeikel](https://togithub.com/yeikel) in
[dependabot/fetch-metadata#337

#### New Contributors

- [@&#8203;jonmcquillan](https://togithub.com/jonmcquillan) made their
first contribution in
[dependabot/fetch-metadata#338
- [@&#8203;yeikel](https://togithub.com/yeikel) made their first
contribution in
[dependabot/fetch-metadata#337

**Full Changelog**:
dependabot/fetch-metadata@v1...v1.4.0

###
[`v1.3.6`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.3.6)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6)

#### What's Changed

- Drop mention of "locally" by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#281
- Don't assume `git pull` fetches all branches/tags by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#284
- Clarify release notes slightly by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#283
- Bump eslint-plugin-promise from 6.0.1 to 6.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#287
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.38.0 to 5.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#290
- Bump yargs and [@&#8203;types/yargs](https://togithub.com/types/yargs)
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#286
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.9 to 18.11.10 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#289
- Bump decode-uri-component from 0.2.0 to 0.2.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#291
- Bump yaml from 2.1.1 to 2.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#288
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.11.10 to 18.11.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#296
- Bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.34.0
to 0.36.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#294
- Bump dotenv from 16.0.2 to 16.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#293
- Bump typescript from 4.8.3 to 4.9.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#295
- Bump yaml from 2.1.3 to 2.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#292
- Bump json5 from 1.0.1 to 1.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#297
- Bump eslint from 8.23.1 to 8.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#303
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.45.0 to 5.48.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#300
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.42.0 to 5.48.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#302
- Bump eslint-plugin-import from 2.26.0 to 2.27.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#301
- Bump nock from 13.2.9 to 13.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#299
- Bump [@&#8203;types/yargs](https://togithub.com/types/yargs) from
17.0.15 to 17.0.19 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#304
- Fix parser for libraries by
[@&#8203;kachick](https://togithub.com/kachick) in
[dependabot/fetch-metadata#224

#### New Contributors

- [@&#8203;kachick](https://togithub.com/kachick) made their first
contribution in
[dependabot/fetch-metadata#224

**Full Changelog**:
dependabot/fetch-metadata@v1...v1.3.6

###
[`v1.3.5`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.3.5)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5)

#### What's Changed

- v1.3.4 Release Notes by
[@&#8203;Nishnha](https://togithub.com/Nishnha) in
[dependabot/fetch-metadata#267
- docs: fix auto-merge example by
[@&#8203;rribeiro1](https://togithub.com/rribeiro1) in
[dependabot/fetch-metadata#250
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
18.7.18 to 18.11.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#275
- Fix object-shorthand linter warnings by
[@&#8203;mattt](https://togithub.com/mattt) in
[dependabot/fetch-metadata#276
- Bump [@&#8203;actions/core](https://togithub.com/actions/core) from
1.9.1 to 1.10.0 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[dependabot/fetch-metadata#272
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.38.0 to 5.42.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#274
- Bump [@&#8203;actions/github](https://togithub.com/actions/github)
from 5.0.3 to 5.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#271
- Bump yargs and [@&#8203;types/yargs](https://togithub.com/types/yargs)
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#273
- Document steps for cutting a new release by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#252
- Don't bump pin versions in `README.md` by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#280

#### New Contributors

- [@&#8203;Nishnha](https://togithub.com/Nishnha) made their first
contribution in
[dependabot/fetch-metadata#267
- [@&#8203;rribeiro1](https://togithub.com/rribeiro1) made their first
contribution in
[dependabot/fetch-metadata#250

**Full Changelog**:
dependabot/fetch-metadata@v1...v1.3.5

###
[`v1.3.4`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.3.4)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4)

#### What's Changed

- Pin only to major version, not full patch version by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#246
- Fix broken logo on readme by
[@&#8203;jeffwidman](https://togithub.com/jeffwidman) in
[dependabot/fetch-metadata#253
- Bump action to use node16 by
[@&#8203;quinnjn](https://togithub.com/quinnjn) in
[dependabot/fetch-metadata#251
- Bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.20.0 to 5.38.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#256
- Bump [@&#8203;actions/core](https://togithub.com/actions/core) from
1.6.0 to 1.9.1 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[dependabot/fetch-metadata#242
- Bump eslint-config-standard from 16.0.3 to 17.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#214
- Bump [@&#8203;types/node](https://togithub.com/types/node) from
17.0.25 to 18.7.18 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#255
- Bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.20.0 to 5.38.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#254
- Bump eslint from 8.13.0 to 8.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#259
- Bump nock from 13.2.4 to 13.2.9 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#260
- Bump yargs and [@&#8203;types/yargs](https://togithub.com/types/yargs)
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#261
- Bump eslint-plugin-promise from 6.0.0 to 6.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#263
- Bump dotenv from 16.0.0 to 16.0.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#262
- Bump [@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) from 0.33.4
to 0.34.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#264
- Bump [@&#8203;actions/github](https://togithub.com/actions/github)
from 5.0.1 to 5.0.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#265
- Bump ts-node from 10.7.0 to 10.9.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#266
- Bump typescript from 4.6.3 to 4.8.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#257
- Bump yaml from 2.0.1 to 2.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[dependabot/fetch-metadata#258

#### New Contributors

- [@&#8203;jeffwidman](https://togithub.com/jeffwidman) made their first
contribution in
[dependabot/fetch-metadata#246
- [@&#8203;quinnjn](https://togithub.com/quinnjn) made their first
contribution in
[dependabot/fetch-metadata#251

**Full Changelog**:
dependabot/fetch-metadata@v1.3.3...v1.3.4

###
[`v1.3.3`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.3.3)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.3.2...v1.3.3)

#### What's Changed

- action.yaml: fix skip-commit-verification quoting by
[@&#8203;jsok](https://togithub.com/jsok) in
[dependabot/fetch-metadata#232

#### New Contributors

- [@&#8203;jsok](https://togithub.com/jsok) made their first
contribution in
[dependabot/fetch-metadata#232

**Full Changelog**:
dependabot/fetch-metadata@v1.3.2...v1.3.3

###
[`v1.3.2`](https://togithub.com/dependabot/fetch-metadata/releases/tag/v1.3.2)

[Compare
Source](https://togithub.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.2)

#### What's Changed

- Update CODEOWNERS by [@&#8203;mattt](https://togithub.com/mattt) in
[dependabot/fetch-metadata#211
- Add 'skip-commit-verification' as an input for GitHub Enterprise
Server users by [@&#8203;brrygrdn](https://togithub.com/brrygrdn) in
[dependabot/fetch-metadata#225

#### New Contributors

- [@&#8203;mattt](https://togithub.com/mattt) made their first
contribution in
[dependabot/fetch-metadata#211

**Full Changelog**:
dependabot/fetch-metadata@v1.3.1...v1.3.2

</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.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6InRydW5rIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants