nzilbb / labbcat-server

Server components for LaBB-CAT
GNU Affero General Public License v3.0
2 stars 0 forks source link

Bump nth-check and @ckeditor/ckeditor5-dev-utils in /wysiwiki/src/main/javascript #33

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps nth-check to 2.1.1 and updates ancestor dependency @ckeditor/ckeditor5-dev-utils. These dependencies need to be updated together.

Updates nth-check from 1.0.2 to 2.1.1

Release notes

Sourced from nth-check's releases.

v2.1.1

  • The ESM code had some issues that are now fixed aeeb067

https://github.com/fb55/nth-check/compare/v2.1.0...v2.1.1

v2.1.0

What's Changed

  • nth-check is now a dual CommonJS and ESM module fb55/nth-check#206
  • With the new sequence and generate methods, it is now possible to generate a sequence of indices for a given formula fb55/nth-check#207

Full Changelog: https://github.com/fb55/nth-check/compare/v2.0.1...v2.1.0

v2.0.1

Fixes:

  • Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d
    • Ensures parsing will always have linear time complexity.

Internal:

  • chore(ci): Use GitHub Actions, Dependabot (#10) e02b4dd
  • Bump dependencies

https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1

v2.0.0

  • Port module to TS, Jest, ESLint

Breaking:

  • The main export is now a default export.
  • The module now throws regular Errors on invalid selectors instead of SyntaxErrors.
Commits


Updates @ckeditor/ckeditor5-dev-utils from 25.4.4 to 38.0.1

Release notes

Sourced from @​ckeditor/ckeditor5-dev-utils's releases.

v38.0.1

Bug fixes

  • release-tools: Fixed scoped package to have a flat structure in the release directory. (commit)
  • utils: When preparing a configuration for a DLL build, a JavaScript file should take precedence over the TypeScript version as it might differ from the source code. Closes ckeditor/ckeditor5#14335. (commit)

Released packages

Check out the Versioning policy guide for more information.

Other releases:

v38.0.0

Release highlights

This release brings the redesigned tools and utils for releasing packages to npm. They have been designed with the following criteria:

  • Automate the process so it can be done with as little interaction from the releaser as possible.
  • Make the process bulletproof so more people can trigger it.
  • To enable publishing nightly versions of the packages.
  • To enable extending the release process by defining a new step easily.

MAJOR BREAKING CHANGES ℹ️

  • release-tools: The following tasks and utils are no longer available: preparePackages(), bumpVersions(), updateCKEditor5Dependencies(), updateDependenciesVersions(), releaseSubRepositories().

    The releaseTools.bumpVersions() and releaseTools.preparePackages() tasks should be replaced with the following code snippet:

    const releaseTools = require( '@ckeditor/ckeditor5-dev-release-tools' );
    

    await releaseTools.validateRepositoryToRelease( /* options / ) await releaseTools.updateVersions( / options */ )

... (truncated)

Changelog

Sourced from @​ckeditor/ckeditor5-dev-utils's changelog.

38.0.1 (2023-06-07)

Bug fixes

  • release-tools: Fixed scoped package to have a flat structure in the release directory. (commit)
  • utils: When preparing a configuration for a DLL build, a JavaScript file should take precedence over the TypeScript version as it might differ from the source code. Closes ckeditor/ckeditor5#14335. (commit)

Released packages

Check out the Versioning policy guide for more information.

Other releases:

38.0.0 (2023-06-02)

Release highlights

This release brings the redesigned tools and utils for releasing packages to npm. They have been designed with the following criteria:

  • Automate the process so it can be done with as little interaction from the releaser as possible.
  • Make the process bulletproof so more people can trigger it.
  • To enable publishing nightly versions of the packages.
  • To enable extending the release process by defining a new step easily.

MAJOR BREAKING CHANGES ℹ️

  • release-tools: The following tasks and utils are no longer available: preparePackages(), bumpVersions(), updateCKEditor5Dependencies(), updateDependenciesVersions(), releaseSubRepositories().

    The releaseTools.bumpVersions() and releaseTools.preparePackages() tasks should be replaced with the following code snippet:

    const releaseTools = require( '@ckeditor/ckeditor5-dev-release-tools' );
    

... (truncated)

Commits
  • 53adddd Release: v38.0.1.
  • ba93339 Fix (utils): When preparing a configuration for a DLL build, a JavaScript fil...
  • d7b7846 Release: v38.0.0.
  • 0b68639 Internal (utils): The "getDllPluginWebpackConfig()" function loads Terser whe...
  • 8a34921 Release: v38.0.0-alpha.0.
  • bbc41fe Created initial version of the rest scripts for publishing CKEditor 5.
  • 7341cf3 Minor changes.
  • d685e14 Docs.
  • 83366ed Added support for asynchronous command execution.
  • c329573 Fixed a way how to pass default values to an object.
  • Additional commits viewable in compare view


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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nzilbb/labbcat-server/network/alerts).