Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2025

This PR contains the following updates:

Package Change Age Confidence
ecmarkup 16.0.0 -> 21.4.0 age confidence

Release Notes

tc39/ecmarkup (ecmarkup)

v21.4.0: Version 21.4.0

Compare Source

What's Changed

Full Changelog: tc39/ecmarkup@v21.3.1...v21.4.0

v21.3.1: Version 21.3.1

Compare Source

What's Changed

  • Restore superscripts that are stripped by yaml parser in print js by @​gesa in #​648

v21.3.0: Version 21.3.0

Compare Source

What's Changed

v21.2.1: Version 21.2.1

Compare Source

What's Changed

  • add a meta tag to set viewport options for mobile devices in #​626
  • Fix display of normative optional blocks used as algorithm steps in #​641

Full Changelog: tc39/ecmarkup@v21.2.0...v21.2.1

v21.2.0: Version 21.2.0

Compare Source

What's Changed

  • Some fixes to maintain compliance to the styleguide in #​638

Full Changelog: tc39/ecmarkup@v21.1.0...v21.2.0

v21.1.0: Version 21.1.0

Compare Source

What's Changed

  • Support Dark Mode in #​632
  • Fix 'oneof' in syntax-directed operations in #​637

Full Changelog: tc39/ecmarkup@v21.0.0...v21.1.0

v21.0.0: Version 21.0.0

Compare Source

Breaking Changes

  • --old-toc has been removed in favor of the new --printable in #​600
  • any CSS which was relying on emu-import being present will need to be updated after #​624

What's Changed

New Contributors

Full Changelog: tc39/ecmarkup@v20.0.0...v21.0.0

v20.0.0: Version 20.0.0

Compare Source

Breaking changes

In #​611, the engines field has been updated to indicate support only for node 18+.

In #​615, special handling for AOs named "Completion" and "GeneratorYield" has been dropped in favor of a new attribute, "skip return checks", which can be applied to any AO. When upstreaming into ecma262 this will need to be done for those as well as for NormalCompletion.

All PRs

  • Fix emu-format --check with multiple files in #​607
  • handle ins/del in completion-record typechecks in #​610
  • Bump engines and some dependencies in #​611
  • Refactor typechecker in #​612
  • special handling for Completion/NormalCompletion in the typechecker in #​613
  • Check return types in #​615

v19.1.0: Version 19.1.0

Compare Source

What's Changed

v19.0.0: Version 19.0.0

Compare Source

What's Changed

  • update lint rule to accept %-notation in operation headers in #​595

This is a breaking change: @@​symbol notation is now a lint failure, which will break the build if you are using --strict. See tc39/ecma262#1314 for context.

v18.4.0: Version 18.4.0

Compare Source

  • make the ToC black in #​590
  • Move @internal markers to individual members in #​592
  • Make the formatter smarter about mutli-line steps in #​596
  • fix instability in formatting AO headers with no arguments in #​597
  • avoid console warning when hitting number keys beyond pins in #​599
  • add support for opengraph tags in #​598

v18.3.1: Version 18.3.1

Compare Source

What's Changed

  • bump grammarkdown and account for unescaping of < in #​589

Full Changelog: tc39/ecmarkup@v18.3.0...v18.3.1

v18.3.0: Version 18.3.0

Compare Source

What's Changed

Miscellaneous improvements to the CSS used when printing.

Full Changelog: tc39/ecmarkup@v18.2.0...v18.3.0

v18.2.0

Compare Source

What's Changed

v18.1.3: Version 18.1.3

Compare Source

What's Changed

v18.1.2: Version 18.1.2

Compare Source

What's Changed

v18.1.1: Version 18.1.1

Compare Source

What's Changed

  • fix help text for --load-biblio CLI flag in #​565
  • allow "Repeat n times" in #​567

v18.1.0: Version 18.1.0

Compare Source

What's Changed

  • Better completion regex in #​558
  • add "skip global checks" attribute for AOs in #​559
  • add unpinning buttons and clear button to pin list in #​560
  • add support for keyboard 0 selecting pin number 10 in #​561
  • add pin-related shortcuts to help modal in #​562

v18.0.0: Version 18.0.0

Compare Source

Breaking changes

  • remove --js-out/--css-out; replace with --assets-dir in #​543
  • improve accessibility of text [i.e. switch out the font and some other styling] in #​539
  • lint against non-kebab-cased enum values in #​548

Other changes

  • change header of references pane to show heading instead of anchor in #​542
  • force page background colour to white in #​545
  • allow references pane to be resized in #​546
  • Separate toolbox items into independently-wrappable "words" in #​554
  • Highlight the anchor target in #​441
  • Dynamically add content to make <sup>s copy-paste safe in #​517

Full Changelog: tc39/ecmarkup@v17.1.1...v18.0.0

v17.1.1: Version 17.1.1

Compare Source

make redeclaration rule slightly more strict d9df38b

v17.1.0: Version 17.1.0

Compare Source

  • lint for redeclarations in #​541

v17.0.2: Version 17.0.2

Compare Source

  • prevent line wrap at end of Records and Lists in #​535
  • fix "there exists"/"such that" not followed by a var name in #​538

v17.0.1: Version 17.0.1

Compare Source

  • ecma coc anchor in #​525
  • better heuristic for determining active clause in #​526
  • Initialize to a reasonable amount of TOC expansion in #​512
  • Fix <ins>/<del> with structured headers in #​533

v17.0.0: Version 17.0.0

Compare Source

What's Changed

New on-by-default lint rule: consistency in multiline vs single-line "if" and "else" (#​524)

v16.2.0: Version 16.2.0

Compare Source

What's Changed

  • support marking individual steps as legacy/optional/deprecated in #​523

v16.1.1: Version 16.1.1

Compare Source

This fixes a bug in the formatter introduced in the previous release.

v16.1.0: Version 16.1.0

Compare Source

The primary feature of this version (by pulling in tc39/ecmarkdown#96) is that now you can click [[FieldNames]] to highlight other uses of those names within the current algorithm, as already happens for variable names.

Also the variable use/def rule should now work better in the presence of <ins>/<del> tags.

v16.0.1: Version 16.0.1

Compare Source

What's Changed

  • Fix some minor issues and inconsistencies in string handling in #​501
  • Match synthesized selectable counter markers to the context list in #​504
  • Exempt script and style element contents from inspection in #​511
  • "one of" is an alias for "either" in #​514

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/ecmarkup-21.x branch 2 times, most recently from 20045b2 to 883241e Compare March 29, 2025 03:06
@renovate renovate bot force-pushed the renovate/ecmarkup-21.x branch from 883241e to 0dbd96b Compare April 24, 2025 23:43
@renovate renovate bot force-pushed the renovate/ecmarkup-21.x branch from 0dbd96b to 4df0680 Compare May 16, 2025 19:13
@renovate renovate bot force-pushed the renovate/ecmarkup-21.x branch from 4df0680 to c5f521e Compare July 15, 2025 23:41
@renovate renovate bot force-pushed the renovate/ecmarkup-21.x branch from c5f521e to 57401b8 Compare September 16, 2025 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant