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

front: bump the patch group across 1 directory with 8 updates #10952

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps the patch group with 8 updates in the /front directory:

Package From To
country-flag-icons 1.5.16 1.5.18
i18next-browser-languagedetector 8.0.3 8.0.4
react-i18next 15.4.0 15.4.1
@types/node 22.13.4 22.13.5
happy-dom 17.1.0 17.1.8
prettier 3.5.1 3.5.2
sass 1.85.0 1.85.1
tsx 4.19.2 4.19.3

Updates country-flag-icons from 1.5.16 to 1.5.18

Commits

Updates i18next-browser-languagedetector from 8.0.3 to 8.0.4

Changelog

Sourced from i18next-browser-languagedetector's changelog.

8.0.4

  • fix localstorage check to try to address 297 300
Commits

Updates react-i18next from 15.4.0 to 15.4.1

Changelog

Sourced from react-i18next's changelog.

15.4.1

fix: unique key warning on componentized element 1835

Commits

Updates @types/node from 22.13.4 to 22.13.5

Commits

Updates happy-dom from 17.1.0 to 17.1.8

Release notes

Sourced from happy-dom's releases.

v17.1.8

👷‍♂️ Patch fixes

  • Fixes issue where change event wasn't triggered for an input inside of a label - By @​SCPF-Archive in task #1614

v17.1.7

👷‍♂️ Patch fixes

v17.1.6

🎨 Features

  • Adds support for sending AbortSignal as option to EventTarget.addEventListener() - By @​karpiuMG in task #1540

v17.1.5

👷‍♂️ Patch fixes

  • HTMLElement.dataset should return undefined for properties not found - By @​karpiuMG in task #1689

v17.1.4

👷‍♂️ Patch fixes

  • Fixes issue where the use of filtering in TreeWalker didn't work according to spec - By @​capricorn86 in task #1605

v17.1.3

👷‍♂️ Patch fixes

  • Fixes incorrect handling of attribute prefixes when iterating NamedNodeMap - By @​capricorn86 in task #1728
    • This caused attribute names to be incorrectly returned in Element.getAttributeNames() when attributes where using prefixes

v17.1.2

👷‍♂️ Patch fixes

  • AbortSignal.reason can have any type - By @​btea in task #1718
  • When aborting a request, AbortSignal.reason should be the object used when the promise is rejected - By @​btea in task #1718

v17.1.1

🎨 Features

👷‍♂️ Patch fixes

  • Fixes issue where it was not possible to nest @media, @supports and @container rules - By @​capricorn86 in task #1727
  • Fixes issue where CSSStyleSheet was instantiated internally without a Window context, causing errors to not be thrown correctly in CSSStyleSheet methods - By @​capricorn86 in task #1727
  • Changes errors thrown in CSSStyleSheet methods, so that they work according to spec - By @​capricorn86 in task #1727
Commits
  • 73a3672 fix: #1614 Fixes issue where change event wasn't triggered for an input ins...
  • baaeeb9 fix: #1741 Adds missing end boundary to FormData requests (#1742)
  • d66de2d feature: #1540 Adds support for sending AbortSignal as option to EventTarge...
  • 33f1beb fix: #1689 HTMLElement.dataset should return undefined for properties not f...
  • 6c5e0f9 fix: #1605 Fixes issue related to the use of filtering in TreeWalker, which...
  • c929243 fix: #1728 Fixes incorrect handling of attribute prefixes when iterating Na...
  • 82efdbc chore: #0 Replaces cp command with Node.js FS
  • 6ced6d8 fix: #1718 Fetch aborted due to timeout signal error message name incorrect...
  • 6290bb9 fix: #1727 Fixes issue where it was not possible to nest media, supports an...
  • See full diff in compare view

Updates prettier from 3.5.1 to 3.5.2

Release notes

Sourced from prettier's releases.

3.5.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.5.2

diff

