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

chore(deps): bump @humanwhocodes/momoa from 2.0.4 to 3.0.2 #228

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps @humanwhocodes/momoa from 2.0.4 to 3.0.2.

Release notes

Sourced from @​humanwhocodes/momoa's releases.

momoa-js: v3.0.2

3.0.2 (2024-04-18)

Bug Fixes

  • docs: Update incorrect example (6c2b9ba)

momoa-js: v3.0.1

3.0.1 (2024-02-12)

Bug Fixes

  • types: Ensure proper types in Momoa JS (4ffe83b)

momoa-rs: v3.0.1

3.0.1 (2024-02-12)

Bug Fixes

  • deps: update rust crate thiserror to 1.0.57 (#68) (e96a540)

momoa-js: v3.0.0

3.0.0 (2023-03-15)

Breaking Changes

  • The comments option to parse() and tokenize() has been removed and replaced with the mode option, which can be either "json" for JSON parsing or "jsonc" to parse JSON with C-style comments.
  • The type property on tokens has been expanded: "Punctuator" has been removed and replaced with specific token types for each of the former punctuator characters, "LBrace", "RBrace", "LBracket", "RBracket", "Comma", and "Colon"
  • The value property has been removed from tokens in order to improve performance. You can easily retrieve the value of any token via text.slice(token.loc.start.offset, token.loc.end.offset) or text.slice(token.range[0], token.range[1]) (if ranges: true is used).
  • A new Element node as been introduced to be the parent node of each array element (similar to Member in Object.members). This allows you to easily look up the AST to determine if a value is inside of an array or not.

Features

  • momoa-js: Add type checking (#64) (9dec1c7)
  • Re-add the ranges option (7ce69ee)
  • Re-add tokens option for parse (808a21e)

momoa-rs: v3.0.0

3.0.0 (2023-03-15)

Bug Fixes

  • deps: update rust crate serde-wasm-bindgen to 0.5 (#58) (538e5d2)
  • deps: update rust crate thiserror to 1.0.39 (#57) (373de08)
  • Separate debug output from error messages. (98a8c2e)
Commits
  • 1a0f46f chore: release main (#86)
  • 6c2b9ba fix(docs): Update incorrect example
  • 07aa154 chore: release main (#79)
  • 4ffe83b fix(types): Ensure proper types in Momoa JS
  • 96c178f chore(deps): update dependency chai to v4.4.1 (#76)
  • b3e5df5 Add CommonJS types to fix node16 module resolution (#78)
  • 5b28728 chore(deps): update dependency sinon to v15.2.0 (#71)
  • e96a540 fix(deps): update rust crate thiserror to 1.0.57 (#68)
  • c5c43c5 chore: Update release-please-config
  • 00aabfa chore: Toot out releases
  • Additional commits viewable in compare view

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 [@humanwhocodes/momoa](https://github.com/humanwhocodes/momoa) from 2.0.4 to 3.0.2.
- [Release notes](https://github.com/humanwhocodes/momoa/releases)
- [Changelog](https://github.com/humanwhocodes/momoa/blob/main/release-please-config.json)
- [Commits](humanwhocodes/momoa@v2.0.4...momoa-js-v3.0.2)

---
updated-dependencies:
- dependency-name: "@humanwhocodes/momoa"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2024
@dependabot dependabot bot requested a review from erunion May 1, 2024 18:46
@erunion erunion closed this May 1, 2024
Copy link
Author

dependabot bot commented on behalf of github May 1, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/humanwhocodes/momoa-3.0.2 branch May 1, 2024 18:48
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
1 participant