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

BC-4946 - Bump nth-check, @ckeditor/ckeditor5-dev-utils and @ckeditor/ckeditor5-dev-webpack-plugin #3286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps nth-check to 2.1.1 and updates ancestor dependencies nth-check, @ckeditor/ckeditor5-dev-utils and @ckeditor/ckeditor5-dev-webpack-plugin. 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

fb55/nth-check@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: fb55/nth-check@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

fb55/nth-check@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 20.0.0 to 38.4.0

Release notes

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

v38.4.0

Features

  • ci: Introduced the ckeditor5-dev-ci-allocate-swap-memory binary script for allocating the SWAP memory to avoid issues with running out of RAM. (commit)
  • ci: Introduced the ckeditor5-dev-ci-install-latest-chrome binary script for installing the latest Chrome browser. (commit)

Other changes

  • ci: Notifiers will not ping the entire channel in case a login of a committer cannot be obtained, but its GitHub name is included in the bots-users array. (commit)
  • release-tools: The reassignNpmTags() task processes all packages asynchronously to improve the performance results. Closes ckeditor/ckeditor5#14769. (commit)
  • translations: The generated *.po files will include the "Content-Type" header with the charset set as UTF-8 to avoid issues while processing non-ASCII characters across systems. (commit)

Released packages

Check out the Versioning policy guide for more information.

Other releases:

v38.3.1

Internal changes only (updated dependencies, documentation, etc.).

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Changelog

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

38.4.0 (2023-08-18)

Features

  • ci: Introduced the ckeditor5-dev-ci-allocate-swap-memory binary script for allocating the SWAP memory to avoid issues with running out of RAM. (commit)
  • ci: Introduced the ckeditor5-dev-ci-install-latest-chrome binary script for installing the latest Chrome browser. (commit)

Other changes

  • ci: Notifiers will not ping the entire channel in case a login of a committer cannot be obtained, but its GitHub name is included in the bots-users array. (commit)
  • release-tools: The reassignNpmTags() task processes all packages asynchronously to improve the performance results. Closes ckeditor/ckeditor5#14769. (commit)
  • translations: The generated *.po files will include the "Content-Type" header with the charset set as UTF-8 to avoid issues while processing non-ASCII characters across systems. (commit)

Released packages

Check out the Versioning policy guide for more information.

Other releases:

38.3.1 (2023-08-10)

Internal changes only (updated dependencies, documentation, etc.).

Released packages

Check out the Versioning policy guide for more information.

Other releases:

... (truncated)

Commits
  • 9d3a9cf Release: v38.4.0.
  • 35cbea8 Release: v38.3.1.
  • ce6eb6d Release: v38.3.0.
  • 3144d66 Release: v38.2.2.
  • 820db39 Release: v38.2.1.
  • df7a761 Release: v38.2.0.
  • 5d6add3 Merge pull request #907 from ckeditor/i/3483
  • 186a118 Fixed code coverage report for root project named ckeditor5-*.
  • e551352 Release: v38.1.4.
  • 257c017 Internal (utils): Downgraded the esbuild-loader to the latest stable for CKEd...
  • Additional commits viewable in compare view

Updates @ckeditor/ckeditor5-dev-webpack-plugin from 20.0.0 to 31.1.13

Release notes

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

v31.1.13

Bug fixes

  • webpack-plugin: Fixed generating source maps after switching the order of loaders in the CKEditor 5 translations webpack plugin. The source loader should pass through the source map object to avoid generating a new one. Closes ckeditor/ckeditor5#12928. (commit)

Released packages

Check out the Versioning policy guide for more information.

Other releases:

v31.1.12

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Other releases:

v31.1.11

Bug fixes

Released packages

... (truncated)

Changelog

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

31.1.13 (2022-11-25)

Bug fixes

  • webpack-plugin: Fixed generating source maps after switching the order of loaders in the CKEditor 5 translations webpack plugin. The source loader should pass through the source map object to avoid generating a new one. Closes ckeditor/ckeditor5#12928. (commit)

