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, eslint-plugin-github and eslint-plugin-jest #117

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps semver to 6.3.1 and updates ancestor dependencies semver, eslint-plugin-github and eslint-plugin-jest. These dependencies need to be updated together.

Updates semver from 6.3.0 to 6.3.1

Release notes

Sourced from semver's releases.

v6.3.1

6.3.1 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

6.3.1 (2023-07-10)

Bug Fixes

6.2.0

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

6.1.3

  • Handle X-ranges properly in includePrerelease mode

6.1.2

  • Do not throw when testing invalid version strings

6.1.1

  • Add options support for semver.coerce()
  • Handle undefined version passed to Range.test

6.1.0

  • Add semver.compareBuild function
  • Support * in semver.intersects

6.0

  • Fix intersects logic.

    This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

... (truncated)

Commits
Maintainer changes

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


Updates semver from 5.7.1 to 6.3.1

Release notes

Sourced from semver's releases.

v6.3.1

6.3.1 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

6.3.1 (2023-07-10)

Bug Fixes

6.2.0

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

6.1.3

  • Handle X-ranges properly in includePrerelease mode

6.1.2

  • Do not throw when testing invalid version strings

6.1.1

  • Add options support for semver.coerce()
  • Handle undefined version passed to Range.test

6.1.0

  • Add semver.compareBuild function
  • Support * in semver.intersects

6.0

  • Fix intersects logic.

    This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

... (truncated)

Commits
Maintainer changes

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


Updates semver from 5.7.0 to 6.3.1

Release notes

Sourced from semver's releases.

v6.3.1

6.3.1 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

6.3.1 (2023-07-10)

Bug Fixes

6.2.0

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

6.1.3

  • Handle X-ranges properly in includePrerelease mode

6.1.2

  • Do not throw when testing invalid version strings

6.1.1

  • Add options support for semver.coerce()
  • Handle undefined version passed to Range.test

6.1.0

  • Add semver.compareBuild function
  • Support * in semver.intersects

6.0

  • Fix intersects logic.

    This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver 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) (0e048f1)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

27.2.2 (2023-06-19)

Bug Fixes

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

27.2.1 (2023-01-06)

Bug Fixes

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

27.2.0 (2022-12-31)

Features

27.1.7 (2022-12-15)

Bug Fixes

27.1.6 (2022-11-24)

Bug Fixes

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

27.1.5 (2022-11-10)

Performance Improvements

  • use Set instead of iterating, and deduplicate a function (#1278) (0e048f1)

27.1.4 (2022-11-04)

Performance Improvements

  • don't collect more info than needed when resolving jest functions (#1275) (e4a5674)

27.1.3 (2022-10-18)

... (truncated)

Commits
  • 984e894 chore(release): 27.2.2 [skip ci]
  • 34c3d32 fix: add missing (optional) peer dependency on Jest (#1384)
  • 7ae4621 chore: enable npm provenance (#1383)
  • ad676dc docs(no-large-snapshots): mention --ext snap (#1373)
  • 197e986 chore(deps): lock file maintenance
  • 8607082 chore(deps): lock file maintenance
  • 68184bf chore(deps): update yarn to v3.6.0 (#1379)
  • 48a6de4 chore(deps): lock file maintenance
  • 7a24869 chore(deps): update ariperkkio/eslint-remote-tester-run-action action to v4 (...
  • 698d407 chore(deps): lock file maintenance
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [semver](https://github.com/npm/node-semver) to 6.3.1 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [eslint-plugin-github](https://github.com/github/eslint-plugin-github) and [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest). These dependencies need to be updated together.


Updates `semver` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v6.3.1)

Updates `semver` from 5.7.1 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v6.3.1)

Updates `semver` from 5.7.0 to 6.3.1
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](npm/node-semver@v6.3.0...v6.3.1)

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)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: semver
  dependency-type: indirect
- dependency-name: semver
  dependency-type: indirect
- dependency-name: eslint-plugin-github
  dependency-type: direct:development
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 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.

None yet

0 participants