w3c / spec-generator

Service to automatically generate specs from various source formats
MIT License
25 stars 7 forks source link

build(deps): bump respec from 32.7.0 to 33.0.2 #599

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps respec from 32.7.0 to 33.0.2.

Release notes

Sourced from respec's releases.

v33.0.2

Fixes

Full Changelog: https://github.com/w3c/respec/compare/v33.0.1...v33.0.2

v33.0.1

Fixes

Full Changelog: https://github.com/w3c/respec/compare/v33.0.0...v33.0.1

v33.0.0

BREAKING CHANGES

  • respec now requires Node.js v18.14+
  • respec Node.js API now uses ES modules instead of Common JS

Instead of importing ReSpec's toHTML API as:

const { toHTML } = require('respec');

You'll need to import it like following:

import { toHTML } from 'respec'; 

// or, with dynamic import if you can't migrate to ES module just yet const { toHTML } = await import('respec');

Full Changelog: https://github.com/w3c/respec/compare/v32.8.1...v33.0.0

v32.8.1

Fixes

Chores

Full Changelog: https://github.com/w3c/respec/compare/v32.8.0...v32.8.1

... (truncated)

Commits
  • f4c2380 v33.0.2
  • 8cdb598 fix(core/inlines): fix RFC2119 MAY regex (#4427)
  • 6f6032f v33.0.1
  • 65d9231 fix(w3c/headers): fix "This Version" link for "Member-SUBM" (#4424)
  • 6f7bbb9 fix(w3c/style): use correct stylesheet for Member-SUBM (#4423)
  • d268ecd fix(core/figures): don't add width/height to .svg images (#4422)
  • 1a57f26 chore(deps): update dependencies (#4421)
  • 7d0fb44 fix(tools/respec2html): prevent crash on --version flag (#4420)
  • 4127e9a v33.0.0
  • d9fec04 fix(tools/release): copy pnpm-lock.yaml instead of package-lock.json
  • 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 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)