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

chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 #339

Merged
merged 1 commit into from Nov 7, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint from 8.26.0 to 8.27.0.

Release notes

Sourced from eslint's releases.

v8.27.0

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#16437) (Francesco Trotta)

Documentation

  • ce93b42 docs: Stylelint property-no-unknown (#16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#16496) (Nick Schonning)
  • 74a5af4 docs: fix stylelint error (#16491) (Milos Djermanovic)
  • 324db1a docs: explicit stylelint color related rules (#16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#16430) (Maritaria)
  • 8a15968 docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#16453) (coderaiser)
Changelog

Sourced from eslint's changelog.

v8.27.0 - November 6, 2022

  • f14587c feat: new no-new-native-nonconstructor rule (#16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#16325) (Sosuke Suzuki)
  • ce93b42 docs: Stylelint property-no-unknown (#16497) (Nick Schonning)
  • d2cecb4 docs: Stylelint declaration-block-no-shorthand-property-overrides (#16498) (Nick Schonning)
  • 0a92805 docs: stylelint color-hex-case (#16496) (Nick Schonning)
  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#16462) (Nicholas C. Zakas)
  • 74a5af4 docs: fix stylelint error (#16491) (Milos Djermanovic)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#16470) (Nitin Kumar)
  • 324db1a docs: explicit stylelint color related rules (#16465) (Nick Schonning)
  • 94dc4f1 docs: use Stylelint for HTML files (#16468) (Nick Schonning)
  • cc6128d docs: enable stylelint declaration-block-no-duplicate-properties (#16466) (Nick Schonning)
  • d03a8bf docs: Add heading to justification explanation (#16430) (Maritaria)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#16437) (Francesco Trotta)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#16458) (Milos Djermanovic)
  • 8a15968 docs: add Stylelint configuration and cleanup (#16379) (Nick Schonning)
  • 9b0a469 docs: note commit messages don't support scope (#16435) (Andy Edwards)
  • 1581405 docs: improve context.getScope() docs (#16417) (Ben Perlmutter)
  • b797149 docs: update formatters template (#16454) (Milos Djermanovic)
  • 5ac4de9 docs: fix link to formatters on the Core Concepts page (#16455) (Vladislav)
  • 33313ef docs: core-concepts: fix link to semi rule (#16453) (coderaiser)
Commits

Dependabot compatibility score

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.27.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.26.0...v8.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 7, 2022 00:01
@dependabot dependabot bot requested a review from dgreif November 7, 2022 00:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 7, 2022
@dgreif dgreif merged commit 3b26bc6 into main Nov 7, 2022
@dgreif dgreif deleted the dependabot/npm_and_yarn/eslint-8.27.0 branch November 7, 2022 21:51
renovate bot added a commit to WtfJoke/setup-tectonic that referenced this pull request Feb 4, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-github](https://togithub.com/github/eslint-plugin-github)
| [`4.3.7` ->
`4.6.0`](https://renovatebot.com/diffs/npm/eslint-plugin-github/4.3.7/4.6.0)
|
[![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-github/4.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/eslint-plugin-github/4.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/eslint-plugin-github/4.6.0/compatibility-slim/4.3.7)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/eslint-plugin-github/4.6.0/confidence-slim/4.3.7)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>github/eslint-plugin-github</summary>

###
[`v4.6.0`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.6.0)

[Compare
Source](https://togithub.com/github/eslint-plugin-github/compare/v4.5.0...v4.6.0)

#### What's Changed

- Allow wildcard `*.*.*` prefix extension by
[@&#8203;theinterned](https://togithub.com/theinterned) in
[github/eslint-plugin-github#357

**Full Changelog**:
github/eslint-plugin-github@v4.5.0...v4.6.0

###
[`v4.5.0`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.5.0)

[Compare
Source](https://togithub.com/github/eslint-plugin-github/compare/v4.4.1...v4.5.0)

#### What's Changed

- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.41.0 to 5.42.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#337
- chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#339
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.41.0 to 5.42.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#338
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.42.0 to 5.42.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#342
- chore(deps-dev): bump chai from 4.3.6 to 4.3.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#341
- bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.42.0 to 5.42.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#340
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.42.1 to 5.44.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#348
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.42.1 to 5.44.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#349
- chore(deps): bump prettier from 2.7.1 to 2.8.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#347
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.44.0 to 5.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#353
- chore(deps-dev): bump eslint from 8.27.0 to 8.29.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#351
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.44.0 to 5.45.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#350
- allow `.server.*` file extension by
[@&#8203;theinterned](https://togithub.com/theinterned) in
[github/eslint-plugin-github#343

#### New Contributors

- [@&#8203;theinterned](https://togithub.com/theinterned) made their
first contribution in
[github/eslint-plugin-github#343

**Full Changelog**:
github/eslint-plugin-github@v4.4.1...v4.5.0

###
[`v4.4.1`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.4.1)

[Compare
Source](https://togithub.com/github/eslint-plugin-github/compare/v4.4.0...v4.4.1)

#### What's Changed

- Use eslint-plugin-escompat in typescript config by
[@&#8203;bdragon](https://togithub.com/bdragon) in
[github/eslint-plugin-github#326
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.39.0 to 5.40.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#327
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.39.0 to 5.40.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#329
- chore(deps-dev): bump mocha from 10.0.0 to 10.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#328
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.40.0 to 5.40.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#334
- chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#333
- chore(deps): bump eslint-plugin-no-only-tests from 3.0.0 to 3.1.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#332
- chore(deps): bump eslint-plugin-escompat from 3.3.3 to 3.3.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#331
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.40.0 to 5.40.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#330
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.40.1 to 5.41.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#335
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.40.1 to 5.41.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#336

#### New Contributors

- [@&#8203;bdragon](https://togithub.com/bdragon) made their first
contribution in
[github/eslint-plugin-github#326

**Full Changelog**:
github/eslint-plugin-github@v4.4.0...v4.4.1

###
[`v4.4.0`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.4.0)

[Compare
Source](https://togithub.com/github/eslint-plugin-github/compare/v4.3.7...v4.4.0)

#### What's Changed

- chore(deps): bump eslint-plugin-no-only-tests from 2.6.0 to 3.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#286
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.30.6 to 5.30.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#285
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.30.6 to 5.30.7 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#287
- chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.0.0 to 5.0.1
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#288
- chore(deps): bump eslint-plugin-jsx-a11y from 6.6.0 to 6.6.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#289
- chore(deps): bump prettier from 2.6.2 to 2.7.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#264
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.30.7 to 5.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#291
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.30.7 to 5.31.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#290
- chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#292
- chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.0.1 to 5.0.2
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#293
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.31.0 to 5.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#294
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.31.0 to 5.32.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#295
- chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.0.2 to 5.0.3
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#296
- chore(deps): bump jsx-ast-utils from 3.3.2 to 3.3.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#298
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.32.0 to 5.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#299
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.32.0 to 5.33.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#300
- chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#297
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.33.0 to 5.33.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#301
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.33.0 to 5.33.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#303
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.33.1 to 5.35.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#306
- chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#305
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.33.1 to 5.35.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#307
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.35.1 to 5.36.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#308
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.35.1 to 5.36.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#309
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.36.1 to 5.36.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#310
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.36.1 to 5.36.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#311
- chore(deps-dev): bump eslint from 8.23.0 to 8.23.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#312
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.36.2 to 5.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#313
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.36.2 to 5.37.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#314
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.37.0 to 5.38.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#317
- chore(deps-dev): bump eslint from 8.23.1 to 8.24.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#316
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.37.0 to 5.38.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#315
- Update array-foreach.md by
[@&#8203;rotelloj](https://togithub.com/rotelloj) in
[github/eslint-plugin-github#318
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.38.0 to 5.38.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#319
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.38.0 to 5.38.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#320
- chore(deps): bump
[@&#8203;typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
from 5.38.1 to 5.39.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#321
- chore(deps-dev): bump eslint from 8.24.0 to 8.25.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#322
- chore(deps): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 5.38.1 to 5.39.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[github/eslint-plugin-github#323
- Update eslint plugin escompat by
[@&#8203;koddsson](https://togithub.com/koddsson) in
[github/eslint-plugin-github#325

#### New Contributors

- [@&#8203;rotelloj](https://togithub.com/rotelloj) made their first
contribution in
[github/eslint-plugin-github#318

**Full Changelog**:
github/eslint-plugin-github@v4.3.7...v4.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "monthly" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/WtfJoke/setup-tectonic).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTkuNSIsInVwZGF0ZWRJblZlciI6IjM0LjExOS41In0=-->
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

1 participant