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 semver, @actions/github, @size-limit/file, @typescript-eslint/parser, eslint, eslint-plugin-github, eslint-plugin-jest, jest, jest-circus, size-limit and ts-jest #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 24, 2023

Bumps semver to 7.5.3 and updates ancestor dependencies semver, @actions/github, @size-limit/file, @typescript-eslint/parser, eslint, eslint-plugin-github, eslint-plugin-jest, jest, jest-circus, size-limit and ts-jest. These dependencies need to be updated together.

Updates semver from 5.5.0 to 7.5.3

Release notes

Sourced from semver's releases.

v7.5.3

7.5.3 (2023-06-22)

Bug Fixes

Documentation

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.3 (2023-06-22)

Bug Fixes

Documentation

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

Bug Fixes

... (truncated)

Commits
  • 7fdf1ef chore: release 7.5.3
  • bf53dd8 docs: add example for > comparator (#569)
  • abdd93d fix: set max lengths in regex for numeric and build identifiers (#571)
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates @actions/github from 2.1.1 to 5.1.1

Changelog

Sourced from @​actions/github's changelog.

5.1.1

  • Export default octokit options #1188

5.1.0

  • Add additionalPlugins parameter to getOctokit method #1181
  • Dependency updates #1180

5.0.3

    • Update to v2.0.1 of @actions/http-client #1087

5.0.2

  • Update to v2.0.0 of @actions/http-client

5.0.1

5.0.0

4.0.0

3.0.0

2.2.0

Commits
Maintainer changes

This version was pushed to npm by thboop, a new releaser for @​actions/github since your current version.


Updates @size-limit/file from 4.3.1 to 8.2.6

Changelog

Sourced from @​size-limit/file's changelog.

8.2.6

  • Fixed npm release process.

8.2.5

  • Fixed opening report in @size-limit/esbuild-why (by Yaroslav Chapelskyi).
  • Updated esbuild.

8.2.4

  • Fixed @size-limit/esbuild-why for multiple checks (by Homa Wong).

8.2.3

  • Fixed npm release process.

8.2.2

  • Fixed npm release process.

8.2.1

  • Fixed @size-limit/esbuild-why package size.

8.2

  • Added @size-limit/esbuild-why plugin (by Homa Wong).
  • Fixed peer dependency (by Sébastien Vanvelthem).

8.1.2

  • Fixed silent mode (by Igor Suvorov).
  • Updated esbuild.
  • Reduced dependencies.

8.1.1

  • Updated esbuild.

8.1

8.0.1

  • Fixed config and modifyEsbuildConfig options (by Angelo Ashmore).
  • Updated esbuild.

8.0

  • Removed Node.js 12 support.
  • Added support for third-party plugins support (by @​JounQin).
  • Added field with limit to JSON output (by Elliot Westlake).

7.0.8

  • Fixed peer dependencies.

7.0.7

  • Fixed plugin versions in presets.

7.0.6

... (truncated)

Commits

Updates @typescript-eslint/parser from 2.23.0 to 2.23.0

Changelog

Sourced from @​typescript-eslint/parser's changelog.

Commits

Updates eslint from 5.16.0 to 8.43.0

Release notes

Sourced from eslint's releases.

v8.43.0

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)

Documentation

  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)
  • 428fc76 docs: resubmit Create Plugins documentation (#17268) (Nitin Kumar)
  • bdca88c docs: resubmit Configuration Files documentation (#17267) (Nitin Kumar)
  • f5c01f2 docs: resubmit Manage Issues documentation (#17266) (Nitin Kumar)
  • b199295 docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)
  • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (#17263) (Nitin Kumar)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)
  • 85d2b30 docs: explain how to include predefined globals (#17261) (Marcus Wyatt)
  • de4d3c1 docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)
  • 3912f3a docs: Improve ignores documentation (#17239) (Francesco Trotta)
  • 35e11d3 docs: fix typos and missing info (#17257) (Ed Lucas)
  • 0bc257c docs: Clarify no-div-regex rule docs (#17051) (#17255) (Francesco Trotta)
  • 788d836 docs: add references to MIT License (#17248) (Milos Djermanovic)
  • 58aab6b docs: Update README (GitHub Actions Bot)
  • 3ef5814 docs: Revert all changes after the license change (#17227) (Milos Djermanovic)
  • 03fc4aa docs: Update README (GitHub Actions Bot)

Chores

  • 78350f6 chore: upgrade @​eslint/js@​8.43.0 (#17295) (Milos Djermanovic)
  • 62bf759 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • e0a2448 chore: docs package.license ISC => MIT (#17254) (唯然)
  • 6a0196c chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)

v8.42.0

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)

Documentation

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.43.0 - June 16, 2023

  • 78350f6 chore: upgrade @​eslint/js@​8.43.0 (#17295) (Milos Djermanovic)
  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 62bf759 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)
  • 428fc76 docs: resubmit Create Plugins documentation (#17268) (Nitin Kumar)
  • bdca88c docs: resubmit Configuration Files documentation (#17267) (Nitin Kumar)
  • f5c01f2 docs: resubmit Manage Issues documentation (#17266) (Nitin Kumar)
  • b199295 docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (#17263) (Nitin Kumar)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)
  • 85d2b30 docs: explain how to include predefined globals (#17261) (Marcus Wyatt)
  • de4d3c1 docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)
  • 3912f3a docs: Improve ignores documentation (#17239) (Francesco Trotta)
  • 35e11d3 docs: fix typos and missing info (#17257) (Ed Lucas)
  • e0a2448 chore: docs package.license ISC => MIT (#17254) (唯然)
  • 0bc257c docs: Clarify no-div-regex rule docs (#17051) (#17255) (Francesco Trotta)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#17182) (Azat S)
  • 788d836 docs: add references to MIT License (#17248) (Milos Djermanovic)
  • 58aab6b docs: Update README (GitHub Actions Bot)
  • 6a0196c chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)
  • 030a827 Revert "feat: docs license (#17010)" (#17231) (唯然)
  • 3ef5814 docs: Revert all changes after the license change (#17227) (Milos Djermanovic)
  • 03fc4aa docs: Update README (GitHub Actions Bot)

v8.42.0 - June 2, 2023

  • 6ca5b7c chore: upgrade @​eslint/js@​8.42.0 (#17236) (Milos Djermanovic)
  • 67fc5e7 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0892412 refactor: remove Identifier listener in no-irregular-whitespace (#17235) (Milos Djermanovic)
  • a589636 fix: Config with ignores and without files should not always apply (#17181) (Milos Djermanovic)
  • 01d7142 docs: Update README (GitHub Actions Bot)
  • f67d298 test: Add FlatESLint tests with missing config files (#17164) (Milos Djermanovic)
  • e5182b7 docs: Update README (GitHub Actions Bot)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)
  • 5b68d51 chore: Fix fixedsize attribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)
  • b8448ff feat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)
  • 37432f2 chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.


Updates eslint-plugin-github from 2.0.0 to 4.8.0

Release notes

Sourced from eslint-plugin-github's releases.

v4.8.0

What's Changed

Full Changelog: github/eslint-plugin-github@v4.7.0...v4.8.0

v4.7.0

What's Changed

New Contributors

... (truncated)

Commits
  • dad26dc Merge pull request #442 from github/kh-turn-auto-focus-off
  • b8b718b Update react.js
  • 8dfe7e5 Merge pull request #441 from github/manuelpuyol-patch-1
  • c96247b Update dependabot.yml
  • 7df36a9 Merge pull request #439 from github/dependabot/npm_and_yarn/typescript-eslint...
  • 7af4f22 Merge pull request #438 from github/dependabot/npm_and_yarn/eslint-8.40.0
  • 37bd7ca Merge pull request #437 from github/dependabot/npm_and_yarn/typescript-eslint...
  • f372f97 chore(deps): bump @​typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2
  • 2424996 chore(deps-dev): bump eslint from 8.39.0 to 8.40.0
  • 9f43a78 chore(deps): bump @​typescript-eslint/parser from 5.59.0 to 5.59.2
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by githubbot, a new releaser for eslint-plugin-github since your current version.


Updates eslint-plugin-jest from 22.21.0 to 27.2.2

Release notes

Sourced from eslint-plugin-jest's releases.

v27.2.2

27.2.2 (2023-06-19)

Bug Fixes

  • add missing (optional) peer dependency on Jest (#1384) (34c3d32)

v27.2.1

27.2.1 (2023-01-06)

Bug Fixes

  • valid-expect-in-promise: handle sparse arrays (#1325) (21e72c9)

v27.2.0

27.2.0 (2022-12-31)

Features

v27.1.7

27.1.7 (2022-12-15)

Bug Fixes

v27.1.6

27.1.6 (2022-11-24)

Bug Fixes

  • ensure rule fixes produce valid code when function params and args have trailing commas (#1282) (8eca0b7)

v27.1.5

27.1.5 (2022-11-10)

Performance Improvements

  • use Set instead of iterating, and deduplicate a function (#1278) (Description has been truncated

…rser, eslint, eslint-plugin-github, eslint-plugin-jest, jest, jest-circus, size-limit and ts-jest

Bumps [semver](https://github.com/npm/node-semver) to 7.5.3 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github), [@size-limit/file](https://github.com/ai/size-limit), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint), [eslint-plugin-github](https://github.com/github/eslint-plugin-github), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest), [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus), [size-limit](https://github.com/ai/size-limit) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together.


Updates `semver` from 5.5.0 to 7.5.3
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v5.5.0...v7.5.3)

Updates `@actions/github` from 2.1.1 to 5.1.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `@size-limit/file` from 4.3.1 to 8.2.6
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@4.3.1...8.2.6)

Updates `@typescript-eslint/parser` from 2.23.0 to 2.23.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.23.0/packages/parser)

Updates `eslint` from 5.16.0 to 8.43.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v5.16.0...v8.43.0)

Updates `eslint-plugin-github` from 2.0.0 to 4.8.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v2.0.0...v4.8.0)

Updates `eslint-plugin-jest` from 22.21.0 to 27.2.2
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v22.21.0...v27.2.2)

Updates `jest` from 24.9.0 to 29.5.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest)

Updates `jest-circus` from 24.9.0 to 29.5.0
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-circus)

Updates `size-limit` from 4.3.1 to 8.2.6
- [Changelog](https://github.com/ai/size-limit/blob/main/CHANGELOG.md)
- [Commits](ai/size-limit@4.3.1...8.2.6)

Updates `ts-jest` from 24.3.0 to 29.1.0
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v24.3.0...v29.1.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: "@actions/github"
  dependency-type: direct:production
- dependency-name: "@size-limit/file"
  dependency-type: direct:development
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
- dependency-name: eslint
  dependency-type: direct:development
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
- dependency-name: jest
  dependency-type: direct:development
- dependency-name: jest-circus
  dependency-type: direct:development
- dependency-name: size-limit
  dependency-type: direct:development
- dependency-name: ts-jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2023
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.

0 participants