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

⬆️ Update all dependencies #1684

Merged
merged 1 commit into from
Mar 30, 2023
Merged

⬆️ Update all dependencies #1684

merged 1 commit into from
Mar 30, 2023

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Jan 12, 2023

This PR contains the following updates:

Package Type Update Change
@rollup/plugin-commonjs devDependencies patch 24.0.0 -> 24.0.1
@types/node devDependencies minor 18.11.18 -> 18.15.11
@types/nunjucks devDependencies patch 3.2.1 -> 3.2.2
@typescript-eslint/eslint-plugin devDependencies minor 5.48.1 -> 5.57.0
@typescript-eslint/parser devDependencies minor 5.48.1 -> 5.57.0
actions/checkout action minor v3.3.0 -> v3.5.0
ejs devDependencies patch 3.1.8 -> 3.1.9
eslint (source) devDependencies minor 8.31.0 -> 8.37.0
pkg devDependencies patch 5.8.0 -> 5.8.1
puppeteer devDependencies minor 19.5.0 -> 19.8.2
renovatebot/github-action action minor v34.94.0 -> v34.159.2
rollup (source) devDependencies minor 3.9.1 -> 3.20.2
sinon (source) devDependencies patch 15.0.1 -> 15.0.3
tsd devDependencies minor 0.25.0 -> 0.28.1
typescript (source) devDependencies patch 4.9.4 -> 4.9.5

Release Notes

rollup/plugins

v24.0.1

Compare Source

2023-01-20

