Skip to content

chore(deps): bump parse-json from 5.2.0 to 8.3.0#1305

Merged
jairo-bc merged 1 commit into
masterfrom
dependabot/npm_and_yarn/parse-json-8.3.0
Aug 6, 2025
Merged

chore(deps): bump parse-json from 5.2.0 to 8.3.0#1305
jairo-bc merged 1 commit into
masterfrom
dependabot/npm_and_yarn/parse-json-8.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2025

Copy link
Copy Markdown
Contributor

Bumps parse-json from 5.2.0 to 8.3.0.

Release notes

Sourced from parse-json's releases.

v8.3.0

  • Update dependencies (#52) cd509ed

sindresorhus/parse-json@v8.2.0...v8.3.0

v8.2.0

  • Add orignal error to JSONError.cause (#50) 703bb87

sindresorhus/parse-json@v8.1.0...v8.2.0

v8.1.0

  • Remove json-parse-even-better-errors dependency (#47) 1acdef5

sindresorhus/parse-json@v8.0.1...v8.1.0

v8.0.1

  • Fix code frame for parsing { (#44) 13cf9c1

sindresorhus/parse-json@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 18 49e6dfa

sindresorhus/parse-json@v7.1.1...v8.0.0

v7.1.1

  • Fix code frame for Node.js v21 (#40) 789771a

sindresorhus/parse-json@v7.1.0...v7.1.1

v7.1.0

  • Add rawCodeFrame property to JSONError (#37) 9f3bd0b

sindresorhus/parse-json@v7.0.0...v7.1.0

v7.0.0

Breaking

  • Require Node.js 16 (#36) c4d2319

Improvements

  • Add TypeScript definition (#36) c4d2319

... (truncated)

Commits

Dependabot compatibility score

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 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)

Bumps [parse-json](https://github.com/sindresorhus/parse-json) from 5.2.0 to 8.3.0.
- [Release notes](https://github.com/sindresorhus/parse-json/releases)
- [Commits](sindresorhus/parse-json@v5.2.0...v8.3.0)

---
updated-dependencies:
- dependency-name: parse-json
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2025
@jairo-bc jairo-bc requested a review from Copilot August 6, 2025 08:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the parse-json dependency from version 5.2.0 to 8.3.0, which is a major version upgrade that includes breaking changes and new features.

  • Updates parse-json dependency to the latest version (8.3.0)
  • Includes breaking changes that require Node.js 18+ (from the previous requirement of Node.js 16+)
  • Adds new features like JSONError.cause property and improved error handling

Comment thread package.json
"object-to-spawn-args": "^2.0.0",
"ora": "^8.0.1",
"parse-json": "^5.2.0",
"parse-json": "^8.3.0",

Copilot AI Aug 6, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a major version upgrade (5.x to 8.x) that includes breaking changes requiring Node.js 18+. Ensure your project's Node.js version requirement is compatible and that all usage of parse-json has been tested with the new API changes, particularly around error handling where JSONError now includes a 'cause' property.

Copilot uses AI. Check for mistakes.
@jairo-bc jairo-bc merged commit ea39af0 into master Aug 6, 2025
10 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/parse-json-8.3.0 branch August 6, 2025 09:19
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 8.10.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants