Skip to content

⬆️ Bump the utils group across 1 directory with 2 updates#201

Merged
querkmachine merged 1 commit intomainfrom
dependabot/npm_and_yarn/utils-f37dfcd3c6
Aug 20, 2025
Merged

⬆️ Bump the utils group across 1 directory with 2 updates#201
querkmachine merged 1 commit intomainfrom
dependabot/npm_and_yarn/utils-f37dfcd3c6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2025

Bumps the utils group with 2 updates in the / directory: luxon and sanitize-html.

Updates luxon from 3.6.1 to 3.7.1

Changelog

Sourced from luxon's changelog.

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • 73d3ee9 Improve workaround for Info.months and Info.monthsFormat for "ja" locale
  • 1a51faa Workaround for Info.months in certain locales
  • Additional commits viewable in compare view

Updates sanitize-html from 2.16.0 to 2.17.0

Changelog

Sourced from sanitize-html's changelog.

2.17.0 (2025-05-14)

  • Add preserveEscapedAttributes, allowing attributes on escaped disallowed tags to be retained. Thanks to Ben Elliot for this new option.
Commits
  • 86efc06 Merge pull request #705 from apostrophecms/release-2.17.0
  • c487e77 release 2.17.0
  • da16903 Merge pull request #704 from apostrophecms/add-thanks-to-changelog
  • 0e5d881 Update CHANGELOG
  • 614e7df Merge pull request #668 from benelliott/feature/preserve-escaped-attributes-2
  • 8628cea Update README.md
  • f07ce9d README.md: Add warning on usage of preserveEscapedAttributes
  • 27de3a8 Add test demonstrating that preserveEscapedAttributes doesn't affect behaviou...
  • 3d2893e Add documentation for preserveEscapedAttributes option
  • ae1dc35 Add preserveEscapedAttributes option to allow attributes on escaped disallo...
  • See full diff 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 14, 2025
@dependabot dependabot bot requested a review from querkmachine as a code owner July 14, 2025 15:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 14, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils-f37dfcd3c6 branch from ca0e538 to 8b1f67d Compare July 21, 2025 14:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils-f37dfcd3c6 branch 2 times, most recently from 72be8ed to d9d7e75 Compare August 11, 2025 11:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils-f37dfcd3c6 branch 2 times, most recently from 2fb951f to 3102deb Compare August 20, 2025 09:26
@querkmachine
Copy link
Owner

https://github.com/dependabot rebase

Bumps the utils group with 2 updates in the / directory: [luxon](https://github.com/moment/luxon) and [sanitize-html](https://github.com/apostrophecms/sanitize-html).


Updates `luxon` from 3.6.1 to 3.7.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.1)

Updates `sanitize-html` from 2.16.0 to 2.17.0
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](apostrophecms/sanitize-html@2.16.0...2.17.0)

---
updated-dependencies:
- dependency-name: luxon
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: utils
- dependency-name: sanitize-html
  dependency-version: 2.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: utils
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/utils-f37dfcd3c6 branch from 3102deb to fb505a4 Compare August 20, 2025 09:31
@querkmachine querkmachine merged commit 74a6d0a into main Aug 20, 2025
1 check passed
@querkmachine querkmachine deleted the dependabot/npm_and_yarn/utils-f37dfcd3c6 branch August 20, 2025 09:58
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments