Sourced from @fortawesome/free-brands-svg-icons
's
releases.
Release 6.6.0
Change log available at https://fontawesome.com/docs/changelog/
Sourced from @fortawesome/free-regular-svg-icons
's
releases.
Release 6.6.0
Change log available at https://fontawesome.com/docs/changelog/
Sourced from @fortawesome/free-solid-svg-icons
's
releases.
Release 6.6.0
Change log available at https://fontawesome.com/docs/changelog/
Sourced from @openapitools/openapi-generator-cli
's
releases.
v2.13.5
2.13.5 (2024-08-20)
Bug Fixes
18abce4
fix(deps): update dependency axios to v1.7.4 [security] (#789)6b76bbb
Update README.md with openjdk76dfb19
Update README.md with JDK version requiredSourced from @sveltejs/vite-plugin-svelte
's
releases.
@sveltejs/vite-plugin-svelte
@3
.1.2Patch Changes
- add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
Sourced from @sveltejs/vite-plugin-svelte
's
changelog.
3.1.2
Patch Changes
- add warning for svelte5 users to update to vite-plugin-svelte@4 (#964)
b3edb77
Version Packages (#965)4f95193
chore(logs): encourage svelte5 users to update from vps3 to vps4 (#964)Sourced from eslint-import-resolver-typescript's changelog.
3.6.3
Patch Changes
#305
f8d7b82
Thanks@SukkaW
! - Fix resolve fornode:test
,node:sea
, andnode:sqlite
without sacrificing installation size#288
a4c6c78
Thanks@SunsetTechuila
! - fix: ignore bun built-in modules3.6.2
Patch Changes
#294
10f9b17
Thanks@RobinTail
! - Allow either eslint-plugin-import-x or eslint-plugin-import plugin as a peer dependency.#295
ff3d3c6
Thanks@wojtekmaj
! - chore(deps): removeis-core-module
dependency
3dfad60
chore(deps): update dependency node to v18.20.4 (#309)47561fb
chore(deps): update dependency @changesets/cli
to ^2.27.7
(#308)c9b5626
chore: release eslint-import-resolver-typescript (#302)f8d7b82
fix(#303):
use @nolyfill/is-core-module
(#305)a4c6c78
fix: ignore bun built-in modules (#288)79148f4
chore: release eslint-import-resolver-typescript (#301)ff3d3c6
chore(deps): remove is-core-module
dependency (#295)10f9b17
Allow either import or import-x plugin as a peer dependency (#294)b777b44
ci(workflows/ci): setup node before enabling corepack (#300)4f9db59
chore(deps): update dependency node to v18.20.3 (#297)Sourced from eslint-plugin-import's releases.
v2.30.0
Added
dynamic-import-chunkname
: addallowEmpty
option to allow empty leading comments (#2942, thanks [@JiangWeixian
])dynamic-import-chunkname
: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@amsardesai
])- [
no-unused-modules
]: AddignoreUnusedTypeExports
option (#3011, thanks [@silverwind
])- add support for Flat Config (#3018, thanks [
@michaelfaith
])Fixed
- [
no-extraneous-dependencies
]: allow wrong path (#3012, thanks [@chabb
])- [
no-cycle
]: use scc algorithm to optimize (#2998, thanks [@soryy708
])- [
no-duplicates
]: Removing duplicates breaks in TypeScript (#3033, thanks [@yesl-kim
])newline-after-import
: fix considerComments option when require (#2952, thanks [@developer-bandi
])- [
order
]: do not compare first path segment for relative paths (#2682) (#2885, thanks [@mihkeleidast
])Changed
- [Docs]
no-extraneous-dependencies
: Make glob pattern description more explicit (#2944, thanks [@mulztob
])- [
no-unused-modules
]: add console message to help debug #2866- [Refactor]
ExportMap
: make procedures static instead of monkeypatching exportmap (#2982, thanks [@soryy708
])- [Refactor]
ExportMap
: separate ExportMap instance from its builder logic (#2985, thanks [@soryy708
])- [Docs]
order
: Add a quick note on how unbound imports and --fix (#2640, thanks [@minervabot
])- [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [
@joeyguerra
])- [actions] migrate OSX tests to GHA ([ljharb#37], thanks [
@aks
-])- [Refactor]
exportMapBuilder
: avoid hoisting (#2989, thanks [@soryy708
])- [Refactor]
ExportMap
: extract "builder" logic to separate files (#2991, thanks [@soryy708
])- [Docs] [
order
]: update the description of thepathGroupsExcludedImportTypes
option (#3036, thanks [@liby
])- [readme] Clarify how to install the plugin (#2993, thanks [
@jwbth
])
... (truncated)
Sourced from eslint-plugin-import's changelog.
[2.30.0] - 2024-09-02
Added
- [
dynamic-import-chunkname
]: addallowEmpty
option to allow empty leading comments (#2942, thanks [@JiangWeixian
])- [
dynamic-import-chunkname
]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@amsardesai
])- [
no-unused-modules
]: AddignoreUnusedTypeExports
option (#3011, thanks [@silverwind
])- add support for Flat Config (#3018, thanks [
@michaelfaith
])Fixed
- [
no-extraneous-dependencies
]: allow wrong path (#3012, thanks [@chabb
])- [
no-cycle
]: use scc algorithm to optimize (#2998, thanks [@soryy708
])- [
no-duplicates
]: Removing duplicates breaks in TypeScript (#3033, thanks [@yesl-kim
])- [
newline-after-import
]: fix considerComments option when require (#2952, thanks [@developer-bandi
])- [
order
]: do not compare first path segment for relative paths (#2682) (#2885, thanks [@mihkeleidast
])Changed
- [Docs]
no-extraneous-dependencies
: Make glob pattern description more explicit (#2944, thanks [@mulztob
])- [
no-unused-modules
]: add console message to help debug #2866- [Refactor]
ExportMap
: make procedures static instead of monkeypatching exportmap (#2982, thanks [@soryy708
])- [Refactor]
ExportMap
: separate ExportMap instance from its builder logic (#2985, thanks [@soryy708
])- [Docs]
order
: Add a quick note on how unbound imports and --fix (#2640, thanks [@minervabot
])- [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [
@joeyguerra
])- [actions] migrate OSX tests to GHA ([ljharb#37], thanks [
@aks
-])- [Refactor]
exportMapBuilder
: avoid hoisting (#2989, thanks [@soryy708
])- [Refactor]
ExportMap
: extract "builder" logic to separate files (#2991, thanks [@soryy708
])- [Docs] [
order
]: update the description of thepathGroupsExcludedImportTypes
option (#3036, thanks [@liby
])- [readme] Clarify how to install the plugin (#2993, thanks [
@jwbth
])
18787d3
Bump to 2.30.09902298
[Deps] update eslint-module-utils
9d194a6
[utils] v2.9.00a58d75
[resolvers/webpack] v0.13.9a3015eb
[Test] namespace
: ensure valid case is actually
included8bdb32b
[Test] add explicit marker for trailing whitespace in cases038c26c
[readme] Clarify how to install the plugin32a2b89
[Fix] order
: do not compare first path segment for relative
paths (#2682)ee1ea02
[Fix] newline-after-import
: fix considerComments option
when require806e3c2
[New] add support for Flat ConfigSourced from eslint-plugin-promise's releases.
v7.1.0
7.1.0 (2024-08-06)
🌟 Features
catch-or-return
,prefer-await-to-then
: do not report Cypress commands (#495) (943f162)prefer-await-to-then
: ignore constructor scope unless withstrict
option (#496) (7bffb7a)- new rule
spec-only
to check for non-spec Promise methods (#502) (d6e9de1)📚 Documentation
🧹 Chores
Sourced from eslint-plugin-promise's changelog.
7.1.0 (2024-08-06)
🌟 Features
catch-or-return
,prefer-await-to-then
: do not report Cypress commands (#495) (943f162)prefer-await-to-then
: ignore constructor scope unless withstrict
option (#496) (7bffb7a)- new rule
spec-only
to check for non-spec Promise methods (#502) (d6e9de1)📚 Documentation
🧹 Chores
- bump dev dependencies (#483) (197ae4e)
- deps-dev: bump husky from 9.1.1 to 9.1.2 (#516) (ab8e7a0)
- file extension missing (#519) (94c9834)
- fix format.yml (#507) (948c097)
6.0.2
- Added tests for
@typescript-eslint/parser
support6.0.1
6.0.0
- Dropped node 10 from engines #231
- Updated a ton of deps #236, #237, #235, #234
- ESLint 8 support #219
5.2.0
- Updated
param-names
rule to allow for unused params5.1.1
- Updated docs to include
no-callback-in-promise
reasons #2155.1.0
... (truncated)
d0ff43f
chore(main): release 7.1.0 (#510)adc4a85
ci: fix feedback on release-please
(#531)94c9834
refactor: file extension missing (#519)ab8e7a0
chore(deps-dev): bump husky from 9.1.1 to 9.1.2 (#516)1e13293
ci: add pr title format validation (#509)030a3be
docs: fixes the CI readme badge (#511)7bffb7a
feat(prefer-await-to-then
): ignore constructor scope unless
with strict
o...d6e9de1
feat: new rule spec-only
to check for non-spec Promise
methods (#502)943f162
feat(catch-or-return
, prefer-await-to-then
):
do not report Cypress comman...e1ce2ad
ci: swap release process to release-please (#508)Sourced from sass's releases.
Dart Sass 1.78.0
To install Sass 1.78.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
The
meta.feature-exists
function is now deprecated. This deprecation is namedfeature-exists
.Fix a crash when using
@at-root
without any queries or children in the indented syntax.JS API
Backport the deprecation options (
fatalDeprecations
,futureDeprecations
, andsilenceDeprecations
) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings.Fix a bug where accessing
SourceSpan.url
would crash when a relative URL was passed to the Sass API.Embedded Sass
Explicitly expose a
sass
executable from thesass-embedded
npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can runnpx sass
for local installs or justsass
whensass-embedded
is installed globally.Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
sass-embedded
npm package.Fix an edge case where the Dart VM could hang when shutting down when requests were in flight.
Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started.
Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
See the full changelog for changes in earlier releases.
Dart Sass 1.77.8
To install Sass 1.77.8, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- No user-visible changes.
See the full changelog for changes in earlier releases.
Sourced from sass's changelog.
1.78.0
The
meta.feature-exists
function is now deprecated. This deprecation is namedfeature-exists
.Fix a crash when using
@at-root
without any queries or children in the indented syntax.JS API
Backport the deprecation options (
fatalDeprecations
,futureDeprecations
, andsilenceDeprecations
) to the legacy JS API. The legacy JS API is itself deprecated, and you should move off of it if possible, but this will allow users of bundlers and other tools that are still using the legacy API to still control deprecation warnings.Fix a bug where accessing
SourceSpan.url
would crash when a relative URL was passed to the Sass API.Embedded Sass
Explicitly expose a
sass
executable from thesass-embedded
npm package. This was intended to be included in 1.63.0, but due to the way platform-specific dependency executables are installed it did not work as intended. Now users can runnpx sass
for local installs or justsass
whensass-embedded
is installed globally.Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
sass-embedded
npm package.Fix an edge case where the Dart VM could hang when shutting down when requests were in flight.
Fix a race condition where the embedded host could fail to shut down if it was closed around the same time a new compilation was started.
Fix a bug where parse-time deprecation warnings could not be controlled by the deprecation options in some circumstances.
1.77.8
- No user-visible changes.
1.77.7
Declarations that appear after nested rules are deprecated, because the semantics Sass has historically used are different from the semantics specified by CSS. In the future, Sass will adopt the standard CSS semantics.
See the Sass website for details.
... (truncated)
90a70ef
Fix failing double check test for sass-parser (#2330)b1d5f98
Backport deprecation API to legacy JS API (#2293)56a4237
Delete unreachable default
clause. (#2323)a7f623d
Bump bufbuild/buf-setup-action in /.github/util/initialize (#2319)9f82850
Ignore new unreachable_switch_default
warning. (#2318)798cd7c
Update pubspec.yaml (#2321)2bf3ae0
Fix a comment (#2316)eb6c19e
Initial implementation of a PostCSS-compatible parser JS API (#2304)c3cccef
Bump dartdoc from 8.0.7 to 8.0.8 (#2300)f0a0182
docs: Fix link to custom importer (#2315)Sourced from tslib's releases.
v2.7.0
What's Changed
- Implement deterministic collapse of
await
inawait using
by@rbuckton
in microsoft/tslib#262- Use global 'Iterator.prototype' for downlevel generators by
@rbuckton
in microsoft/tslib#267Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.3...v2.7.0
Sourced from typescript's releases.
TypeScript 5.5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.4 (Stable).
- fixed issues query for TypeScript v5.5.3 (Stable).
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
- npm
- NuGet package (soon!)
TypeScript 5.5.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.3 (Stable).
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
TypeScript 5.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
TypeScript 5.5 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
c8a7d58
Bump version to 5.5.4 and LKGc0ded04
🤖 Pick PR #58771
(Allow references to the global Symb...) into release-5.5 (#...5ba41e2
🤖 Pick PR #59208
(Write non-missing undefined on mapp...) into release-5.5 (#...b075332
🤖 Pick PR #59337
(Allow declarationMap to be emitted ...) into release-5.5 (#...9dd6f91
Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)bf0ddaf
🤖 Pick PR #59070
(Delay the calculation of common sou...) into release-5.5 (#...a44e2d9
🤖 Pick PR #59160
(Fixed crash on authored import type...) into release-5.5 (#...f35206d
🤖 Pick PR #59325
(Don't skip markLinkedReferences on ...) into release-5.5 (#...1109550
Fix baselines on release-5.5 (#59330)8794318
🤖 Pick PR #59215
(Fix codefix crash on circular alias...) into release-5.5 (#...Sourced from ua-parser-js's releases.
v1.0.38
Version 1.0.38
- Fix error on getOS() when userAgentData.platform is undefined
- Add new browser: Opera GX, Twitter
- Improve browser detection: DuckDuckGo
- Improve device detection: OPPO Pad, Oculus Quest
Sourced from ua-parser-js's changelog.
Version 0.7.38 / 1.0.38
- Fix error on getOS() when userAgentData.platform is undefined
- Add new browser: Opera GX, Twitter
- Improve browser detection: DuckDuckGo
- Improve device detection: OPPO Pad, Oculus Quest
693a83d
Bump version 1.0.38 (mirror of 0.7.38)cede701
Bump version 0.7.383bfd164
Fix #700
- Error on getOS() when userAgentData.platform is undefinede7bfc4e
Backport - Fix #730
- Improve browser detection: DuckDuckGo775de4e
Backport - Fix #722
- Add new browser name: Twitterfecff02
Backport - Fix #721
- Improve detection: recognize OPPO Pad as tabletd3d83fa
Backport - Fix #708
- Improve detection for Quest 35790c0e
Backport - Fix #697
- Add new browser: Opera GX - https://www.opera.com/gxSourced from vite's releases.
create-vite@5.4.0
Please refer to CHANGELOG.md for details.
Sourced from vite's changelog.
5.4.3 (2024-09-03)
- fix: allow getting URL of JS files in publicDir (#17915) (943ece1), closes #17915
- fix: cjs warning respect the logLevel flag (#17993) (dc3c14f), closes #17993
- fix: improve CJS warning trace information (=3.0.0 <4.0.0" immutable "^4.0.0" @@ -2992,23 +2942,11 @@ semver@^6.1.0, semver@^6.3.1: resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4" integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== -semver@^7.3.4: - version "7.3.7" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f" - integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g== - dependencies: - lru-cache "^6.0.0" - -semver@^7.5.4, semver@^7.6.2: +semver@^7.3.4, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2, semver@^7.6.3: version "7.6.3" resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143" integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== -semver@^7.6.0: - version "7.6.2" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" - integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== - set-blocking@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" @@ -3078,12 +3016,7 @@ sorcery@^0.11.0: minimist "^1.2.0" sander "^0.5.0" -"source-map-js@>=0.6.2 <2.0.0": - version "1.0.2" - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" - integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== - -source-map-js@^1.0.1, source-map-js@^1.2.0: +"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.1, source-map-js@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== @@ -3253,10 +3186,10 @@ svelte-spa-router@^4.0.1: dependencies: regexparam "2.0.2" -svelte@^4.0.0: - version "4.2.18" - resolved "https://registry.yarnpkg.com/svelte/-/svelte-4.2.18.tgz#33dbce74e83eb6dcc54dbea25f9758b1d8e8bb78" - integrity sha512-d0FdzYIiAePqRJEb90WlJDkjUEx42xhivxN8muUBmfZnP+tzUgz12DJ2hRJi8sIHCME7jeK1PTMgKPSfTd8JrA== +svelte@^4.2.19: + version "4.2.19" + resolved "https://registry.yarnpkg.com/svelte/-/svelte-4.2.19.tgz#4e6e84a8818e2cd04ae0255fcf395bc211e61d4c" + integrity sha512-IY1rnGr6izd10B0A8LqsBfmlT5OILVuZ7XsI0vdGPEvuonFV7NYEUK4dAkm9Zg2q0Um92kYjTpS1CAP3Nh/KWw== dependencies: "@ampproject/remapping" "^2.2.1" "@jridgewell/sourcemap-codec" "^1.4.15" @@ -3362,15 +3295,10 @@ tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== -tslib@^2.1.0: - version "2.5.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" - integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== - -tslib@^2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" - integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== +tslib@^2.1.0, tslib@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01" + integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA== type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" @@ -3433,20 +3361,15 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@^5.0.0: - version "5.4.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" - integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== - -typescript@^5.0.3: +typescript@^5.0.3, typescript@^5.5.4: version "5.5.4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== -ua-parser-js@^1.0.35: - version "1.0.37" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.37.tgz#b5dc7b163a5c1f0c510b08446aed4da92c46373f" - integrity sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ== +ua-parser-js@^1.0.38: + version "1.0.38" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.38.tgz#66bb0c4c0e322fe48edfe6d446df6042e62f25e2" + integrity sha512-Aq5ppTOfvrCMgAPneW1HfWj66Xi7XL+/mIy996R1/CLS/rcyJQm6QZdsKrUeivDFQ+Oc9Wyuwor8Ze8peEoUoQ== uid@2.0.2: version "2.0.2" @@ -3516,14 +3439,14 @@ vite-tsconfig-paths@^4.3.2: globrex "^0.1.2" tsconfck "^3.0.3" -vite@^5.3.5: - version "5.3.5" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.3.5.tgz#b847f846fb2b6cb6f6f4ed50a830186138cb83d8" - integrity sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA== +vite@^5.4.3: + version "5.4.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.3.tgz#771c470e808cb6732f204e1ee96c2ed65b97a0eb" + integrity sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q== dependencies: esbuild "^0.21.3" - postcss "^8.4.39" - rollup "^4.13.0" + postcss "^8.4.43" + rollup "^4.20.0" optionalDependencies: fsevents "~2.3.3" @@ -3658,10 +3581,10 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -xterm-addon-serialize@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/xterm-addon-serialize/-/xterm-addon-serialize-0.7.0.tgz#cc7ef78972c8425b81dd6ae0a76824ce033d1e5f" - integrity sha512-ZfZ4Zj4uTEBFnUA0exipDGZ14jfiWLCov7gIt2OwIjQEz2ey8ic5kL/cxYz5antNz8/hTSA2qZcyA6VyyQASOQ== +xterm-addon-serialize@^0.11.0: + version "0.11.0" + resolved "https://registry.yarnpkg.com/xterm-addon-serialize/-/xterm-addon-serialize-0.11.0.tgz#e8b34a3618750a9e132562a6459627059c031226" + integrity sha512-2CNDnmLdLkNWfsxNFkGsI5FE9W/BbsMzeOrbu59yNqH9L6k1gmL+Ab6VXxEp2NQUJSzaiqi6t0nFR5k5EDkVIg== xterm@^4.18.0: version "4.19.0" @@ -3678,11 +3601,6 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - yaml@^1.10.2: version "1.10.2" resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"