Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the all group with 7 updates:

Package From To
@nihalgonsalves/esconfig 0.10.2 0.10.6
@types/node 18.19.43 18.19.48
eslint 9.8.0 9.9.1
knip 5.27.2 5.29.1
lefthook 1.7.12 1.7.14
tsx 4.17.0 4.19.0
typescript-eslint 8.0.1 8.3.0

Updates @nihalgonsalves/esconfig from 0.10.2 to 0.10.6

Release notes

Sourced from @​nihalgonsalves/esconfig's releases.

esconfig: v0.10.6

0.10.6 (2024-08-26)

Features

  • deps: bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group (#140) (d1c5394)
  • deps: bump the all group with 5 updates (#138) (d439fdd)

esconfig: v0.10.5

0.10.5 (2024-08-19)

Features

  • deps: bump the all group with 3 updates (#136) (70a18c2)

esconfig: v0.10.4

0.10.4 (2024-08-13)

Bug Fixes

  • react plugin rules and prop-types setting (8be2812)
  • tweak strictness of ts-eslint rules (376a7ad)

esconfig: v0.10.3

0.10.3 (2024-08-12)

Features

  • deps: bump the all group with 3 updates (#133) (889a30a)
Changelog

Sourced from @​nihalgonsalves/esconfig's changelog.

0.10.6 (2024-08-26)

Features

  • deps: bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group (#140) (d1c5394)
  • deps: bump the all group with 5 updates (#138) (d439fdd)

0.10.5 (2024-08-19)

Features

  • deps: bump the all group with 3 updates (#136) (70a18c2)

0.10.4 (2024-08-13)

Bug Fixes

  • react plugin rules and prop-types setting (8be2812)
  • tweak strictness of ts-eslint rules (376a7ad)

0.10.3 (2024-08-12)

Features

  • deps: bump the all group with 3 updates (#133) (889a30a)
Commits
  • 8de446f chore(main): release esconfig 0.10.6 (#139)
  • d1c5394 feat(deps): bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group (#140)
  • d439fdd feat(deps): bump the all group with 5 updates (#138)
  • fc73969 chore(main): release esconfig 0.10.5 (#137)
  • 70a18c2 feat(deps): bump the all group with 3 updates (#136)
  • 65ae3ef chore(main): release esconfig 0.10.4 (#135)
  • 376a7ad fix: tweak strictness of ts-eslint rules
  • 8be2812 fix: react plugin rules and prop-types setting
  • 00f6517 docs: fix config examples
  • bd20188 chore(main): release esconfig 0.10.3 (#134)
  • Additional commits viewable in compare view

Updates @types/node from 18.19.43 to 18.19.48

Commits

Updates eslint from 9.8.0 to 9.9.1

Release notes

Sourced from eslint's releases.

v9.9.1

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

Documentation

  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)

Chores

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)

v9.9.0

Features

  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
Changelog

Sourced from eslint's changelog.

v9.9.1 - August 23, 2024

  • b0c34d0 chore: upgrade to @​eslint/js@​9.9.1 (#18809) (Francesco Trotta)
  • cd5a0da chore: package.json update for @​eslint/js release (Jenkins)
  • 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas)
  • f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas)
  • e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas)
  • 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas)
  • 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic)
  • 5dbdd63 docs: eslint-plugin-markdown -> @​eslint/markdown (#18797) (Nicholas C. Zakas)
  • c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta)
  • f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann)
  • aed2624 chore: update dependency @​eslint/config-array to ^0.18.0 (#18788) (renovate[bot])
  • 5c29128 chore: update dependency @​eslint/core to ^0.4.0 (#18789) (renovate[bot])
  • 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
  • f981d05 docs: Update README (GitHub Actions Bot)
  • b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta)
  • fb7a3f5 docs: update note for package managers (#18779) (Jay)
  • bf96855 chore: add ids to github issue templates (#18775) (Strek)
  • 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M)

v9.9.0 - August 9, 2024

  • 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta)
  • 59dba1b chore: package.json update for @​eslint/js release (Jenkins)
  • fea8563 chore: update dependency @​eslint/core to ^0.3.0 (#18724) (renovate[bot])
  • 41d0206 feat: Add support for TS config files (#18134) (Arya Emami)
  • aac191e chore: update dependency @​eslint/json to ^0.3.0 (#18760) (renovate[bot])
  • 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson)
  • b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave)
  • 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)
Commits

Updates knip from 5.27.2 to 5.29.1

Release notes

Sourced from knip's releases.

Release 5.29.1

  • Disable e1061c55 as it might be unexpected/breaking with eslint v8 (9e676226)

Release 5.29.0

  • Extract packages from rules in eslint plugin (e1061c55)
  • Normalize generator package names in nx plugin (bb86a059)
  • feat: coreutils to IGNORED_GLOBAL_BINARIES (#771) (97e171d9)
  • Edit docs + add note to nuxt plugin (3e0c4646)
  • Add optional note feature to plugin docs generator (9a11e1cc)
  • Update docs (70bf7056)

Release 5.28.0

  • Fix helper name (e5c20dde)
  • Add preconstruct plugin (af61c962)
  • Add nest plugin (4ea83f20)
  • Add nuxt plugin (bc548c59)
  • Add vike plugin (72b797a8)

Release 5.27.5

  • Add nuxt to Vue compiler condition (closes #770) (24fb3ea4)
  • Improve import matcher in "compilers" (4d2487f2)
  • Improve regex in "compilers" a bit (resolves #769) (382dd06c)
  • Fix blockquote style (aa137237)
  • Format/edit docs (6bd1617e)
  • Edit preprocessor section (2e072c59)

Release 5.27.4

  • Edit docs, add "unsupported" page (c28b62d4)
  • Match against normalized package name in ignoreDependencies (89780376)
  • Add mocha to Projects Using Knip (#765) (a2305823)

Release 5.27.3

  • (PostCSS plugin): Add postcss to used dependencies when using PostCSS with Tailwind CSS (#764) (23526a9f)
  • Edit FAQ (53a50ae2)
  • Release @​knip/create-config 1.0.3 (fd6c7d11)
  • Add FAQ (#759) (4f2665fc)
  • Revert "Temp exclude unlisted in typescript integration test" (02e4ef70)
  • Edit issue templates (5ef4e8d8)
  • Fix issue templates (closes #760) (ebed4a83)
  • Minor edits (e83c3730)
  • Revert to tsx@4.7.1 (d1899545)
  • Extend and consistentify issue templates + related docs (dbfefa31)
  • Add pronunciation to homepage + readme (2cda6425)
  • Restore symlink (d961f3c0)
  • Edit some docs (5ea8dfe4)
  • Fix format/lint issues (b29f102e)
  • Extract getWorkspaceFlag(pm) to also detect Yarn workspace configurations (#755) (7da1272c)
Commits
  • 83e6e36 Release 5.29.1
  • 9e67622 Disable e1061c55 as it might be unexpected/breaking with eslint v8
  • 0021ff0 Release 5.29.0
  • e1061c5 Extract packages from rules in eslint plugin
  • bb86a05 Normalize generator package names in nx plugin
  • 97e171d feat: coreutils to IGNORED_GLOBAL_BINARIES (#771)
  • 3e0c464 Edit docs + add note to nuxt plugin
  • 9a11e1c Add optional note feature to plugin docs generator
  • f730637 Release 5.28.0
  • e5c20dd Fix helper name
  • Additional commits viewable in compare view

Updates lefthook from 1.7.12 to 1.7.14

Release notes

Sourced from lefthook's releases.

v1.7.14

Changelog

v1.7.13

Changelog

  • 1aa06dc0801bc54bbc410ba6234a7b37fb13b144 feat: support openbsd (#808)
Changelog

Sourced from lefthook's changelog.

1.7.14 (2024-08-17)

Fix lefthook NPM package to include OpenBSD package as optional dependency.

1.7.13 (2024-08-16)

Commits

Updates tsx from 4.17.0 to 4.19.0

Release notes

Sourced from tsx's releases.

v4.19.0

4.19.0 (2024-08-27)

Features

  • watch: deprecate ignore flag in favor or exclude flag (157c3ec)

This release is also available on:

v4.18.0

4.18.0 (2024-08-24)

Features

  • watch: --include CLI flag to watch additional files (#625) (474ea71)

This release is also available on:

v4.17.1

4.17.1 (2024-08-24)

Bug Fixes

  • esm: package entry TS resolution for Node 20.17 & 22.6 (af370e7)

This release is also available on:

Commits
  • 157c3ec feat(watch): deprecate ignore flag in favor or exclude flag
  • 474ea71 feat(watch): --include CLI flag to watch additional files (#625)
  • af370e7 fix(esm): package entry TS resolution for Node 20.17 & 22.6
  • 1b80d5d docs: add premium sponsors
  • 6c8eae0 chore: upgrade lintroll
  • See full diff in compare view

Updates typescript-eslint from 8.0.1 to 8.3.0

Release notes

Sourced from typescript-eslint's releases.

v8.3.0

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule (#9783)
  • typescript-estree: replace globby w/ fast-glob (#9518)
  • typescript-estree: reload project service once when file config isn't found (#9853)

🩹 Fixes

  • ast-spec: use Expression in argument of ThrowStatement (#9632)
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741)
  • utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832)
  • utils: add TSDeclareFunction to functionTypeTypes (#9788)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.2.0

8.2.0 (2024-08-19)

🚀 Features

  • eslint-plugin: add suggestion to require-await to remove async keyword (#9718)
  • typescript-estree: special-case error for parserOptions.project and project references (#9686)

🩹 Fixes

  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then (#9059)
  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment (#9209)
  • eslint-plugin: delete [] in message if ReadOnly is detected (#9513)
  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any (#9555)
  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary (#9740)
  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections (#9777)
  • typescript-estree: pass in tsconfigRootDir as cwd to getParsedConfigFile (#9804)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.3.0 (2024-08-26)

🚀 Features

  • eslint-plugin: [no-deprecation] add rule

❤️ Thank You

  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

8.2.0 (2024-08-19)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.1.0 (2024-08-12)

🚀 Features

  • typescript-eslint: add JSDoc comments on generated configs

❤️ Thank You

  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

Commits
  • ef2eab1 chore(release): publish 8.3.0
  • d4f6943 chore: enable eslint-plugin-perfectionist on typescript-eslint package (#9851)
  • 57e4120 feat(eslint-plugin): [no-deprecation] add rule (#9783)
  • 7440e14 chore(release): publish 8.2.0
  • 3d78392 chore(release): publish 8.1.0
  • 90576fa feat(typescript-eslint): add JSDoc comments on generated configs (#9672)
  • fb65883 chore: set reportUnusedDisableDirectives level to error (#9743)
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@types/node [>= 17.a, < 18]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.10.2` | `0.10.6` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.19.43` | `18.19.48` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.1` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.27.2` | `5.29.1` |
| [lefthook](https://github.com/evilmartians/lefthook) | `1.7.12` | `1.7.14` |
| [tsx](https://github.com/privatenumber/tsx) | `4.17.0` | `4.19.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.3.0` |


Updates `@nihalgonsalves/esconfig` from 0.10.2 to 0.10.6
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@esconfig-v0.10.2...esconfig-v0.10.6)

Updates `@types/node` from 18.19.43 to 18.19.48
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.8.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.8.0...v9.9.1)

Updates `knip` from 5.27.2 to 5.29.1
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.29.1/packages/knip)

Updates `lefthook` from 1.7.12 to 1.7.14
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.7.12...v1.7.14)

Updates `tsx` from 4.17.0 to 4.19.0
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.17.0...v4.19.0)

Updates `typescript-eslint` from 8.0.1 to 8.3.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.3.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from nihalgonsalves as a code owner September 1, 2024 20:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2024
@nihalgonsalves nihalgonsalves merged commit 45c300b into main Sep 2, 2024
2 checks passed
@nihalgonsalves nihalgonsalves deleted the dependabot/npm_and_yarn/all-469b4773c3 branch September 2, 2024 07:24
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.

1 participant