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.1 #767

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2024

Bumps extwee from 2.0.6 to 2.2.1.

Release notes

Sourced from extwee's releases.

v2.2.1

Updates

  • Better HTML special character escaping when translating into and out of Twine 2 and Twine 1 HTML.
  • Adding of TypeScript types.

What's Changed

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

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
  • d4542e1 Additional HTML escaping and Story structuring
  • d2e1ba6 Merge pull request #442 from videlais/440-consider-typescript-types
  • 12579af TypeScript types
  • 2b3ac0d Merge pull request #441 from videlais/439-output-attributes-arent-escaped-in-...
  • f161a6a Fix import statement in Twine2HTML.Parse.test.js
  • 844a70f Fixing Output attributes aren't escaped in HTML or Twee #439
  • 5a1f315 Merge pull request #435 from videlais/dependabot/npm_and_yarn/babel/core-7.23.7
  • 2e13d65 Merge pull request #437 from videlais/dependabot/npm_and_yarn/eslint-plugin-j...
  • 10a9b4f Bump @​babel/core from 7.23.6 to 7.23.7
  • 2ed388e Merge pull request #438 from videlais/dependabot/npm_and_yarn/core-js-3.35.0
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/extwee-2.2.1 branch 2 times, most recently from dac5184 to c2df9eb Compare January 18, 2024 20:28
Bumps [extwee](https://github.com/videlais/extwee) from 2.0.6 to 2.2.1.
- [Release notes](https://github.com/videlais/extwee/releases)
- [Commits](videlais/extwee@v2.0.6...v2.2.1)

---
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 force-pushed the dependabot/npm_and_yarn/extwee-2.2.1 branch from c2df9eb to 8ca6584 Compare January 18, 2024 20:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2024

Superseded by #805.

@dependabot dependabot bot closed this Mar 7, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/extwee-2.2.1 branch March 7, 2024 16:10
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