slub / slub_web_qucosa

TYPO3 Sitepackage of Qucosa Tenants (Maintained by @Erikmitk)
GNU General Public License v3.0
1 stars 10 forks source link

Bump nth-check and svg-spritemap-webpack-plugin in /Build #35

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nth-check and svg-spritemap-webpack-plugin. These dependencies needed 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 svg-spritemap-webpack-plugin from 3.9.1 to 4.5.0

Release notes

Sourced from svg-spritemap-webpack-plugin's releases.

v4.5.0

Added

  • A performance improvement that ensures the regeneration of the spritemap only happens when one of the source sprites is updated (#197)

v4.4.2

Fixed

  • Issues with glob patterns for input files on Windows due to changes in glob@8; patterns must now use forward slashes as path separators (#195, #196)

v4.4.1

Fixed

  • Generated spritemap SVG not being added to the chunk files correctly (#194)
  • Patterns pointing directly to input files resulting in errors while running in watch mode (#192)

v4.4.0

Added

  • A new output.svg.attributes option to allow specifying attributes that should be added to the root SVG element of the generated spritemap (#183), thanks to @​jgerigmeyer

v4.3.3

Fixed

  • Values for [hash] and [contenthash] in output filename not getting updated properly in watch mode

v4.3.2

Fixed

  • Specified default SVGO plugins were overwriting internal settings.

v4.3.1

Fixed

  • Non-default SVGO plugins were not being initialized properly.

v4.3.0

Added

  • Support for SVGO 2.4.0 in which the plugin system was overhauled.

Fixed

v4.2.0

Added

  • A new input.allowDuplicates option to allow files with duplicate names in the spritemap which is useful when combining this new option with the sprite.idify option (#172), thanks to @​Huntedpix

v4.1.0

Added

  • The ability to specify an empty string for the sprite.prefix option (#169), thanks to @​domq

v4.0.3

Fixed

  • Public path to spritemap SVG in styles file not getting set properly
  • Warning about / being used as a division symbol in Dart Sass 2.0

v4.0.2

... (truncated)

Commits
  • 6c77b05 4.5.0
  • eae59fb Add check to ensure spritemap is not regenerated in watch mode when source sp...
  • 1c3f48b 4.4.2
  • 65a3176 Combine optimizeAssets and processAssets hooks
  • cda8566 Remove normalizing of input.patterns now that glob@8 has improvements for Win...
  • aaedcab 4.4.1
  • b4fba19 Move processing of assets (adding spritemap to chunk) outside of thisCompilat...
  • 055d348 Fix paths pointing to files in patterns resulting in being watched as directo...
  • 9beca44 Fix array pattern resulting in validation errors
  • 4ece0f7 Update dependencies
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/slub/slub_web_qucosa/network/alerts).
Erikmitk commented 2 years ago

@dependabot rebase

dependabot[bot] commented 2 years ago

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.