Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps kdljs from 0.2.0 to 0.3.0.

Changelog

Sourced from kdljs's changelog.

0.3.0 (2025-01-08)

Bug Fixes

  • formatter: update to KDL 2.0 (e2b73c5)
  • parser: add vertical tab (0x0B) as newline (cdccd9f)
  • parser: add whitespace escapes to quoted strings (d04352c)
  • parser: allow bare identifier strings (d531b07)
  • parser: disallow banned identifier values (a867a74)
  • parser: disallow escaped unicode scalar values (401e612)
  • parser: disallow more literal code points (c099947)
  • parser: disallow more numeric-like bare identifiers (8ba3e15)
  • parser: disallow some literal code points (5256331)
  • parser: fix disallowed code point regexes (2cf1c39)
  • parser: fix escline behavior (89e0585)
  • parser: fix handling of surrogate pairs (e191c69)
  • parser: fix parsing of multiline strings (fcddb84)
  • parser: fix slashdash behavior (f033654)
  • parser: fix slashdash behavior (622fbd8)
  • parser: fix unterminated nodes at the end of children blocks (48b4307)
  • parser: implement bare identifier strings (846f7c0)
  • parser: implement float keywords (7250cd1)
  • parser: implement multiline strings (127f9a2)
  • parser: only allow U+FEFF at start of file (e1e3769)
  • parser: remove '#' as identifier character (c632bd1)
  • parser: remove raw string prefix (a4ffec2)
  • parser: un-reserve ",", "<", and ">" from identifier strings (375d8b8)
  • parser: update boolean/null literals (a0ccaee)
  • parser: update escaped characters for quoted strings (89eb557)
  • parser: update optional whitespace limitations (7d12d1d)
  • query: update KQL to 2.0 (719f966)
  • types: update to KDL 2.0 (3712172)

chore

  • bump development dependencies (f07cc25)

Code Refactoring

BREAKING CHANGES

  • This library is now ESM-only.
  • Drop support for Node.js v16
Commits
  • 7495071 0.3.0
  • ababaec chore: update chevrotain to v11
  • 84ec2f1 chore(jsdoc): update jsdoc configuration
  • c8b6a53 docs(parser): fix jsdoc annotations
  • 3712172 fix(types): update to KDL 2.0
  • 974b2b2 refactor: change to ESM
  • f07cc25 chore: bump development dependencies
  • 9a48274 style(parser): remove unused code
  • 6e98c92 docs(readme): validate examples
  • 719f966 fix(query): update KQL to 2.0
  • 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 [kdljs](https://github.com/kdl-org/kdljs) from 0.2.0 to 0.3.0.
- [Changelog](https://github.com/kdl-org/kdljs/blob/main/CHANGELOG.md)
- [Commits](kdl-org/kdljs@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: kdljs
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 14, 2025
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