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, core-js-compat, react-scripts, prettier-eslint and prettier-eslint-cli in /anuvaad-fe/anuvaad-datasets-dashboard #651

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps semver to 6.3.1 and updates ancestor dependencies semver, core-js-compat, react-scripts, prettier-eslint and prettier-eslint-cli. These dependencies need to be updated together.

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

v5.7.2

5.7.2 (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 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

v5.7.2

5.7.2 (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 core-js-compat from 3.9.1 to 3.31.1

Changelog

Sourced from core-js-compat's changelog.

3.31.1 - 2023.07.06
3.31.0 - 2023.06.12

... (truncated)

Commits
  • 9376c6f 3.31.1
  • 80b2e80 add Deno 1.35 compat data mapping
  • f2b351a mark value argument of URLSearchParams.prototype.{ has, delete } as suppo...
  • 60d91f8 add a link
  • 2adeff0 update Opera Android 76 compat data mapping
  • 74eaa4b add Quest Browser 28 compat data mapping
  • 74716af add missing NodeJS 12.16-12.22 compat data mapping
  • 4f96175 add React Native 0.72 Hermes compat data
  • aaa2e4a update dependencies
  • eef0929 update dependencies
  • Additional commits viewable in compare view

Updates react-scripts from 3.4.3 to 5.0.1

Changelog

Sourced from react-scripts's changelog.

3.4.4 (2020-10-20)

v3.4.4 release bumps resolve-url-loader to a version for which npm audit does not report a vulnerability. Note that this vulnerability did not affect Create React App projects, so this change is only necessary to satisfy auditing tools.

Commits

Updates prettier-eslint from 8.8.2 to 15.0.1

Release notes

Sourced from prettier-eslint's releases.

v15.0.1

15.0.1 (2022-05-26)

Bug Fixes

  • docs: Change the return type of format function (docs & types) (#751) (d6ef389)

v15.0.0

15.0.0 (2022-05-15)

chore

  • prettier: Take Prettier 2.4.0's jsxBracketSameLine → bracketSameLine (#749) (26a574c)

BREAKING CHANGES

  • prettier: Support Prettier 2.4.0+

v14.1.0

14.1.0 (2022-05-14)

Features

v14.0.3

14.0.3 (2022-05-11)

Bug Fixes

  • 🐛 Support 'overrideConfigFile' option for ESLint (#745) (3746d67)

v14.0.2

14.0.2 (2022-04-27)

Bug Fixes

  • 🚑 Fix invalid ESLint configuration error (#735) (c425280)

v14.0.1

14.0.1 (2022-04-23)

Bug Fixes

... (truncated)

Commits
  • d6ef389 fix(docs): Change the return type of format function (docs & types) (#751)
  • 26a574c chore(prettier): Take Prettier 2.4.0's jsxBracketSameLine → bracketSameLine (...
  • b271486 feat: ✨ Add TypeScript definitions (#739)
  • 3746d67 fix: 🐛 Support 'overrideConfigFile' option for ESLint (#745)
  • c425280 fix: 🚑 Fix invalid ESLint configuration error (#735)
  • ba7cb88 fix: 🚑 Fix missing await (#725)
  • e09c913 Merge branch 'master' of github.com:prettier/prettier-eslint
  • a1e51e8 ci(GitHub): 💚 Use HTTPs for npm publish (#724)
  • ba3c6c8 ci(GitHub): 💚 Use HTTPs for npm publish (#724)
  • d8bf1e3 feat: ✨ Support ESLint 8 (#696)
  • Additional commits viewable in compare view

Updates prettier-eslint-cli from 4.7.1 to 7.1.0

Release notes

Sourced from prettier-eslint-cli's releases.

v7.1.0

Minor Changes

New Contributors

Full Changelog: prettier/prettier-eslint-cli@v7.0.2...v7.1.0

v7.0.2

Patch Changes

What's Changed

New Contributors

Full Changelog: prettier/prettier-eslint-cli@v7.0.1...v7.0.2

v7.0.1

7.0.1 (2022-08-23)

Bug Fixes

  • deps: migrate messageformat to @messageformat/core (#442) (3eef076)

New Contributors

Full Changelog: prettier/prettier-eslint-cli@v7.0.0...v7.0.1

v7.0.0

7.0.0 (2022-08-14)

Features

  • make the cli work with/without prettier-eslint peer (#438) (39c38b5)

BREAKING CHANGES

... (truncated)

Changelog

Sourced from prettier-eslint-cli's changelog.

7.1.0

Minor Changes

7.0.2

Patch Changes

Commits
  • 33b39e5 chore: release prettier-eslint-cli v7.1.0 (#445)
  • 4561a79 feat: support matching dot files (#132)
  • 625a7fe chore: release prettier-eslint-cli v7.0.2 (#444)
  • 7801aa8 ci: build before committing
  • 4093cb7 fix(list-different): removed the message at the end of execution (#288)
  • d8fc957 ci: changeset release should be changeset publish
  • e4ad84f ci: migrate semantic-release to changesets (#443)
  • 3eef076 fix(deps): migrate messageformat to @messageformat/core (#442)
  • 39c38b5 feat: make the cli work with/without prettier-eslint peer (#438)
  • 58101c1 docs: cleanup build and sponsors badges (#440)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

…ier-eslint-cli

Bumps [semver](https://github.com/npm/node-semver) to 6.3.1 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [core-js-compat](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-compat), [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts), [prettier-eslint](https://github.com/prettier/prettier-eslint) and [prettier-eslint-cli](https://github.com/prettier/prettier-eslint-cli). These dependencies need to be updated together.


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@v5.7.1...v6.3.1)

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@v5.7.1...v6.3.1)

Updates `core-js-compat` from 3.9.1 to 3.31.1
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.31.1/packages/core-js-compat)

Updates `react-scripts` from 3.4.3 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/[email protected]/packages/react-scripts)

Updates `prettier-eslint` from 8.8.2 to 15.0.1
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier-eslint@v8.8.2...v15.0.1)

Updates `prettier-eslint-cli` from 4.7.1 to 7.1.0
- [Release notes](https://github.com/prettier/prettier-eslint-cli/releases)
- [Changelog](https://github.com/prettier/prettier-eslint-cli/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier-eslint-cli@v4.7.1...v7.1.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: semver
  dependency-type: indirect
- dependency-name: core-js-compat
  dependency-type: indirect
- dependency-name: react-scripts
  dependency-type: direct:production
- dependency-name: prettier-eslint
  dependency-type: direct:development
- dependency-name: prettier-eslint-cli
  dependency-type: direct:development
...

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 Jul 12, 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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants