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

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

Merged
merged 4 commits into from
Apr 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps respec from 32.7.0 to 33.0.2.

Release notes

Sourced from respec's releases.

v33.0.2

Fixes

Full Changelog: w3c/respec@v33.0.1...v33.0.2

v33.0.1

Fixes

Full Changelog: w3c/respec@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: w3c/respec@v32.8.1...v33.0.0

v32.8.1

Fixes

Chores

Full Changelog: w3c/respec@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)

Bumps [respec](https://github.com/w3c/respec) from 32.7.0 to 33.0.2.
- [Release notes](https://github.com/w3c/respec/releases)
- [Changelog](https://github.com/w3c/respec/blob/main/CHANGELOG.md)
- [Commits](w3c/respec@v32.7.0...v33.0.2)

---
updated-dependencies:
- dependency-name: respec
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Apr 17, 2023
@jennyliang220 jennyliang220 merged commit dc7311c into main Apr 19, 2023
@jennyliang220 jennyliang220 deleted the dependabot/npm_and_yarn/respec-33.0.2 branch April 19, 2023 16:54
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