Bugfixes
  • fix: types should come first in exports #​1403
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.57.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] simplify fixer and add support for double negation (#​6620) (81c8519)
  • eslint-plugin: correct crashes with getTypeArguments for ts < 3.7 (#​6767) (59eab58)
Features
  • eslint-plugin: [consistent-type-assertions] add suggestions for objectLiteralTypeAssertions (#​6642) (720e811)
  • eslint-plugin: [consistent-type-assertions] autofix angle bracket assertions to as (#​6641) (ad8ea64)
  • eslint-plugin: add no-duplicate-type-constituents rule (#​5728) (bc31078)

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.54.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.54.0

Compare Source

Features
  • eslint-plugin: [promise-function-async] check for promises in implicit return types (#​6330) (de1e5ce), closes #​6329

v5.53.0

Compare Source

Features
  • eslint-plugin: [consistent-generic-constructors] handle default parameters (#​6484) (e8cebce)
  • eslint-plugin: [no-mixed-enums] add rule (#​6102) (16144d1)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)

v5.51.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#​6376) (3647a1c)
  • eslint-plugin: [no-floating-promises] error on logical expression (#​6356) (f330e06)
  • eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax (#​6394) (b14d3be)
  • eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#​6096) (d4747cd)

v5.50.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#​5704) (09d57ce)
  • eslint-plugin: [prefer-optional-chain] fix ThisExpression and PrivateIdentifier errors (#​6028) (85e783c)
  • eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#​5919) (b0f6c8e), closes #​1438
Features
  • eslint-plugin: add key-spacing rule extension for interface & type declarations (#​6211) (67706e7)

v5.49.0

Compare Source

Features
  • eslint-plugin: [naming-convention] add support for #private modifier on class members (#​6259) (c8a6d80)

5.48.2 (2023-01-16)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.48.1 (2023-01-09)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.48.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.57.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.56.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.55.0

Compare Source

Features

5.54.1 (2023-03-06)

Note: Version bump only for package @​typescript-eslint/parser

v5.54.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.54.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.53.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.52.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.51.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.50.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.49.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.48.2 (2023-01-16)

Note: Version bump only for package @​typescript-eslint/parser

5.48.1 (2023-01-09)

Note: Version bump only for package @​typescript-eslint/parser

v5.48.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

actions/checkout

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.4.0...v3.5.0

v3.4.0

Compare Source

mde/ejs

v3.1.9

Compare Source

Version 3.1.9

eslint/eslint

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores

v8.34.0

Compare Source

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)

Documentation

Chores

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#​16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#​16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#​16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#​16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#​16808) (Ben Perlmutter)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#​16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#​16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#​16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#​16779) (Nicholas C. Zakas)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)
vercel/pkg

v5.8.1

Compare Source

Patches
  • Producer: properly call "prebuild-install" if N-API is used: dd9de59
  • Chore: clean up obsolete eslint disable comments: #​1760
  • Chore: add prettier check in linting step: #​1764
  • Chore: separate individual test scripts: #​1759
  • Chore: use @types/babel__generator package: #​1755
  • Chore: remove unused entry: #​1766
  • Chore: upgrade actions runners: #​1767
  • Style: fix typo in test-99-#​1192/main.js: #​1790
  • Chore: bump prebuild-install@7.1.1: #​1788
  • Fix: add force flag to codesign to avoid already signed error: #​1756
Credits

Huge thanks to @​ignatiusmb, @​eltociear, @​PraveenAnaparthi, and @​brianunlam for helping!

puppeteer/puppeteer

v19.8.2

Compare Source

v19.8.1

Compare Source

v19.8.0

Compare Source

v19.7.5

Compare Source

v19.7.4

Compare Source

v19.7.3

Compare Source

v19.7.2

Compare Source

v19.7.1

Compare Source

v19.7.0

Compare Source

v19.6.3

Compare Source

v19.6.2

Compare Source

v19.6.1

Compare Source

v19.6.0

Compare Source

v19.5.2

Compare Source

v19.5.1

Compare Source

renovatebot/github-action

v34.159.2

Compare Source

See the the changelog for changes in all releases.

34.159.2 (2023-03-09)%0A%0A%0A### Bug Fixes%0A%0A* deps: update renovate/renovate docker tag to v34.159.2 (78d73da)%0A%0A

v34.159.1

Compare Source

See the the changelog for changes in all releases.

34.159.1 (2023-03-08)%0A%0A%0A### Bug Fixes%0A%0A* deps: update renovate/renovate docker tag to v34.159.1 (dd4cd50)%0A%0A

v34.158.2

Compare Source

See the the changelog for changes in all releases.

34.158.2 (2023-03-07)%0A%0A%0A### Bug Fixes%0A%0A* deps: update renovate/renovate docker tag to v34.158.2 (bfc1984)%0A%0A

v34.158.1

Compare Source

See the the changelog for changes in all releases.

34.158.1 (2023-03-07)%0A%0A%0A### Bug Fixes%0A%0A* deps: update renovate/renovate docker tag to v34.158.1 (f0d285e)%0A%0A

v34.157.1

Compare Source

See the the changelog for changes in all releases.

34.157.1 (2023-03-06)%0A%0A%0A### Bug Fixes%0A%0A* deps: update renovate/renovate docker tag to v34.157.1 (7462b97)%0A%0A

v34.157.0

Compare Source

See the the changelog for changes in all releases.

34.157.0 (2023-03-04)%0A%0A%0A### Bug Fixes%0A%0A* deps: update renovate/renovate docker tag to v34.157.0 (330fcf4)%0A%0A

v34.154.4

Compare Source

See the the changelog for changes in all releases.

34.154.4 (2023-03-03)%0A%0A%0A### Bug Fixes%0A%0A* deps: update renovate/re

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ggrossetie ggrossetie added the 🔗 dependencies Pull requests that update a dependency file label Jan 12, 2023
@ggrossetie ggrossetie force-pushed the renovate/all branch 8 times, most recently from 60b91a9 to cbfeb81 Compare January 20, 2023 02:27
@ggrossetie ggrossetie force-pushed the renovate/all branch 5 times, most recently from d50dd4f to 35a1f0d Compare January 27, 2023 02:26
@ggrossetie ggrossetie force-pushed the renovate/all branch 6 times, most recently from 52b35bc to 894efb4 Compare February 4, 2023 02:21
@ggrossetie ggrossetie force-pushed the renovate/all branch 8 times, most recently from fdda4de to 1481a8a Compare February 12, 2023 02:28
@ggrossetie ggrossetie force-pushed the renovate/all branch 2 times, most recently from ed39bbf to 5b271cb Compare February 14, 2023 02:29
@ggrossetie ggrossetie force-pushed the renovate/all branch 7 times, most recently from 940bc15 to edd1a89 Compare March 5, 2023 02:33
@ggrossetie ggrossetie force-pushed the renovate/all branch 7 times, most recently from 74c4d5a to 5ed0a4c Compare March 13, 2023 02:23
@ggrossetie ggrossetie force-pushed the renovate/all branch 5 times, most recently from 0148f83 to 75d8afe Compare March 21, 2023 02:17
@ggrossetie ggrossetie force-pushed the renovate/all branch 7 times, most recently from b1668ec to 30093f7 Compare March 29, 2023 02:26
@ggrossetie ggrossetie merged commit 9e208c7 into main Mar 30, 2023
@ggrossetie ggrossetie deleted the renovate/all branch March 30, 2023 16:35
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.

None yet

2 participants