Remove module-sync condition (#17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

Commits
  • 399f427 Release 3.5.2
  • bf5aab8 Revert "Use ESM entrypoint for require(ESM)" (#17156)
  • c98acab Replace execa with nano-spawn in release script (#17129)
  • 4460a4e chore(deps): update eslint related dependencies (#17162)
  • f0707f5 chore(deps): update eslint related dependencies (major) (#17163)
  • e2624b6 Enforce dependency version be pinned in all packages (#17161)
  • 1cee47a chore(deps): update dependency react-markdown to v10 (#17160)
  • 7ce2a35 chore(deps): update dependency postcss to v8.5.3 (#17158)
  • 1fe7969 chore(deps): update xalvarez/prevent-file-change-action action to v1.9.1 (#17...
  • 8eb0630 chore(deps): update dependency knip to v5.44.4 (#17153)
  • Additional commits viewable in compare view

Updates sass from 1.85.0 to 1.85.1

Release notes

Sourced from sass's releases.

Dart Sass 1.85.1

To install Sass 1.85.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.85.1

  • Fix a bug where global Sass functions whose names overlap with CSS math functions could incorrectly be treated as CSS math functions even though they used Sass-only features, causing compilation failures. For example, round(-$var / 2) previously threw an error but now works as intended.
Commits

Updates tsx from 4.19.2 to 4.19.3

Release notes

Sourced from tsx's releases.

v4.19.3

4.19.3 (2025-02-19)

Bug Fixes

  • upgrade esbuild to ~0.25.0 to address vuln report (#698) (e04e6c6)

This release is also available on:

Commits

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

Bumps the patch group with 8 updates in the /front directory:

| Package | From | To |
| --- | --- | --- |
| [country-flag-icons](https://gitlab.com/catamphetamine/country-flag-icons) | `1.5.16` | `1.5.18` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) | `8.0.3` | `8.0.4` |
| [react-i18next](https://github.com/i18next/react-i18next) | `15.4.0` | `15.4.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.4` | `22.13.5` |
| [happy-dom](https://github.com/capricorn86/happy-dom) | `17.1.0` | `17.1.8` |
| [prettier](https://github.com/prettier/prettier) | `3.5.1` | `3.5.2` |
| [sass](https://github.com/sass/dart-sass) | `1.85.0` | `1.85.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.19.2` | `4.19.3` |



Updates `country-flag-icons` from 1.5.16 to 1.5.18
- [Changelog](https://gitlab.com/catamphetamine/country-flag-icons/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/catamphetamine/country-flag-icons/compare/v1.5.16...v1.5.18)

Updates `i18next-browser-languagedetector` from 8.0.3 to 8.0.4
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-browser-languageDetector@v8.0.3...v8.0.4)

Updates `react-i18next` from 15.4.0 to 15.4.1
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v15.4.0...v15.4.1)

Updates `@types/node` from 22.13.4 to 22.13.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `happy-dom` from 17.1.0 to 17.1.8
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v17.1.0...v17.1.8)

Updates `prettier` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.5.1...3.5.2)

Updates `sass` from 1.85.0 to 1.85.1
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.85.0...1.85.1)

Updates `tsx` from 4.19.2 to 4.19.3
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.2...v4.19.3)

---
updated-dependencies:
- dependency-name: country-flag-icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: i18next-browser-languagedetector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: react-i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 25, 2025 11:55
@dependabot dependabot bot added area:front Work on Standard OSRD Interface modules dependencies Pull requests that update a dependency file labels Feb 25, 2025
@emersion emersion enabled auto-merge February 25, 2025 12:05
@emersion emersion added this pull request to the merge queue Feb 25, 2025
Merged via the queue into dev with commit bd02b7e Feb 25, 2025
27 checks passed
@emersion emersion deleted the dependabot/npm_and_yarn/front/patch-ce8eb7d246 branch February 25, 2025 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:front Work on Standard OSRD Interface modules dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant