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 the all group with 8 updates #218

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the all group with 8 updates:

Package From To
@eslint/compat 1.1.1 1.2.0
@nihalgonsalves/esconfig 0.10.9 0.10.10
@vitest/coverage-v8 2.1.1 2.1.2
@vitest/ui 2.1.1 2.1.2
eslint 9.11.1 9.12.0
knip 5.30.6 5.33.1
typescript-eslint 8.8.0 8.8.1
vitest 2.1.1 2.1.2

Updates @eslint/compat from 1.1.1 to 1.2.0

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.2.0

1.2.0 (2024-07-22)

Features

  • eslint-plugin-react supports ESLint v9 (#91) (7664bf8)

compat: v1.2.0

1.2.0 (2024-10-01)

Features

Bug Fixes

migrate-config: v1.1.2

1.1.2 (2024-07-11)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.1.0 to ^1.1.1
Commits

Updates @nihalgonsalves/esconfig from 0.10.9 to 0.10.10

Release notes

Sourced from @​nihalgonsalves/esconfig's releases.

esconfig: v0.10.10

0.10.10 (2024-10-01)

Features

  • deps: bump the all group across 1 directory with 7 updates (#148) (6183601)
Changelog

Sourced from @​nihalgonsalves/esconfig's changelog.

0.10.10 (2024-10-01)

Features

  • deps: bump the all group across 1 directory with 7 updates (#148) (6183601)
Commits
  • 7769606 chore(main): release esconfig 0.10.10 (#149)
  • 6183601 feat(deps): bump the all group across 1 directory with 7 updates (#148)
  • 07f6a66 chore(deps-dev): bump the all group with 2 updates (#146)
  • See full diff in compare view

Updates @vitest/coverage-v8 from 2.1.1 to 2.1.2

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0ce26a4 chore: release v2.1.2
  • 88bde99 fix(coverage): cleanOnRerun: false to invalidate previous results (#6592)
  • 1371ca6 fix(coverage): remove empty coverage folder on test failure too (#6547)
  • See full diff in compare view

Updates @vitest/ui from 2.1.1 to 2.1.2

Release notes

Sourced from @​vitest/ui's releases.

v2.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0ce26a4 chore: release v2.1.2
  • e7f3521 fix: move Vitest.setServer to post configureServer hook to enable import ...
  • d0bf89d fix(ui): list tests on ui when --standalone (#6577)
  • See full diff in compare view

Updates eslint from 9.11.1 to 9.12.0

Release notes

Sourced from eslint's releases.

v9.12.0

Features

  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)

Bug Fixes

  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)

Documentation

  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)

Chores

  • 555aafd chore: upgrade to @eslint/[email protected] (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v9.12.0 - October 4, 2024

  • 555aafd chore: upgrade to @eslint/[email protected] (#18987) (Francesco Trotta)
  • 873ae60 chore: package.json update for @​eslint/js release (Jenkins)
  • ea380ca fix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)
  • d0a5414 refactor: replace strip-ansi with native module (#18982) (Cristopher)
  • b827029 chore: Enable JSON5 linting (#18979) (Milos Djermanovic)
  • ecbd522 docs: Mention code explorer (#18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#18976) (Milos Djermanovic)
  • 5a6a053 feat: update to jiti v2 (#18954) (Arya Emami)
  • 57232ff docs: Mention plugin-kit in language docs (#18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • fdd6319 fix: Issues with type definitions (#18940) (Arya Emami)
  • 8f55ca2 chore: Upgrade espree, eslint-visitor-keys, eslint-scope (#18962) (Nicholas C. Zakas)
  • 17a07fb feat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#18944) (Jay)
  • 2ff0e51 feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)
  • 2d17453 feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)
  • c1a2725 chore: update dependency mocha to ^10.7.3 (#18945) (Milos Djermanovic)
Commits

Updates knip from 5.30.6 to 5.33.1

Release notes

Sourced from knip's releases.

Release 5.33.1

  • Upgrade jiti (a056e8d9)

Release 5.33.0

  • Remove more whitespace including newlines with enum members (29b35ea7)
  • Upgrade jiti to v2.3.2 (c5b94c91)
  • Add module and browser fields to getEntryPathsFromManifest (e63ebeca)

Release 5.32.0

  • Add pos to reference pragma import node (f704a2bb)
  • Rename propertyAccessCall → resolveCall (72b48273)
  • Update dev doc (36b85bad)
  • Minor refactor, add comments to get-imports-and-exports (e9416ec5)
  • Add ts.isPropertyAssignment to isConsiderReferencedNS (e4bada42)
  • Use {default: true} in jiti.import call (700a091c)
  • Update a few dependencies (d2a7b597)
  • Consider enum members used if used in object enumeration method (resolves #699) (feab7921)
  • Refactor behavior with/out ignoreExportsUsedInFile (14d2cfc2)
  • Always check types/classes for referenced in exported type (50bc1256)
  • Don't try to find refs to empty string in findInternalReferences (42d626f9)
  • Don't ignore (global) dependency if relative path (86ec088d)
  • Move hard-coded deno out of bash parser (fb0da5b7)
  • Add travis CI plugin (4821b528)
  • Improve nyc plugin (e6fa86ac)
  • Stylelint plugin - fix issue where "customSyntax" property is not recognised as a resolved dependency (#802) (fdb02462)
  • Don't try to find refs to empty string in findInternalReferences (fixes #800) (d9ae5dc9)
  • Update docs (0749921b)
  • Post "two years" (69c021b2)

Release 5.31.0

  • Do not treat trailing # in gitignore as comment (#797) (7fc63552)
  • Fix extension for file fixture containing TS (847649df)
  • Update some devDependencies (d304d8db)
  • Update docs for auto-fix (close #788) (48fbddfd)
  • Consistent reporter output (94da7f78)
  • Add support for enum and class members (1109cbf6)
  • Refactor for reuse/readabilty, more tests (20c2390c)
  • Fix issue type in export declarations (0f786f4b)
  • Support exported types (2a251fa2)
  • Improve unused export fixer, add tests (b0bb6430)
  • Update docs (b384403c)
  • Improve var naming in tests (2ed9e514)
  • Upgrade to jiti v2.1.0 (dea12f81)
  • Update docs re. known issues w/ jiti (6819eb93)
  • Remove obsolete jiti options (6d476308)
  • Use jiti.import + add tests (resolves #565) (3dd8ea68)
  • Migrate to jiti v2 (de7fa2d4)
Commits
  • 1522961 Release 5.33.1
  • a056e8d Upgrade jiti
  • 1c80952 Release 5.33.0
  • 29b35ea Remove more whitespace including newlines with enum members
  • c5b94c9 Upgrade jiti to v2.3.2
  • e63ebec Add module and browser fields to getEntryPathsFromManifest
  • c08abfd Release 5.32.0
  • f704a2b Add pos to reference pragma import node
  • 72b4827 Rename propertyAccessCall → resolveCall
  • e9416ec Minor refactor, add comments to get-imports-and-exports
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.8.0 to 8.8.1

Release notes

Sourced from typescript-eslint's releases.

v8.8.1

8.8.1 (2024-10-07)

🩹 Fixes

  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file (#10046)
  • typescript-estree: fix crash when running from a node --eval script (#10098)
  • typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.8.1 (2024-10-07)

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.

Commits

Updates vitest from 2.1.1 to 2.1.2

Release notes

Sourced from vitest's releases.

v2.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0ce26a4 chore: release v2.1.2
  • 383f179 fix(browser): throw an error if "@​vitest/browser/context" is imported outside...
  • 821400b fix(vitest): don't start a websocket server if api is disabled (#6617)
  • 8a8d3f0 fix(vitest): make env.SSR consistent between different pools (#6616)
  • ed8b7c0 fix(vitest): install dependencies with the same version when prompted (#6611)
  • d2a86ff fix(workspace): ignore DS_Store by default (#6571)
  • 88bde99 fix(coverage): cleanOnRerun: false to invalidate previous results (#6592)
  • 5f75790 refactor: replace strip-ansi with stripVTControlCharacters from `node:uti...
  • e7f3521 fix: move Vitest.setServer to post configureServer hook to enable import ...
  • 891d6fe docs: deprecate benchmark.outputFile option (#6591)
  • Additional commits viewable in compare view

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

Description has been truncated

Bumps the all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite) | `1.1.1` | `1.2.0` |
| [@nihalgonsalves/esconfig](https://github.com/nihalgonsalves/esconfig) | `0.10.9` | `0.10.10` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.1` | `2.1.2` |
| [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `2.1.1` | `2.1.2` |
| [eslint](https://github.com/eslint/eslint) | `9.11.1` | `9.12.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.30.6` | `5.33.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.8.0` | `8.8.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.2` |


Updates `@eslint/compat` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.1.1...compat-v1.2.0)

Updates `@nihalgonsalves/esconfig` from 0.10.9 to 0.10.10
- [Release notes](https://github.com/nihalgonsalves/esconfig/releases)
- [Changelog](https://github.com/nihalgonsalves/esconfig/blob/main/CHANGELOG.md)
- [Commits](nihalgonsalves/esconfig@esconfig-v0.10.9...esconfig-v0.10.10)

Updates `@vitest/coverage-v8` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/coverage-v8)

Updates `@vitest/ui` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/ui)

Updates `eslint` from 9.11.1 to 9.12.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.12.0)

Updates `knip` from 5.30.6 to 5.33.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.33.1/packages/knip)

Updates `typescript-eslint` from 8.8.0 to 8.8.1
- [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.8.1/packages/typescript-eslint)

Updates `vitest` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@nihalgonsalves/esconfig"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vitest/ui"
  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: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
@nihalgonsalves nihalgonsalves merged commit 95da113 into main Oct 8, 2024
1 check passed
@nihalgonsalves nihalgonsalves deleted the dependabot/npm_and_yarn/all-3c3a15ab42 branch October 8, 2024 06:32
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