videlais / snowman

An advanced Twine 2 story format designed for people who already know JavaScript and CSS
MIT License
128 stars 35 forks source link

Bump extwee from 2.2.3 to 2.2.4 #872

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps extwee from 2.2.3 to 2.2.4.

Release notes

Sourced from extwee's releases.

v2.2.4

There are two smaller but important changes:

  • Stories can be a single and only passage named Start. It is strongly recommended to have StoryData to have story metadata, but a single passage named Start is technically allowed.
  • pkg has been removed from the project because it was archived starting on Jan 13, 2024. This version does not have a single executable application build, but support for Node's internal API for building applications is queued for a later version.

Full Changelog: https://github.com/videlais/extwee/compare/v2.2.3...v2.2.4

Commits
  • 8190419 Allowing single and only passage Start
  • a1d6122 Fixing ESLint
  • 000f545 Merge branch 'develop' of https://github.com/videlais/extwee into develop
  • faf1876 Chore: NPM updates
  • 653eeaa Merge pull request #568 from videlais/dependabot/npm_and_yarn/eslint-9.9.1
  • 3336c47 Chore(deps-dev): Bump eslint from 9.9.0 to 9.9.1
  • 54207dc Merge pull request #569 from videlais/dependabot/npm_and_yarn/eslint-plugin-j...
  • 20e2058 Merge pull request #570 from videlais/dependabot/npm_and_yarn/babel/cli-7.25.6
  • c6e1607 Chore(deps-dev): Bump @​babel/cli from 7.24.8 to 7.25.6
  • 7a13c72 Chore(deps-dev): Bump eslint-plugin-jest from 28.8.0 to 28.8.2
  • 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 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)