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 ohm-js from 16.6.0 to 17.1.0 #29

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 Apr 28, 2023

Bumps ohm-js from 16.6.0 to 17.1.0.

Release notes

Sourced from ohm-js's releases.

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
    • #410: Added types for Interval.getLineAndColumn
  • #368: The primitiveValue property of nodes, which was deprecated in Ohm v16, has now been completely removed.
Commits
  • 170d10b fix: bug in packaging-tests due to change to extractExamples
  • 34c30b6 chore: Bump version number and update changelog
  • 0ed69f0 feat: Handle example comments for default start inside the grammar
  • 9302fd3 bump version number
  • 410fc81 feat: Add extractExamples to extras (#445)
  • 49e69dc chore: Move third_party code from root into incremental example
  • 48e6a7a chore: Update link to changelog
  • 45c24cb chore: Update repo references (harc/ohm → ohmjs/ohm)
  • e40b423 chore: Update references to ohm-editor repo
  • fdddc68 chore: release-please config
  • 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 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.1.0.
- [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.1.0)

---
updated-dependencies:
- dependency-name: ohm-js
  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 Apr 28, 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