Released packages

Check out the Versioning policy guide for more information.

Other releases:

31.1.12 (2022-11-24)

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Other releases:

31.1.11 (2022-11-22)

... (truncated)

Commits
  • dccbeb5 Release: v31.1.13.
  • 3555914 Internal: Updated dependencies. [skip ci]
  • d01b5f1 Fixed generating source maps after switching an order of loaders in the CKEdi...
  • ad7d095 Release: v31.1.12.
  • eec1777 Internal: Updated dependencies. [skip ci]
  • 7bfa432 Removed unused package.
  • 9950517 A webpack instance is not available in a compiler (webpack 4).
  • 9778cde Proper detection of webpack 4.
  • 164354a Release: v31.1.11.
  • e88941a Internal: Updated dependencies. [skip ci]
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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 Aug 24, 2023
@pullapprove
Copy link

pullapprove bot commented Aug 24, 2023

Hey @dependabot[bot], thanks for the PR! The review will start once
the tests, CI checks and PR requirements (see checklist in your PR) have passed.

@github-actions github-actions bot changed the title Bump nth-check, @ckeditor/ckeditor5-dev-utils and @ckeditor/ckeditor5-dev-webpack-plugin BC-4946 - Bump nth-check, @ckeditor/ckeditor5-dev-utils and @ckeditor/ckeditor5-dev-webpack-plugin Aug 24, 2023
@CeEv CeEv closed this Aug 30, 2023
@CeEv CeEv deleted the dependabot/npm_and_yarn/nth-check-and-ckeditor/ckeditor5-dev-utils-and-ckeditor/ckeditor5-dev-webpack-plugin-2.1.1 branch August 30, 2023 05:47
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@CeEv CeEv restored the dependabot/npm_and_yarn/nth-check-and-ckeditor/ckeditor5-dev-utils-and-ckeditor/ckeditor5-dev-webpack-plugin-2.1.1 branch August 31, 2023 07:40
@CeEv CeEv reopened this Sep 5, 2023
…-dev-webpack-plugin

Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependencies [nth-check](https://github.com/fb55/nth-check), [@ckeditor/ckeditor5-dev-utils](https://github.com/ckeditor/ckeditor5-dev/tree/HEAD/packages/ckeditor5-dev-utils) and [@ckeditor/ckeditor5-dev-webpack-plugin](https://github.com/ckeditor/ckeditor5-dev/tree/HEAD/packages/ckeditor5-dev-webpack-plugin). These dependencies need to be updated together.


Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](fb55/nth-check@v1.0.2...v2.1.1)

Updates `@ckeditor/ckeditor5-dev-utils` from 20.0.0 to 38.4.0
- [Release notes](https://github.com/ckeditor/ckeditor5-dev/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-dev/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5-dev/commits/v38.4.0/packages/ckeditor5-dev-utils)

Updates `@ckeditor/ckeditor5-dev-webpack-plugin` from 20.0.0 to 31.1.13
- [Release notes](https://github.com/ckeditor/ckeditor5-dev/releases)
- [Changelog](https://github.com/ckeditor/ckeditor5-dev/blob/v31.1.13/CHANGELOG.md)
- [Commits](https://github.com/ckeditor/ckeditor5-dev/commits/v31.1.13/packages/ckeditor5-dev-webpack-plugin)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: "@ckeditor/ckeditor5-dev-utils"
  dependency-type: direct:production
- dependency-name: "@ckeditor/ckeditor5-dev-webpack-plugin"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nth-check-and-ckeditor/ckeditor5-dev-utils-and-ckeditor/ckeditor5-dev-webpack-plugin-2.1.1 branch from b5f644b to e1e948d Compare September 5, 2023 11:20
@sonarcloud
Copy link

sonarcloud bot commented Sep 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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
1 participant