Skip to content

chore(deps): bump ohm-js from 16.6.0 to 17.2.1#125

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ohm-js-17.2.1
Closed

chore(deps): bump ohm-js from 16.6.0 to 17.2.1#125
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/ohm-js-17.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2025

Copy link
Copy Markdown
Contributor

Bumps ohm-js from 16.6.0 to 17.2.1.

Release notes

Sourced from ohm-js's releases.

Ohm v17.2.1

NPM Browser bundles: ohm.jsohm.min.js

New features:

  • [456b540]: asIteration() is now support for iter nodes (returns the node itself)

Fixes

  • [59b17ec]: Expose Matcher’s grammar prop in TS types

Ohm v17.1.0

NPM Browser bundles: ohm.jsohm.min.js

New features:

  • Added extractExamples to the extras module, which can extract example inputs — written with a special comment syntax — from grammar definitions.

Ohm v17.0.4

NPM Browser bundles: ohm.jsohm.min.js

Fixes

  • [c2e552d]: Add _buildGrammar back to exports. (It's a private API used by the Ohm Editor.)
  • [4d9ee89]: Ensure ohm.version reports the correct value. Due to a change in the build scripts, it was stuck at '17.0.0'.

Ohm v17.0.3

NPM Browser bundles: ohm.jsohm.min.js

Release notes

Breaking changes:

  • #424: any now consumes an entire code point (i.e., a full Unicode character), not just a single, 16-bit code unit.
  • [55c787b]: The namespace helpers (namespace, extendNamespace) have been removed. (These were always optional.)
  • [bea0be9]: When used as an ES module, the main 'ohm-js' module now has only named exports (i.e., no default export). The same is true for ohm-js/extras.
  • #395: In generated type definitions, action dictionary types now inherit from BaseActionDict<T>, a new supertype of ActionDict<T>.
  • [9e32f8d]: ohm.util is removed from the public API. getLineAndColumn and getLineAndColumn have been moved into the extras module.
  • #398: Changed the default behavior toAST for the built-in list rules (ListOf and friends). Both the syntactic (ListOf, ...) and lexical versions (listOf, ...) are now represented as arrays, with the separators discarded. Previously, the syntactic versions were represented by arrays, but with separators included, and the lexical versions were represented as strings (just like other lexical rules).

Other notable changes:

  • #416: Fix crash when calling toString on a non-root node
  • [13c8991]: The deprecated grammarFromScriptElement and grammarsFromScriptElements functions have been entirely removed.
  • Improvements to the TypeScript types:
    • #407: Added types for the built-in asIteration operation

... (truncated)

Commits
  • 3e735e7 chore: Bump version numbers for ohm-js and @​ohm-js/cli
  • e1037c5 chore: Bump version numbers for ohm-js and @​ohm-js/cli
  • 84e169e Update contributors
  • c0a56cc doc: Fix broken link in readme, update publishing steps
  • 0a09ce1 chore: Update changelog and bump version number
  • eb4be00 fix(markdown ex): Incomplete variable (#420)
  • 5c0843a doc/patterns-and-pitfalls.md: fix a typo (#454)
  • 456b540 fix(semantics): support asIteration() for _iter nodes (#472)
  • 03b5b17 Es grammars fix (#477)
  • 7c77bd9 Fix link in docs that MDX doesn't parse properly (#488)
  • Additional commits viewable in compare view

Dependabot compatibility score

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

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

Bumps [ohm-js](https://github.com/ohmjs/ohm) from 16.6.0 to 17.2.1.
- [Release notes](https://github.com/ohmjs/ohm/releases)
- [Changelog](https://github.com/ohmjs/ohm/blob/main/release-please-config.json)
- [Commits](ohmjs/ohm@v16.6.0...v17.2.1)

---
updated-dependencies:
- dependency-name: ohm-js
  dependency-version: 17.2.1
  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 Jul 29, 2025
@ilyar ilyar closed this Dec 2, 2025
@dependabot @github

dependabot Bot commented on behalf of github Dec 2, 2025

Copy link
Copy Markdown
Contributor Author

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/ohm-js-17.2.1 branch December 2, 2025 06:55
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