Closed dependabot[bot] closed 6 days ago
Bumps the version-bumps group with 13 updates in the /warpgate-web directory:
2.9.0
2.10.1
8.11.0
8.15.0
6.6.0
6.7.0
2.15.0
2.15.3
4.0.0
4.0.1
9.13.0
9.15.0
9.3.4
9.3.5
1.78.0
1.81.0
5.1.3
5.2.3
4.0.5
4.0.9
5.4.10
5.4.11
Updates @stylistic/eslint-plugin from 2.9.0 to 2.10.1
@stylistic/eslint-plugin
Sourced from @stylistic/eslint-plugin's releases.
@stylistic/eslint-plugin
v2.10.1 2.10.1 (2024-11-01) Features indent-binary-ops: disabled to lower indent when starts closing bracket (#591) (25fe554) Bug Fixes key-spacing: crash for import without attributes when using align: "colon" (#594) (6000f43) Chores release-please-mark (5e7a284) release-please-mark (08b65a5) v2.10.0 2.10.0 (2024-10-30) Features cross test comma-spacing (#562) (ea72317) function-call-spacing: auto-fix optional chain when option is never (#589) (7a2b47f) function-call-spacing: support ImportExpression in ts version (#570) (19d1f8c) indent-binary-ops: logical expression indent (#576) (cbf800d) indent: add support for Import Attributes (#579) (4f944d8) key-spacing: add support for Import Attributes (#583) (789d893) max-statements-per-line: new option to allow specific statements (#558) (2ed4054) no-multi-spaces: add support for Import Attributes (#584) (0da0713) padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30) quote-props: add support for Import Attributes (#581) (4edfee2) Bug Fixes correct the type of quotes in customize (#590) (b86c2df) function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55) jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5) Documentation func-call-spacing: fixing broken links (#587) (d3dbc22) Chores
align: "colon"
comma-spacing
never
ImportExpression
ts
quotes
customize
... (truncated)
Sourced from @stylistic/eslint-plugin's changelog.
2.10.1 (2024-11-01) Features indent-binary-ops: disabled to lower indent when starts closing bracket (#591) (25fe554) Bug Fixes key-spacing: crash for import without attributes when using align: "colon" (#594) (6000f43) Chores release-please-mark (5e7a284) release-please-mark (08b65a5) 2.10.0 (2024-10-30) Features cross test comma-spacing (#562) (ea72317) function-call-spacing: auto-fix optional chain when option is never (#589) (7a2b47f) function-call-spacing: support ImportExpression in ts version (#570) (19d1f8c) indent-binary-ops: logical expression indent (#576) (cbf800d) indent: add support for Import Attributes (#579) (4f944d8) key-spacing: add support for Import Attributes (#583) (789d893) max-statements-per-line: new option to allow specific statements (#558) (2ed4054) no-multi-spaces: add support for Import Attributes (#584) (0da0713) padding-line-between-statements: add support for multiline-export and singleline-export (#582) (2690a30) quote-props: add support for Import Attributes (#581) (4edfee2) Bug Fixes correct the type of quotes in customize (#590) (b86c2df) function-call-spacing: don't remove comments while auto-fixing (#588) (53b4a55) jsx-closing-bracket-location: should not remove comment in jsx (#566) (e2ba8d5) Documentation func-call-spacing: fixing broken links (#587) (d3dbc22) Chores replace deprecated api with new api (#567) (3db4870)
2015893
25fe554
6000f43
0002fe0
2ed4054
2690a30
53b4a55
cbf800d
ea72317
7a2b47f
Updates typescript-eslint from 8.11.0 to 8.15.0
typescript-eslint
Sourced from typescript-eslint's releases.
v8.15.0 8.15.0 (2024-11-18) 🚀 Features eslint-plugin: added related-getter-setter-pairs rule (#10192) eslint-plugin: new rule no-unsafe-type-assertion (#10051) eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299) rule-tester: run method - avoid to infer type parameter from tests param (#10324) typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333) utils: add new optional language field to FlatConfig.Config type (#10326) 🩹 Fixes add missing peer dependencies (#9744) eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301) eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314) eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315) eslint-plugin: report deprecations used in default export (#10330) utils: add defaultOptions to meta in rule (#10339) ❤️ Thank You Bartosz @burtek Brad Zacher @bradzacher Ethan Wu Josh Goldberg ✨ Kim Sang Du @developer-bandi Luis Sebastian Urrutia Fuentes @LuisUrrutia Marco Pasqualetti @marcalexiei Phillip Huang Ronen Amiel Szydlak @wszydlak You can read about our versioning strategy and releases on our website. v8.14.0 8.14.0 (2024-11-11) 🚀 Features eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067) eslint-plugin: [await-thenable] report unnecessary await using statements (#10209) 🩹 Fixes deps: update dependency eslint to v9.14.0 (#10309) deps: update docusaurus monorepo to v3.6.0 (#10319) eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194) eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
no-unsafe-type-assertion
ignoreConditionalTests
!
tests
language
FlatConfig.Config
as const satisfies
@burtek
@bradzacher
@developer-bandi
@LuisUrrutia
@marcalexiei
@wszydlak
You can read about our versioning strategy and releases on our website.
await using
Sourced from typescript-eslint's changelog.
8.15.0 (2024-11-18) 🚀 Features typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333) eslint-plugin: new rule no-unsafe-type-assertion (#10051) eslint-plugin: added related-getter-setter-pairs rule (#10192) 🩹 Fixes add missing peer dependencies (#9744) ❤️ Thank You Brad Zacher @bradzacher Ethan Wu Josh Goldberg ✨ Ronen Amiel You can read about our versioning strategy and releases on our website. 8.14.0 (2024-11-11) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.13.0 (2024-11-04) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.12.2 (2024-10-29) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.12.1 (2024-10-28) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.12.0 (2024-10-28) 🚀 Features typescript-eslint: improve undefined extension handling (#10177)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
2444351
b351703
00a3a84
9ebdff4
0409851
16fba0a
ac1f632
3b97b55
4af866a
1edec1d
Updates @fortawesome/free-brands-svg-icons from 6.6.0 to 6.7.0
@fortawesome/free-brands-svg-icons
Updates @fortawesome/free-regular-svg-icons from 6.6.0 to 6.7.0
@fortawesome/free-regular-svg-icons
Updates @fortawesome/free-solid-svg-icons from 6.6.0 to 6.7.0
@fortawesome/free-solid-svg-icons
Updates @openapitools/openapi-generator-cli from 2.15.0 to 2.15.3
@openapitools/openapi-generator-cli
Sourced from @openapitools/openapi-generator-cli's releases.
@openapitools/openapi-generator-cli
v2.15.3 2.15.3 (2024-11-01) Bug Fixes deps: update dependency tslib to v2.8.1 (#841) (0357c06) v2.15.2 2.15.2 (2024-11-01) Bug Fixes deps: update dependency @nestjs/axios to v3.1.1 (#843) (9279abb) v2.15.1 2.15.1 (2024-11-01) Bug Fixes deps: update nest monorepo (#697) (14c9ba6)
@nestjs/axios
0357c06
81aab3e
@types/lodash
9279abb
14c9ba6
275a547
8a5582e
9626bc3
@types/concurrently
Updates @sveltejs/vite-plugin-svelte from 4.0.0 to 4.0.1
@sveltejs/vite-plugin-svelte
Sourced from @sveltejs/vite-plugin-svelte's releases.
@sveltejs/vite-plugin-svelte
@sveltejs/vite-plugin-svelte@4.0.1 Patch Changes removed references to compiler options no longer available in svelte5 (#1010)
@4
Sourced from @sveltejs/vite-plugin-svelte's changelog.
4.0.1 Patch Changes removed references to compiler options no longer available in svelte5 (#1010)
14ad9ff
f714b57
fc7ea74
bbb9545
57902d0
52e4a4f
Updates eslint from 9.13.0 to 9.15.0
eslint
Sourced from eslint's releases.
v9.15.0 Features 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) Bug Fixes fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4ce625a fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) Documentation d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) 09bc2a8 docs: Update README (GitHub Actions Bot) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) Chores 2967d91 chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @eslint/js release (Jenkins) 7d6bf4a chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic) 902e707 chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) cceccc7 chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar) v9.14.0 Features 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) Bug Fixes 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) Documentation 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @types/eslint to lib/types (#19049) (Karl Horky) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
01557ce
2edc0e2
bdec50e
no-useless-computed-key
__proto__
3087c9e
meta
@eslint/js
fd33f13
no-restricted-imports
bd35098
9db5b15
no-lonely-if
68fa497
4ce625a
@humanwhocodes/retry
@0
d927920
09bc2a8
39089c8
895c60f
298625e
522d8a3
indent
semi
2967d91
@eslint/js
@9
b441bee
7d6bf4a
@eslint/core
902e707
@eslint/plugin-kit
5ff6c1d
cceccc7
@eslint/json
0da3f73
4f08332
trunk-io/trunk-action
6b75683
text-table
trimEnd
3fa009f
b0faee3
24d0172
b442067
d474443
151c965
context.languageOptions.parser
dc34f94
f16e846
ee0a77e
@types/eslint
50f03a1
Sourced from eslint's changelog.
v9.15.0 - November 15, 2024 2967d91 chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @eslint/js release (Jenkins) 7d6bf4a chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic) 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 902e707 chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 09bc2a8 docs: Update README (GitHub Actions Bot) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) cceccc7 chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 4ce625a fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar) v9.14.0 - November 1, 2024 f36cb16 chore: upgrade @eslint/js@9.14.0 (#19086) (Milos Djermanovic) 28be447 chore: package.json update for @eslint/js release (Jenkins) 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic) 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta) 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic) 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @types/eslint to lib/types (#19049) (Karl Horky) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
v9.15.0 - November 15, 2024
v9.14.0 - November 1, 2024
f36cb16
28be447
f48a2a0
no-invalid-regexp
37c9177
@wdio/*
35a8858
425202e
3d44b3c
7259627
check-emfile-handling.js
6f37b07
1d99f29
Updates otpauth from 9.3.4 to 9.3.5
otpauth
Sourced from otpauth's releases.
v9.3.5 What's Changed Bump github/codeql-action from 3.26.9 to 3.26.10 in the github-actions-all group by @dependabot in hectorm/otpauth#553 Bump the npm-development-minor-patch group across 1 directory with 9 updates by @dependabot in hectorm/otpauth#556 Bump the npm-development-minor-patch group with 8 updates by @dependabot in hectorm/otpauth#557 Bump the npm-development-minor-patch group with 5 updates by @dependabot in hectorm/otpauth#558 Bump npm-run-all2 from 6.2.4 to 7.0.1 by @dependabot in hectorm/otpauth#559 Bump the github-actions-all group with 5 updates by @dependabot in hectorm/otpauth#560 Bump the npm-development-minor-patch group across 1 directory with 9 updates by @dependabot in hectorm/otpauth#562 Bump github/codeql-action from 3.27.0 to 3.27.4 in the github-actions-all group by @dependabot in hectorm/otpauth#564 Bump the npm-development-minor-patch group with 2 updates by @dependabot in hectorm/otpauth#563 Full Changelog: https://github.com/hectorm/otpauth/compare/v9.3.4...v9.3.5
@dependabot
Full Changelog: https://github.com/hectorm/otpauth/compare/v9.3.4...v9.3.5
8ad3aa4
68e5d04
9601d9a
0cb50f1
b89693a
dcbf02e
5aeef0c
fe3f19b
6af28fd
76940fd
Updates sass from 1.78.0 to 1.81.0
sass
Sourced from sass's releases.
Dart Sass 1.81.0 To install Sass 1.81.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions. Changes Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations. Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number. See the full changelog for changes in earlier releases. Dart Sass 1.80.7 To install Sass 1.80.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions. Changes Embedded Host Don't treat 0 as undefined for the green and blue channels in the LegacyColor construc... _Description has been truncated_
To install Sass 1.81.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.
Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.
round()
See the full changelog for changes in earlier releases.
To install Sass 1.80.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
0
undefined
green
blue
LegacyColor
Superseded by #1135.
Bumps the version-bumps group with 13 updates in the /warpgate-web directory:
2.9.0
2.10.1
8.11.0
8.15.0
6.6.0
6.7.0
6.6.0
6.7.0
6.6.0
6.7.0
2.15.0
2.15.3
4.0.0
4.0.1
9.13.0
9.15.0
9.3.4
9.3.5
1.78.0
1.81.0
5.1.3
5.2.3
4.0.5
4.0.9
5.4.10
5.4.11
Updates
@stylistic/eslint-plugin
from 2.9.0 to 2.10.1Release notes
Sourced from
@stylistic/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@stylistic/eslint-plugin
's changelog.Commits
2015893
chore: release v2.10.1 (main) (#595)25fe554
feat(indent-binary-ops): disabled to lower indent when starts closing bracket...6000f43
fix(key-spacing): crash for import without attributes when using `align: "col...0002fe0
chore: release v2.10.0 (main) (#569)2ed4054
feat(max-statements-per-line): new option to allow specific statements (#558)2690a30
feat(padding-line-between-statements): add support for multiline-export and s...53b4a55
fix(function-call-spacing): don't remove comments while auto-fixing (#588)cbf800d
feat(indent-binary-ops): logical expression indent (#576)ea72317
feat: cross testcomma-spacing
(#562)7a2b47f
feat(function-call-spacing): auto-fix optional chain when option isnever
(...Updates
typescript-eslint
from 8.11.0 to 8.15.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
2444351
chore(release): publish 8.15.0b351703
feat(typescript-eslint): allow infinitely deep array nesting in config functi...00a3a84
fix: add missing peer dependencies (#9744)9ebdff4
feat(eslint-plugin): new ruleno-unsafe-type-assertion
(#10051)0409851
feat(eslint-plugin): added related-getter-setter-pairs rule (#10192)16fba0a
chore(release): publish 8.14.0ac1f632
chore(release): publish 8.13.03b97b55
chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)4af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.1Updates
@fortawesome/free-brands-svg-icons
from 6.6.0 to 6.7.0Commits
Updates
@fortawesome/free-regular-svg-icons
from 6.6.0 to 6.7.0Commits
Updates
@fortawesome/free-solid-svg-icons
from 6.6.0 to 6.7.0Commits
Updates
@openapitools/openapi-generator-cli
from 2.15.0 to 2.15.3Release notes
Sourced from
@openapitools/openapi-generator-cli
's releases.Commits
0357c06
fix(deps): update dependency tslib to v2.8.1 (#841)81aab3e
chore(deps): update dependency@types/lodash
to v4.17.13 (#842)9279abb
fix(deps): update dependency@nestjs/axios
to v3.1.1 (#843)14c9ba6
fix(deps): update nest monorepo (#697)275a547
chore(deps): update nrwl monorepo to v20.0.7 (#840)8a5582e
chore(deps): update dependency@types/lodash
to v4.17.12 (#839)9626bc3
chore(deps): update dependency@types/concurrently
to v7.0.3 (#838)Updates
@sveltejs/vite-plugin-svelte
from 4.0.0 to 4.0.1Release notes
Sourced from
@sveltejs/vite-plugin-svelte
's releases.Changelog
Sourced from
@sveltejs/vite-plugin-svelte
's changelog.Commits
14ad9ff
Version Packages (#1011)f714b57
chore(deps): update all non-major dependencies (#1014)fc7ea74
fix: remove references to compiler options no longer available in svelte5 (#1...bbb9545
chore(deps): update all non-major dependencies (#1008)57902d0
chore: migrate scss import to use (#1007)52e4a4f
chore(deps): update all non-major dependencies (#1001)Updates
eslint
from 9.13.0 to 9.15.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
Commits
6f37b07
9.15.01d99f29
Build: changelog update for 9.15.02967d91
chore: upgrade@eslint/js
@9
.15.0 (#19133)b441bee
chore: package.json update for@eslint/js
release7d6bf4a
chore: upgrade@eslint/core
@0
.9.0 (#19131)01557ce
feat: Implement Language#normalizeLanguageOptions() (#19104)902e707
chore: upgrade@eslint/plugin-kit
@0
.2.3 (#19130)2edc0e2
feat: add meta.defaultOptions (#17656)fd33f13
fix: update types forno-restricted-imports
rule (#19060)5ff6c1d
chore: bump cross-spawn (#19125)Updates
otpauth
from 9.3.4 to 9.3.5Release notes
Sourced from otpauth's releases.
Commits
8ad3aa4
9.3.568e5d04
Reorder scripts9601d9a
Regenerate package-lock.json0cb50f1
Bump the npm-development-minor-patch group with 2 updates (#563)b89693a
Bump github/codeql-action in the github-actions-all group (#564)dcbf02e
Initialize the OTP object at each iteration to avoid an error in the tests af...5aeef0c
Bump the npm-development-minor-patch group across 1 directory with 9 updates ...fe3f19b
Bump the github-actions-all group with 5 updates (#560)6af28fd
Add test commands for QuickJS76940fd
Expand wildcards in script commandsUpdates
sass
from 1.78.0 to 1.81.0Release notes
Sourced from sass's releases.