Skip to content

fix(deps): update dependency comment-json to v4.6.2#8036

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/comment-json-4.x
Mar 16, 2026
Merged

fix(deps): update dependency comment-json to v4.6.2#8036
renovate[bot] merged 2 commits intomainfrom
renovate/comment-json-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2026

This PR contains the following updates:

Package Change Age Confidence
comment-json 4.3.04.6.2 age confidence

Release Notes

kaelzhang/node-comment-json (comment-json)

v4.6.2

Compare Source

v4.6.1

Compare Source

v4.6.0

Compare Source

v4.5.1

Compare Source

v4.5.0

Compare Source

  • MINOR: the new moveComments and removeComments to help you to manipulate comments
  • Improve typescript definitions
  • Fixes README.md

An upgrade is recommended for all dependents

v4.4.1

Compare Source

const {parse, stringify} = require('comment-json')

const parsed = parse(
  `{"foo": 9007199254740993}`,
  // The reviver function now has a 3rd param that contains the string source.
  (key, value, {source}) =>
    /^[0-9]+$/.test(source) ? BigInt(source) : value
)

console.log(parsed)
// {
//   "foo": 9007199254740993n
// }

stringify(parsed, (key, val) =>
  typeof value === 'bigint'
    // Pay attention that
    //   JSON.rawJSON is supported in node >= 21
    ? JSON.rawJSON(String(val))
    : value
)
// {"foo":9007199254740993}

An upgrade is recommended for all users.

v4.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 13, 2026 14:10
@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 13, 2026
@renovate renovate bot enabled auto-merge (squash) March 13, 2026 14:10
@github-actions
Copy link

github-actions bot commented Mar 13, 2026

📊 Benchmark results

Comparing with 8dae2c5

  • Dependency count: 1,122 (no change)
  • Package size: 357 MB ⬆️ 0.01% increase vs. 8dae2c5
  • Number of ts-expect-error directives: 362 (no change)

@renovate
Copy link
Contributor Author

renovate bot commented Mar 16, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit c1039b6 into main Mar 16, 2026
70 checks passed
@renovate renovate bot deleted the renovate/comment-json-4.x branch March 16, 2026 13:14
serhalp added a commit that referenced this pull request Mar 16, 2026
🤖 I have created a release *beep* *boop*
---


## [24.3.0](v24.2.0...v24.3.0)
(2026-03-16)


### Features

* scaffold migration command
([#8022](#8022))
([0938c79](0938c79))


### Bug Fixes

* **deps:** pin dependencies
([#8033](#8033))
([a3f9db4](a3f9db4))
* **deps**: update dependency comment-json to v4.6.2
([#8036](#8036))
[c1039b6](c1039b6)
* **deps:** remove problematic `gh-release-fetch` dep
([#8020](#8020))
([520caab](520caab))
* **deps:** update dependency @netlify/ai to v0.4.1
([#8044](#8044))
([e258cc4](e258cc4))
* **deps:** update dependency @netlify/dev to v4.16.1
([#8024](#8024))
([08aff83](08aff83))
* **deps:** update dependency @netlify/dev to v4.16.2
([#8045](#8045))
([720dd2e](720dd2e))
* **deps:** update dependency @netlify/dev-utils to v4.4.1
([#8025](#8025))
([3af7d88](3af7d88))
* **deps:** update dependency @netlify/edge-functions to v3.0.4
([#8027](#8027))
([33160b3](33160b3))
* **deps:** update dependency @netlify/functions to v5.1.3
([#8028](#8028))
([ef18129](ef18129))
* **deps:** update dependency @netlify/images to v1.3.5
([#8029](#8029))
([8dae2c5](8dae2c5))
* **deps:** update dependency @netlify/types to v2.4.0
([#8030](#8030))
([3104635](3104635))
* **deps:** update dependency ansi-escapes to v7.3.0
([#8035](#8035))
([50741f4](50741f4))
* **deps:** update dependency dotenv to v17.3.1
([#8038](#8038))
([bf8e84a](bf8e84a))
* **deps:** update netlify packages
([#8034](#8034))
([ae8e22c](ae8e22c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Philippe Serhal <philippe.serhal@netlify.com>
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