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 extwee from 2.0.6 to 2.2.0 #757

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2023

Bumps extwee from 2.0.6 to 2.2.0.

Release notes

Sourced from extwee's releases.

Extwee 2.2.0 was a multi-month process of supporting every format ever produced by Twine. It included work to get the Twine 1 TWS and Twine 1 HTML documentation approved as well as creating the new Twine 2 JSON format.

Tree Shaking

To support tree-shaking, every method was de-coupled from a static class. Instead of, for example, TweeParser.parse(), the new function can be found in the Twee/parse.js file. This should allow those using the API directly to only import the exact function or object rather than need to reference a static class or import the entire Extwee object.

Documentation

As part of the move to 2.2, documentation was also added. There are now pages on each supported format, each individual object, and two examples: how to use the API to generate passages and converting from JSON to Twee.

Public Projects

To enable transparency on upcoming code changes, both the Road to Extwee 2.2.0 project and Road to Extwee 2.4.0 project were set to public.

Note The Road to Extwee 2.2.0 will be closed after this release and publish of files to NPM.

New Binaries

The build folder contains the latest binary builds for macOS and Windows.

What's Changed

Full Changelog: videlais/extwee@v2.0.6...v2.2.0

Commits
  • 5f732c3 Adding section on story compilation
  • 803ab59 Updating documentation
  • 4848228 Fixing markdown table
  • 679b631 Merge pull request #430 from videlais/Road-to-2.2.0
  • dacb357 Merge branch 'main' into Road-to-2.2.0
  • 0dca999 Merge pull request #427 from videlais/dependabot/npm_and_yarn/eslint-plugin-i...
  • ce33230 Merge pull request #426 from videlais/dependabot/npm_and_yarn/babel/plugin-tr...
  • 95bdd92 Merge pull request #425 from videlais/dependabot/npm_and_yarn/babel/core-7.23.6
  • 7234fb8 Merge pull request #429 from videlais/dependabot/npm_and_yarn/regenerator-run...
  • dac0ea8 Preparing for 2.2 Release
  • 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 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)

Bumps [extwee](https://github.com/videlais/extwee) from 2.0.6 to 2.2.0.
- [Release notes](https://github.com/videlais/extwee/releases)
- [Commits](videlais/extwee@v2.0.6...v2.2.0)

---
updated-dependencies:
- dependency-name: extwee
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 21, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2024

Superseded by #767.

@dependabot dependabot bot closed this Jan 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/extwee-2.2.0 branch January 9, 2024 16:43
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.

0 participants