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 respec from 32.8.0 to 34.0.1 #1270

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps respec from 32.8.0 to 34.0.1.

Release notes

Sourced from respec's releases.

v34.0.1

Fixes

  • fix(core/dfn-index): escape HTML/XML tags by @​nigelmegitt in w3c/respec#4431
    • Also fixed an XSS bug in ReSpec UI where errors/warnings are listed.

Full Changelog: w3c/respec@v34.0.0...v34.0.1

v34.0.0

BREAKING CHANGES

Full Changelog: w3c/respec@v33.0.3...v34.0.0

v33.0.3

Fixes

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

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');
</tr></table> 

... (truncated)

Commits

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.8.0 to 34.0.1.
- [Release notes](https://github.com/w3c/respec/releases)
- [Changelog](https://github.com/w3c/respec/blob/main/CHANGELOG.md)
- [Commits](w3c/respec@v32.8.0...v34.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2023
tidoust added a commit that referenced this pull request Apr 24, 2023
Triggered by dependency on ReSpec (#1270). Note the dependency is only in tests
meaning that Reffy should continue to run with Node.js v14 for now. That said,
it does not seem a good idea to maintain two different minimal versions of
Node, one for the source and one for tests. Plus there would be no way to
specify that in `package.json`.

A major version of Reffy will need to be released.
tidoust added a commit that referenced this pull request Apr 24, 2023
Triggered by dependency on ReSpec (#1270). Note the dependency is only in tests
meaning that Reffy should continue to run with Node.js v14 for now. That said,
it does not seem a good idea to maintain two different minimal versions of
Node, one for the source and one for tests. Plus there would be no way to
specify that in `package.json`.

A major version of Reffy will need to be released.
@tidoust tidoust merged commit fb45461 into main Apr 24, 2023
@tidoust tidoust deleted the dependabot/npm_and_yarn/respec-34.0.1 branch April 24, 2023 07:55
tidoust added a commit that referenced this pull request Apr 24, 2023
Breaking changes:
- Bump minimal supported version of Node.js from v14 to v18 (#1271)

Required by dependency on ReSpec, although note this dependency is only for tests (`devDependencies` in `package.json`). The crawler itself should continue to run under previous versions of Node for now but this may not last!

Dependencies bumped:
- Bump respec from 32.8.0 to 34.0.1 (#1270). This triggers the need to bump the minimal supported version of Node.js.
- Bump puppeteer from 19.9.1 to 19.10.1 (#1267)
- Bump rollup from 3.20.4 to 3.20.7 (#1266)
- Bump semver from 7.4.0 to 7.5.0 (#1264)

Feature patched:
- Events: Skip asides in "fire an event" phrasing (#1269)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant