Unverified Commit 09d312ec by Jarek Radosz Committed by GitHub

DEV: Update linting (#29)

parent 04a05fab
...@@ -14,6 +14,8 @@ GEM ...@@ -14,6 +14,8 @@ GEM
securerandom (>= 0.3) securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5) tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1) uri (>= 0.13.1)
addressable (2.8.9)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.3) ast (2.4.3)
base64 (0.3.0) base64 (0.3.0)
bigdecimal (4.0.1) bigdecimal (4.0.1)
...@@ -22,26 +24,34 @@ GEM ...@@ -22,26 +24,34 @@ GEM
drb (2.2.3) drb (2.2.3)
i18n (1.14.8) i18n (1.14.8)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
json (2.18.0) json (2.19.1)
json-schema (6.2.0)
addressable (~> 2.8)
bigdecimal (>= 3.1, < 5)
language_server-protocol (3.17.0.5) language_server-protocol (3.17.0.5)
lint_roller (1.1.0) lint_roller (1.1.0)
logger (1.7.0) logger (1.7.0)
minitest (6.0.1) mcp (0.8.0)
json-schema (>= 4.1)
minitest (6.0.2)
drb (~> 2.0)
prism (~> 1.5) prism (~> 1.5)
parallel (1.27.0) parallel (1.27.0)
parser (3.3.10.1) parser (3.3.10.2)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
prettier_print (1.2.1) prettier_print (1.2.1)
prism (1.8.0) prism (1.9.0)
public_suffix (7.0.5)
racc (1.8.1) racc (1.8.1)
rack (3.2.5) rack (3.2.5)
rainbow (3.1.1) rainbow (3.1.1)
regexp_parser (2.11.3) regexp_parser (2.11.3)
rubocop (1.84.0) rubocop (1.85.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (~> 3.17.0.2) language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0) lint_roller (~> 1.1.0)
mcp (~> 0.6)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.3.0.2) parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
...@@ -49,7 +59,7 @@ GEM ...@@ -49,7 +59,7 @@ GEM
rubocop-ast (>= 1.49.0, < 2.0) rubocop-ast (>= 1.49.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0) unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.49.0) rubocop-ast (1.49.1)
parser (>= 3.3.7.2) parser (>= 3.3.7.2)
prism (~> 1.7) prism (~> 1.7)
rubocop-capybara (2.22.1) rubocop-capybara (2.22.1)
...@@ -102,4 +112,4 @@ DEPENDENCIES ...@@ -102,4 +112,4 @@ DEPENDENCIES
syntax_tree syntax_tree
BUNDLED WITH BUNDLED WITH
4.0.4 4.0.8
{ {
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@discourse/lint-configs": "2.37.2", "@discourse/lint-configs": "2.43.0",
"@glint/ember-tsc": "1.0.9", "@glint/ember-tsc": "1.1.1",
"concurrently": "^9.2.1", "concurrently": "^9.2.1",
"discourse": "npm:@discourse/types@2026.1.0-2709d36", "discourse": "npm:@discourse/types@2026.3.0-887c5be4",
"ember-template-lint": "7.9.3", "ember-template-lint": "7.9.3",
"eslint": "9.39.2", "eslint": "9.39.2",
"prettier": "3.8.0", "lint-to-the-future": "^2.6.4",
"stylelint": "17.0.0" "lint-to-the-future-eslint": "^3.3.0",
"prettier": "3.8.1",
"stylelint": "17.4.0"
}, },
"scripts": { "scripts": {
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
...@@ -21,7 +23,8 @@ ...@@ -21,7 +23,8 @@
"lint:hbs:fix": "ember-template-lint javascripts/**/*.gjs --fix --no-error-on-unmatched-pattern", "lint:hbs:fix": "ember-template-lint javascripts/**/*.gjs --fix --no-error-on-unmatched-pattern",
"lint:prettier": "pnpm prettier {javascripts,desktop,mobile,common,scss}/**/*.scss {javascripts,test}/**/*.{js,gjs} --check --no-error-on-unmatched-pattern", "lint:prettier": "pnpm prettier {javascripts,desktop,mobile,common,scss}/**/*.scss {javascripts,test}/**/*.{js,gjs} --check --no-error-on-unmatched-pattern",
"lint:prettier:fix": "pnpm prettier {javascripts,desktop,mobile,common,scss}/**/*.scss {javascripts,test}/**/*.{js,gjs} -w --no-error-on-unmatched-pattern", "lint:prettier:fix": "pnpm prettier {javascripts,desktop,mobile,common,scss}/**/*.scss {javascripts,test}/**/*.{js,gjs} -w --no-error-on-unmatched-pattern",
"lint:types": "ember-tsc -b" "lint:types": "ember-tsc -b",
"lttf:ignore": "lint-to-the-future ignore"
}, },
"engines": { "engines": {
"node": ">= 22", "node": ">= 22",
......
...@@ -9,42 +9,48 @@ importers: ...@@ -9,42 +9,48 @@ importers:
.: .:
devDependencies: devDependencies:
'@discourse/lint-configs': '@discourse/lint-configs':
specifier: 2.37.2 specifier: 2.43.0
version: 2.37.2(ember-template-lint@7.9.3)(eslint@9.39.2)(postcss@8.5.6)(prettier@3.8.0)(stylelint@17.0.0(typescript@5.9.3)) version: 2.43.0(ember-template-lint@7.9.3)(eslint@9.39.2)(postcss@8.5.8)(prettier@3.8.1)(stylelint@17.4.0(typescript@5.9.3))
'@glint/ember-tsc': '@glint/ember-tsc':
specifier: 1.0.9 specifier: 1.1.1
version: 1.0.9(typescript@5.9.3) version: 1.1.1(typescript@5.9.3)
concurrently: concurrently:
specifier: ^9.2.1 specifier: ^9.2.1
version: 9.2.1 version: 9.2.1
discourse: discourse:
specifier: npm:@discourse/types@2026.1.0-2709d36 specifier: npm:@discourse/types@2026.3.0-887c5be4
version: '@discourse/types@2026.1.0-2709d36' version: '@discourse/types@2026.3.0-887c5be4'
ember-template-lint: ember-template-lint:
specifier: 7.9.3 specifier: 7.9.3
version: 7.9.3 version: 7.9.3
eslint: eslint:
specifier: 9.39.2 specifier: 9.39.2
version: 9.39.2 version: 9.39.2
lint-to-the-future:
specifier: ^2.6.4
version: 2.6.4
lint-to-the-future-eslint:
specifier: ^3.3.0
version: 3.3.0(eslint@9.39.2)
prettier: prettier:
specifier: 3.8.0 specifier: 3.8.1
version: 3.8.0 version: 3.8.1
stylelint: stylelint:
specifier: 17.0.0 specifier: 17.4.0
version: 17.0.0(typescript@5.9.3) version: 17.4.0(typescript@5.9.3)
packages: packages:
'@babel/code-frame@7.28.6': '@babel/code-frame@7.29.0':
resolution: {integrity: sha512-JYgintcMjRiCvS8mMECzaEn+m3PfoQiyqukOMCCVQtoJGYJw8j/8LBJEiqkHLkfwCcs74E3pbAUFNg7d9VNJ+Q==} resolution: {integrity: sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/compat-data@7.28.6': '@babel/compat-data@7.29.0':
resolution: {integrity: sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==} resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/core@7.28.6': '@babel/core@7.29.0':
resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==} resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/eslint-parser@7.28.6': '@babel/eslint-parser@7.28.6':
...@@ -54,8 +60,8 @@ packages: ...@@ -54,8 +60,8 @@ packages:
'@babel/core': ^7.11.0 '@babel/core': ^7.11.0
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0 eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
'@babel/generator@7.28.6': '@babel/generator@7.29.1':
resolution: {integrity: sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==} resolution: {integrity: sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/helper-annotate-as-pure@7.27.3': '@babel/helper-annotate-as-pure@7.27.3':
...@@ -124,13 +130,13 @@ packages: ...@@ -124,13 +130,13 @@ packages:
resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==} resolution: {integrity: sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/parser@7.28.6': '@babel/parser@7.29.0':
resolution: {integrity: sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==} resolution: {integrity: sha512-IyDgFV5GeDUVX4YdF/3CPULtVGSXXMLh1xVIgdCgxApktqnQV0r7/8Nqthg+8YLGaAtdyIlo2qIdZrbCv4+7ww==}
engines: {node: '>=6.0.0'} engines: {node: '>=6.0.0'}
hasBin: true hasBin: true
'@babel/plugin-proposal-decorators@7.28.6': '@babel/plugin-proposal-decorators@7.29.0':
resolution: {integrity: sha512-RVdFPPyY9fCRAX68haPmOk2iyKW8PKJFthmm8NeSI3paNxKWGZIn99+VbIf0FrtCpFnPgnpF/L48tadi617ULg==} resolution: {integrity: sha512-CVBVv3VY/XRMxRYq5dwr2DS7/MvqPm23cOCjbwNnVrfOqcWlnefua1uUs0sjdKOGjvPUG633o07uWzJq4oI6dA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
peerDependencies: peerDependencies:
'@babel/core': ^7.0.0-0 '@babel/core': ^7.0.0-0
...@@ -145,19 +151,26 @@ packages: ...@@ -145,19 +151,26 @@ packages:
resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==} resolution: {integrity: sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/traverse@7.28.6': '@babel/traverse@7.29.0':
resolution: {integrity: sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==} resolution: {integrity: sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@babel/types@7.28.6': '@babel/types@7.29.0':
resolution: {integrity: sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==} resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
'@cacheable/memory@2.0.7': '@cacheable/memory@2.0.8':
resolution: {integrity: sha512-RbxnxAMf89Tp1dLhXMS7ceft/PGsDl1Ip7T20z5nZ+pwIAsQ1p2izPjVG69oCLv/jfQ7HDPHTWK0c9rcAWXN3A==} resolution: {integrity: sha512-FvEb29x5wVwu/Kf93IWwsOOEuhHh6dYCJF3vcKLzXc0KXIW181AOzv6ceT4ZpBHDvAfG60eqb+ekmrnLHIy+jw==}
'@cacheable/utils@2.3.3': '@cacheable/utils@2.4.0':
resolution: {integrity: sha512-JsXDL70gQ+1Vc2W/KUFfkAJzgb4puKwwKehNLuB+HrNKWf91O736kGfxn4KujXCCSuh6mRRL4XEB0PkAFjWS0A==} resolution: {integrity: sha512-PeMMsqjVq+bF0WBsxFBxr/WozBJiZKY0rUojuaCoIaKnEl3Ju1wfEwS+SV1DU/cSe8fqHIPiYJFif8T3MVt4cQ==}
'@csstools/css-calc@3.1.1':
resolution: {integrity: sha512-HJ26Z/vmsZQqs/o3a6bgKslXGFAungXGbinULZO3eMsOyNJHeBBZfup5FiZInOghgoM4Hwnmw+OgbJCNg1wwUQ==}
engines: {node: '>=20.19.0'}
peerDependencies:
'@csstools/css-parser-algorithms': ^4.0.0
'@csstools/css-tokenizer': ^4.0.0
'@csstools/css-parser-algorithms@4.0.0': '@csstools/css-parser-algorithms@4.0.0':
resolution: {integrity: sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==} resolution: {integrity: sha512-+B87qS7fIG3L5h3qwJ/IFbjoVoOe/bpOdh9hAjXbvx0o8ImEmUsGXN0inFOnk2ChCFgqkkGFQ+TpM5rbhkKe4w==}
...@@ -165,8 +178,8 @@ packages: ...@@ -165,8 +178,8 @@ packages:
peerDependencies: peerDependencies:
'@csstools/css-tokenizer': ^4.0.0 '@csstools/css-tokenizer': ^4.0.0
'@csstools/css-syntax-patches-for-csstree@1.0.26': '@csstools/css-syntax-patches-for-csstree@1.1.0':
resolution: {integrity: sha512-6boXK0KkzT5u5xOgF6TKB+CLq9SOpEGmkZw0g5n9/7yg85wab3UzSxB8TxhLJ31L4SGJ6BCFRw/iftTha1CJXA==} resolution: {integrity: sha512-H4tuz2nhWgNKLt1inYpoVCfbJbMwX/lQKp3g69rrrIMIYlFD9+zTykOKhNR8uGrAmbS/kT9n6hTFkmDkxLgeTA==}
'@csstools/css-tokenizer@4.0.0': '@csstools/css-tokenizer@4.0.0':
resolution: {integrity: sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==} resolution: {integrity: sha512-QxULHAm7cNu72w97JUNCBFODFaXpbDg+dP8b/oWFAZ2MTRppA3U00Y2L1HqaS4J6yBqxwa/Y3nMBaxVKbB/NsA==}
...@@ -191,17 +204,17 @@ packages: ...@@ -191,17 +204,17 @@ packages:
peerDependencies: peerDependencies:
postcss-selector-parser: ^7.1.1 postcss-selector-parser: ^7.1.1
'@discourse/lint-configs@2.37.2': '@discourse/lint-configs@2.43.0':
resolution: {integrity: sha512-k8rkLMRzZcU5iSqWW2YcV43EXXsE8MT3oKNE3YY1WzWhhY0zN6VMy733Gcd27MqxbzJHdjtC9713zW7hXN593w==} resolution: {integrity: sha512-f3CVhJAcFp90iwVUj6FYgY0Fi9PCGbtz56MUDbxjq+glgv4EEXn/6kzNVSMxlPzn+hyPIdoUjPbT1djR9SX5Sg==}
peerDependencies: peerDependencies:
ember-template-lint: 7.9.3 ember-template-lint: 7.9.3
eslint: 9.39.2 eslint: 9.39.2
prettier: 3.8.0 prettier: 3.8.1
stylelint: 17.0.0 stylelint: 17.4.0
'@discourse/types@2026.1.0-2709d36': '@discourse/types@2026.3.0-887c5be4':
resolution: {integrity: sha512-k4WKwZZHR0pScK1qrnswWg1p4x5Wx7RjgRAJb3dKuZmyOxpx5TuD/PVLOol2SLZ4+/+fme7rihWgeiSXXq3vbQ==} resolution: {integrity: sha512-NNp2fX68OWBVXr/7DuzK9a30coMSTNfor7VF/yANPjccmayehI9xAA85Md5SYmXyD5QNtO7WgYQG0yTkZpzBhQ==}
engines: {node: '>= 18', npm: please-use-pnpm, pnpm: ^10, yarn: please-use-pnpm} engines: {node: '>= 20', npm: please-use-pnpm, pnpm: ^10, yarn: please-use-pnpm}
'@ember-data/rfc395-data@0.0.4': '@ember-data/rfc395-data@0.0.4':
resolution: {integrity: sha512-tGRdvgC9/QMQSuSuJV45xoyhI0Pzjm7A9o/MVVA3HakXIImJbbzx/k/6dO9CUEQXIyS2y0fW6C1XaYOG7rY0FQ==} resolution: {integrity: sha512-tGRdvgC9/QMQSuSuJV45xoyhI0Pzjm7A9o/MVVA3HakXIImJbbzx/k/6dO9CUEQXIyS2y0fW6C1XaYOG7rY0FQ==}
...@@ -216,8 +229,8 @@ packages: ...@@ -216,8 +229,8 @@ packages:
resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==} resolution: {integrity: sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
'@eslint/config-array@0.21.1': '@eslint/config-array@0.21.2':
resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==} resolution: {integrity: sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/config-helpers@0.4.2': '@eslint/config-helpers@0.4.2':
...@@ -228,14 +241,18 @@ packages: ...@@ -228,14 +241,18 @@ packages:
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==} resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/eslintrc@3.3.3': '@eslint/eslintrc@3.3.5':
resolution: {integrity: sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==} resolution: {integrity: sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.39.2': '@eslint/js@9.39.2':
resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==} resolution: {integrity: sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.39.4':
resolution: {integrity: sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/object-schema@2.1.7': '@eslint/object-schema@2.1.7':
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==} resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
...@@ -256,14 +273,14 @@ packages: ...@@ -256,14 +273,14 @@ packages:
'@glimmer/wire-format@0.94.8': '@glimmer/wire-format@0.94.8':
resolution: {integrity: sha512-A+Cp5m6vZMAEu0Kg/YwU2dJZXyYxVJs2zI57d3CP6NctmX7FsT8WjViiRUmt5abVmMmRH5b8BUovqY6GSMAdrw==} resolution: {integrity: sha512-A+Cp5m6vZMAEu0Kg/YwU2dJZXyYxVJs2zI57d3CP6NctmX7FsT8WjViiRUmt5abVmMmRH5b8BUovqY6GSMAdrw==}
'@glint/ember-tsc@1.0.9': '@glint/ember-tsc@1.1.1':
resolution: {integrity: sha512-yZ0+3sSN2RxFAWsK9vJah8fv4Cq5RRFgsb+bben8HN8+rddp+YxHO63U0UvHhQWykHhMunuvN9NIzjwwD/696w==} resolution: {integrity: sha512-SEIyDPOv9nKpoXaRWp6rXrAnZu75GXW3MVg9nmxX0bwc0s2Aydpd/T0YjZux1ZJ0v8YevmFkBjlxk3UiSU3a6g==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
typescript: '>=5.6.0' typescript: '>=5.6.0'
'@glint/template@1.7.3': '@glint/template@1.7.4':
resolution: {integrity: sha512-ouB9HjLJ5kDnAhORLx43vTmGukm6uHg5hg+jAoiSlyifQdVINmXIkkGPGCD1HQ0WeIDZ/CmxH7aIZlIyI90AAw==} resolution: {integrity: sha512-39gTESXJmiIzJhcweJQ+44eIX+n+alJpD6HKpX8nPXCggVu2Yq6KP9pA5gwUvWE1/NYZhITiOqdA7UuyVtWMww==}
'@handlebars/parser@2.2.2': '@handlebars/parser@2.2.2':
resolution: {integrity: sha512-n/SZW+12rwikx/f8YcSv9JCi5p9vn1Bnts9ZtVvfErG4h0gbjHI1H1ZMhVUnaOC7yzFc6PtsCKIK8XeTnL90Gw==} resolution: {integrity: sha512-n/SZW+12rwikx/f8YcSv9JCi5p9vn1Bnts9ZtVvfErG4h0gbjHI1H1ZMhVUnaOC7yzFc6PtsCKIK8XeTnL90Gw==}
...@@ -335,6 +352,10 @@ packages: ...@@ -335,6 +352,10 @@ packages:
'@simple-dom/interface@1.4.0': '@simple-dom/interface@1.4.0':
resolution: {integrity: sha512-l5qumKFWU0S+4ZzMaLXFU8tQZsicHEMEyAxI5kDFGhJsRqDwe0a7/iPA/GdxlGyDKseQQAgIz5kzU7eXTrlSpA==} resolution: {integrity: sha512-l5qumKFWU0S+4ZzMaLXFU8tQZsicHEMEyAxI5kDFGhJsRqDwe0a7/iPA/GdxlGyDKseQQAgIz5kzU7eXTrlSpA==}
'@sindresorhus/merge-streams@2.3.0':
resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==}
engines: {node: '>=18'}
'@sindresorhus/merge-streams@4.0.0': '@sindresorhus/merge-streams@4.0.0':
resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==} resolution: {integrity: sha512-tlqY9xq5ukxTUZBmoOp+m61cqwQD5pHJtFY3Mn8CA8ps6yghLH/Hw8UPdqg4OLmFW3IFlcXnQNmo/dh8HzXYIQ==}
engines: {node: '>=18'} engines: {node: '>=18'}
...@@ -351,34 +372,34 @@ packages: ...@@ -351,34 +372,34 @@ packages:
'@types/json5@0.0.29': '@types/json5@0.0.29':
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
'@typescript-eslint/tsconfig-utils@8.54.0': '@typescript-eslint/tsconfig-utils@8.57.0':
resolution: {integrity: sha512-dRgOyT2hPk/JwxNMZDsIXDgyl9axdJI3ogZ2XWhBPsnZUv+hPesa5iuhdYt2gzwA9t8RE5ytOJ6xB0moV0Ujvw==} resolution: {integrity: sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies: peerDependencies:
typescript: '>=4.8.4 <6.0.0' typescript: '>=4.8.4 <6.0.0'
'@volar/kit@2.4.23': '@volar/kit@2.4.28':
resolution: {integrity: sha512-YuUIzo9zwC2IkN7FStIcVl1YS9w5vkSFEZfPvnu0IbIMaR9WHhc9ZxvlT+91vrcSoRY469H2jwbrGqpG7m1KaQ==} resolution: {integrity: sha512-cKX4vK9dtZvDRaAzeoUdaAJEew6IdxHNCRrdp5Kvcl6zZOqb6jTOfk3kXkIkG3T7oTFXguEMt5+9ptyqYR84Pg==}
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
'@volar/language-core@2.4.23': '@volar/language-core@2.4.28':
resolution: {integrity: sha512-hEEd5ET/oSmBC6pi1j6NaNYRWoAiDhINbT8rmwtINugR39loROSlufGdYMF9TaKGfz+ViGs1Idi3mAhnuPcoGQ==} resolution: {integrity: sha512-w4qhIJ8ZSitgLAkVay6AbcnC7gP3glYM3fYwKV3srj8m494E3xtrCv6E+bWviiK/8hs6e6t1ij1s2Endql7vzQ==}
'@volar/language-server@2.4.23': '@volar/language-server@2.4.28':
resolution: {integrity: sha512-k0iO+tybMGMMyrNdWOxgFkP0XJTdbH0w+WZlM54RzJU3WZSjHEupwL30klpM7ep4FO6qyQa03h+VcGHD4Q8gEg==} resolution: {integrity: sha512-NqcLnE5gERKuS4PUFwlhMxf6vqYo7hXtbMFbViXcbVkbZ905AIVWhnSo0ZNBC2V127H1/2zP7RvVOVnyITFfBw==}
'@volar/language-service@2.4.23': '@volar/language-service@2.4.28':
resolution: {integrity: sha512-h5mU9DZ/6u3LCB9xomJtorNG6awBNnk9VuCioGsp6UtFiM8amvS5FcsaC3dabdL9zO0z+Gq9vIEMb/5u9K6jGQ==} resolution: {integrity: sha512-Rh/wYCZJrI5vCwMk9xyw/Z+MsWxlJY1rmMZPsxUoJKfzIRjS/NF1NmnuEcrMbEVGja00aVpCsInJfixQTMdvLw==}
'@volar/source-map@2.4.23': '@volar/source-map@2.4.28':
resolution: {integrity: sha512-Z1Uc8IB57Lm6k7q6KIDu/p+JWtf3xsXJqAX/5r18hYOTpJyBn0KXUR8oTJ4WFYOcDzWC9n3IflGgHowx6U6z9Q==} resolution: {integrity: sha512-yX2BDBqJkRXfKw8my8VarTyjv48QwxdJtvRgUpNE5erCsgEUdI2DsLbpa+rOQVAJYshY99szEcRDmyHbF10ggQ==}
'@volar/test-utils@2.4.23': '@volar/test-utils@2.4.28':
resolution: {integrity: sha512-ZF3Ejtv6mfwXHuR6aZGsh1ksvAdSZUfWKGacXa9S+Mnc3MpSPgxzHN3PwdXGt26HfRDWGuykJc8y6lVs20dDKw==} resolution: {integrity: sha512-N7RNiHHDPtqK5B21x4W462XMQj7Z75ynN3isLP+3Rb44hbJjhxxDxzs+QqWB0sjM57EtTJga+SDd9WWy3OjMzA==}
'@volar/typescript@2.4.23': '@volar/typescript@2.4.28':
resolution: {integrity: sha512-lAB5zJghWxVPqfcStmAP1ZqQacMpe90UrP5RJ3arDyrhy4aCUQqmxPPLB2PWDKugvylmO41ljK7vZ+t6INMTag==} resolution: {integrity: sha512-Ja6yvWrbis2QtN4ClAKreeUZPVYMARDYZl9LMEv1iQ1QdepB6wn0jTRxA9MftYmYa4DQ4k/DaSZpFPUfxl8giw==}
'@vscode/l10n@0.0.18': '@vscode/l10n@0.0.18':
resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==} resolution: {integrity: sha512-KYSIHVmslkaCDyw013pphY+d7x1qV8IZupYfeIfzNA+nsaWHbn5uPuQRvdRFsa9zFzGeudPuoGoZ1Op4jrJXIQ==}
...@@ -388,16 +409,16 @@ packages: ...@@ -388,16 +409,16 @@ packages:
peerDependencies: peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
acorn@8.15.0: acorn@8.16.0:
resolution: {integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==} resolution: {integrity: sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==}
engines: {node: '>=0.4.0'} engines: {node: '>=0.4.0'}
hasBin: true hasBin: true
ajv@6.12.6: ajv@6.14.0:
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} resolution: {integrity: sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==}
ajv@8.17.1: ajv@8.18.0:
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==}
ansi-regex@5.0.1: ansi-regex@5.0.1:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
...@@ -457,12 +478,9 @@ packages: ...@@ -457,12 +478,9 @@ packages:
balanced-match@1.0.2: balanced-match@1.0.2:
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
balanced-match@3.0.1: baseline-browser-mapping@2.10.7:
resolution: {integrity: sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==} resolution: {integrity: sha512-1ghYO3HnxGec0TCGBXiDLVns4eCSx4zJpxnHrlqFQajmhfKMQBzUGDdkMK7fUW7PTHTeLf+j87aTuKuuwWzMGw==}
engines: {node: '>= 16'} engines: {node: '>=6.0.0'}
baseline-browser-mapping@2.9.18:
resolution: {integrity: sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==}
hasBin: true hasBin: true
brace-expansion@1.1.12: brace-expansion@1.1.12:
...@@ -477,8 +495,8 @@ packages: ...@@ -477,8 +495,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
cacheable@2.3.2: cacheable@2.3.3:
resolution: {integrity: sha512-w+ZuRNmex9c1TR9RcsxbfTKCjSL0rh1WA5SABbrWprIHeNBdmyQLSYonlDy9gpD+63XT8DgZ/wNh1Smvc9WnJA==} resolution: {integrity: sha512-iffYMX4zxKp54evOH27fm92hs+DeC1DhXmNVN8Tr94M/iZIV42dqTHSR2Ik4TOSPyOAwKr7Yu3rN9ALoLkbWyQ==}
call-bind-apply-helpers@1.0.2: call-bind-apply-helpers@1.0.2:
resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==} resolution: {integrity: sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==}
...@@ -496,8 +514,8 @@ packages: ...@@ -496,8 +514,8 @@ packages:
resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==}
engines: {node: '>=6'} engines: {node: '>=6'}
caniuse-lite@1.0.30001766: caniuse-lite@1.0.30001778:
resolution: {integrity: sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==} resolution: {integrity: sha512-PN7uxFL+ExFJO61aVmP1aIEG4i9whQd4eoSCebav62UwDyp5OHh06zN4jqKSMePVgxHifCw1QJxdRkA1Pisekg==}
chalk@4.1.2: chalk@4.1.2:
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
...@@ -517,8 +535,9 @@ packages: ...@@ -517,8 +535,9 @@ packages:
colord@2.9.3: colord@2.9.3:
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
computeds@0.0.1: commander@9.5.0:
resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==}
engines: {node: ^12.20.0 || >=14}
concat-map@0.0.1: concat-map@0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
...@@ -540,8 +559,8 @@ packages: ...@@ -540,8 +559,8 @@ packages:
convert-source-map@2.0.0: convert-source-map@2.0.0:
resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==}
cosmiconfig@9.0.0: cosmiconfig@9.0.1:
resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} resolution: {integrity: sha512-hr4ihw+DBqcvrsEDioRO31Z17x71pUYoNe/4h6Z0wB72p7MU7/9gH8Q3s12NFhHPfYBBOV3qyfUxmr/Yn3shnQ==}
engines: {node: '>=14'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
typescript: '>=4.9.5' typescript: '>=4.9.5'
...@@ -553,12 +572,12 @@ packages: ...@@ -553,12 +572,12 @@ packages:
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
engines: {node: '>= 8'} engines: {node: '>= 8'}
css-functions-list@3.2.3: css-functions-list@3.3.3:
resolution: {integrity: sha512-IQOkD3hbR5KrN93MtcYuad6YPuTSUhntLHDuLEbFWE+ff2/XSZNdZG+LcbbIW5AXKg/WFIfYItIzVoHngHXZzA==} resolution: {integrity: sha512-8HFEBPKhOpJPEPu70wJJetjKta86Gw9+CCyCnB3sui2qQfOvRyqBy4IKLKKAwdMpWb2lHXWk9Wb4Z6AmaUT1Pg==}
engines: {node: '>=12 || >=16'} engines: {node: '>=12'}
css-tree@3.1.0: css-tree@3.2.1:
resolution: {integrity: sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==} resolution: {integrity: sha512-X7sjQzceUhu1u7Y/ylrRZFU2FS6LRiFVp6rKLPg23y3x3c3DOKAwuXGDp+PAGjh6CSnCjYeAul8pcT8bAl+lSA==}
engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0}
cssesc@3.0.0: cssesc@3.0.0:
...@@ -625,8 +644,8 @@ packages: ...@@ -625,8 +644,8 @@ packages:
resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
electron-to-chromium@1.5.279: electron-to-chromium@1.5.313:
resolution: {integrity: sha512-0bblUU5UNdOt5G7XqGiJtpZMONma6WAfq9vsFmtn9x1+joAObr6x1chfqyxFSDCAFwFhCQDrqeAr6MYdpwJ9Hg==} resolution: {integrity: sha512-QBMrTWEf00GXZmJyx2lbYD45jpI3TUFnNIzJ5BBc8piGUDwMPa1GV6HJWTZVvY/eiN3fSopl7NRbgGp9sZ9LTA==}
ember-eslint-parser@0.5.13: ember-eslint-parser@0.5.13:
resolution: {integrity: sha512-b6ALDaxs9Bb4v0uagWud/5lECb78qpXHFv7M340dUHFW4Y0RuhlsfA4Rb+765X1+6KHp8G7TaAs0UgggWUqD3g==} resolution: {integrity: sha512-b6ALDaxs9Bb4v0uagWud/5lECb78qpXHFv7M340dUHFW4Y0RuhlsfA4Rb+765X1+6KHp8G7TaAs0UgggWUqD3g==}
...@@ -746,9 +765,11 @@ packages: ...@@ -746,9 +765,11 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
eslint-plugin-qunit@8.2.5: eslint-plugin-qunit@8.2.6:
resolution: {integrity: sha512-qr7RJCYImKQjB+39q4q46i1l7p1V3joHzBE5CAYfxn5tfVFjrnjn/tw7q/kDyweU9kAIcLul0Dx/KWVUCb3BgA==} resolution: {integrity: sha512-S1jC/DIW9J8VtNX4uG1vlf5FZVrfQFlcuiYmvTHR2IICUhubHqpWA5o+qS1tujh+81Gs39omKV2D4OXfbSJE5g==}
engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0}
peerDependencies:
eslint: '>=8.38.0'
eslint-plugin-simple-import-sort@12.1.1: eslint-plugin-simple-import-sort@12.1.1:
resolution: {integrity: sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==} resolution: {integrity: sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==}
...@@ -870,13 +891,17 @@ packages: ...@@ -870,13 +891,17 @@ packages:
flat-cache@6.1.20: flat-cache@6.1.20:
resolution: {integrity: sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ==} resolution: {integrity: sha512-AhHYqwvN62NVLp4lObVXGVluiABTHapoB57EyegZVmazN+hhGhLTn3uZbOofoTw4DSDvVCadzzyChXhOAvy8uQ==}
flatted@3.3.3: flatted@3.4.1:
resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} resolution: {integrity: sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==}
for-each@0.3.5: for-each@0.3.5:
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==} resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
fs-extra@7.0.1:
resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==}
engines: {node: '>=6 <7 || >=8'}
fs-extra@9.1.0: fs-extra@9.1.0:
resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
...@@ -903,8 +928,8 @@ packages: ...@@ -903,8 +928,8 @@ packages:
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
engines: {node: 6.* || 8.* || >= 10.*} engines: {node: 6.* || 8.* || >= 10.*}
get-east-asian-width@1.4.0: get-east-asian-width@1.5.0:
resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==} resolution: {integrity: sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==}
engines: {node: '>=18'} engines: {node: '>=18'}
get-intrinsic@1.3.0: get-intrinsic@1.3.0:
...@@ -939,16 +964,20 @@ packages: ...@@ -939,16 +964,20 @@ packages:
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
engines: {node: '>=18'} engines: {node: '>=18'}
globals@17.2.0: globals@17.4.0:
resolution: {integrity: sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==} resolution: {integrity: sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==}
engines: {node: '>=18'} engines: {node: '>=18'}
globalthis@1.0.4: globalthis@1.0.4:
resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
globby@16.1.0: globby@14.1.0:
resolution: {integrity: sha512-+A4Hq7m7Ze592k9gZRy4gJ27DrXRNnC1vPjxTt1qQxEY8RxagBkBxivkCwg7FxSTG0iLLEMaUx13oOr0R2/qcQ==} resolution: {integrity: sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==}
engines: {node: '>=18'}
globby@16.1.1:
resolution: {integrity: sha512-dW7vl+yiAJSp6aCekaVnVJxurRv7DCOLyXqEG3RYMYUg7AuJ2jCqPkZTA8ooqC2vtnkaMcV5WfFBMuEnTu1OQg==}
engines: {node: '>=20'} engines: {node: '>=20'}
globjoin@0.1.4: globjoin@0.1.4:
...@@ -988,16 +1017,16 @@ packages: ...@@ -988,16 +1017,16 @@ packages:
resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
hashery@1.4.0: hashery@1.5.0:
resolution: {integrity: sha512-Wn2i1In6XFxl8Az55kkgnFRiAlIAushzh26PTjL2AKtQcEfXrcLa7Hn5QOWGZEf3LU057P9TwwZjFyxfS1VuvQ==} resolution: {integrity: sha512-nhQ6ExaOIqti2FDWoEMWARUqIKyjr2VcZzXShrI+A3zpeiuPWzx6iPftt44LhP74E5sW36B75N6VHbvRtpvO6Q==}
engines: {node: '>=20'} engines: {node: '>=20'}
hasown@2.0.2: hasown@2.0.2:
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
hookified@1.15.0: hookified@1.15.1:
resolution: {integrity: sha512-51w+ZZGt7Zw5q7rM3nC4t3aLn/xvKDETsXqMczndvwyVQhAHfUmUuFBRFcos8Iyebtk7OAE9dL26wFNzZVVOkw==} resolution: {integrity: sha512-MvG/clsADq1GPM2KGo2nyfaWVyn9naPiXrqIe4jYjXNZQt238kWyOGrsyc/DmRAQ+Re6yeo6yX/yoNCG5KAEVg==}
html-tags@3.3.1: html-tags@3.3.1:
resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==}
...@@ -1015,10 +1044,18 @@ packages: ...@@ -1015,10 +1044,18 @@ packages:
resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==} resolution: {integrity: sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==}
engines: {node: '>= 4'} engines: {node: '>= 4'}
import-cwd@3.0.0:
resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==}
engines: {node: '>=8'}
import-fresh@3.3.1: import-fresh@3.3.1:
resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
engines: {node: '>=6'} engines: {node: '>=6'}
import-from@3.0.0:
resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==}
engines: {node: '>=8'}
import-meta-resolve@4.2.0: import-meta-resolve@4.2.0:
resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==}
...@@ -1190,6 +1227,9 @@ packages: ...@@ -1190,6 +1227,9 @@ packages:
engines: {node: '>=6'} engines: {node: '>=6'}
hasBin: true hasBin: true
jsonfile@4.0.0:
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
jsonfile@6.2.0: jsonfile@6.2.0:
resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==} resolution: {integrity: sha512-FGuPw30AdOIUTRMC2OMRtQV+jkVj2cfPqSeWXv1NEAJ1qZ5zb1X6z1mFhbfOB/iy3ssJCD+3KuZ8r8C3uVFlAg==}
...@@ -1213,6 +1253,17 @@ packages: ...@@ -1213,6 +1253,17 @@ packages:
lines-and-columns@1.2.4: lines-and-columns@1.2.4:
resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==}
lint-to-the-future-eslint@3.3.0:
resolution: {integrity: sha512-tj/fRddJtlhz7/DWLoeK9ERxJ2OFK0Z6qWY74qu+IFYnIzz24Aal9EXuuUqdD+xT4Cl+pKSsddmoPDDXNMIw7Q==}
engines: {node: 10.* || >= 12.*}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0
lint-to-the-future@2.6.4:
resolution: {integrity: sha512-aSLuYNNCLtkR7+Jlr4hBi6zPiSIldgdhFKfvhw/nS/7pglRYV0sEWoOkSRNPAc5aVSehPBsTQ21lVPZNZ5rjjQ==}
engines: {node: '>= 18'}
hasBin: true
locate-path@6.0.0: locate-path@6.0.0:
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
engines: {node: '>=10'} engines: {node: '>=10'}
...@@ -1245,14 +1296,11 @@ packages: ...@@ -1245,14 +1296,11 @@ packages:
mathml-tag-names@4.0.0: mathml-tag-names@4.0.0:
resolution: {integrity: sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==} resolution: {integrity: sha512-aa6AU2Pcx0VP/XWnh8IGL0SYSgQHDT6Ucror2j2mXeFAlN3ahaNs8EZtG1YiticMkSLj3Gt6VPFfZogt7G5iFQ==}
mdn-data@2.12.2: mdn-data@2.27.1:
resolution: {integrity: sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==} resolution: {integrity: sha512-9Yubnt3e8A0OKwxYSXyhLymGW4sCufcLG6VdiDdUGVkPhpqLxlvP5vl1983gQjJl3tqbrM731mjaZaP68AgosQ==}
mdn-data@2.26.0:
resolution: {integrity: sha512-ZqI0qjKWHMPcGUfLmlr80NPNVHIOjPMHtIOe1qXYFGS0YBZ1YKAzo9yk8W+gGrLCN0Xdv/RKxqdIsqPakEfmow==}
meow@14.0.0: meow@14.1.0:
resolution: {integrity: sha512-JhC3R1f6dbspVtmF3vKjAWz1EVIvwFrGGPLSdU6rK79xBwHWTuHoLnRX/t1/zHS1Ch1Y2UtIrih7DAHuH9JFJA==} resolution: {integrity: sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==}
engines: {node: '>=20'} engines: {node: '>=20'}
merge2@1.4.1: merge2@1.4.1:
...@@ -1263,8 +1311,8 @@ packages: ...@@ -1263,8 +1311,8 @@ packages:
resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==}
engines: {node: '>=8.6'} engines: {node: '>=8.6'}
minimatch@3.1.2: minimatch@3.1.5:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==}
minimist@1.2.8: minimist@1.2.8:
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
...@@ -1286,8 +1334,17 @@ packages: ...@@ -1286,8 +1334,17 @@ packages:
no-case@3.0.4: no-case@3.0.4:
resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==}
node-releases@2.0.27: node-fetch@2.7.0:
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==} resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==}
engines: {node: 4.x || >=6.0.0}
peerDependencies:
encoding: ^0.1.0
peerDependenciesMeta:
encoding:
optional: true
node-releases@2.0.36:
resolution: {integrity: sha512-TdC8FSgHz8Mwtw9g5L4gR/Sh9XhSP/0DEkQxfEFXOpiul5IiHgHan2VhYYb6agDSfp4KuvltmGApc8HMgUrIkA==}
normalize-path@3.0.0: normalize-path@3.0.0:
resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==}
...@@ -1355,6 +1412,10 @@ packages: ...@@ -1355,6 +1412,10 @@ packages:
path-parse@1.0.7: path-parse@1.0.7:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
path-type@6.0.0:
resolution: {integrity: sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==}
engines: {node: '>=18'}
picocolors@1.1.1: picocolors@1.1.1:
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
...@@ -1391,8 +1452,8 @@ packages: ...@@ -1391,8 +1452,8 @@ packages:
postcss-value-parser@4.2.0: postcss-value-parser@4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
postcss@8.5.6: postcss@8.5.8:
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
engines: {node: ^10 || ^12 || >=14} engines: {node: ^10 || ^12 || >=14}
prelude-ls@1.2.1: prelude-ls@1.2.1:
...@@ -1405,8 +1466,8 @@ packages: ...@@ -1405,8 +1466,8 @@ packages:
peerDependencies: peerDependencies:
prettier: '>= 3.0.0' prettier: '>= 3.0.0'
prettier@3.8.0: prettier@3.8.1:
resolution: {integrity: sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==} resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
...@@ -1451,6 +1512,10 @@ packages: ...@@ -1451,6 +1512,10 @@ packages:
resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
engines: {node: '>=4'} engines: {node: '>=4'}
resolve-from@5.0.0:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'}
resolve@1.22.11: resolve@1.22.11:
resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==} resolution: {integrity: sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -1486,8 +1551,8 @@ packages: ...@@ -1486,8 +1551,8 @@ packages:
resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==}
hasBin: true hasBin: true
semver@7.7.3: semver@7.7.4:
resolution: {integrity: sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==} resolution: {integrity: sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==}
engines: {node: '>=10'} engines: {node: '>=10'}
hasBin: true hasBin: true
...@@ -1571,8 +1636,8 @@ packages: ...@@ -1571,8 +1636,8 @@ packages:
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
engines: {node: '>=8'} engines: {node: '>=8'}
string-width@8.1.0: string-width@8.2.0:
resolution: {integrity: sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==} resolution: {integrity: sha512-6hJPQ8N0V0P3SNmP6h2J99RLuzrWz2gvT7VnK5tKvrNqJoyS9W4/Fb8mo31UiPvy00z7DQXkP2hnKBVav76thw==}
engines: {node: '>=20'} engines: {node: '>=20'}
string.prototype.trim@1.2.10: string.prototype.trim@1.2.10:
...@@ -1591,8 +1656,8 @@ packages: ...@@ -1591,8 +1656,8 @@ packages:
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
engines: {node: '>=8'} engines: {node: '>=8'}
strip-ansi@7.1.2: strip-ansi@7.2.0:
resolution: {integrity: sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==} resolution: {integrity: sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==}
engines: {node: '>=12'} engines: {node: '>=12'}
strip-bom@3.0.0: strip-bom@3.0.0:
...@@ -1641,8 +1706,8 @@ packages: ...@@ -1641,8 +1706,8 @@ packages:
peerDependencies: peerDependencies:
stylelint: ^16.8.2 || ^17.0.0 stylelint: ^16.8.2 || ^17.0.0
stylelint@17.0.0: stylelint@17.4.0:
resolution: {integrity: sha512-saMZ2mqdQre4AfouxcbTdpVglDRcROb4MIucKHvgsDb/0IX7ODhcaz+EOIyfxAsm8Zjl/7j4hJj6MgIYYM8Xwg==} resolution: {integrity: sha512-3kQ2/cHv3Zt8OBg+h2B8XCx9evEABQIrv4hh3uXahGz/ZEHrTR80zxBiK2NfXNaSoyBzxO1pjsz1Vhdzwn5XSw==}
engines: {node: '>=20.19.0'} engines: {node: '>=20.19.0'}
hasBin: true hasBin: true
...@@ -1673,10 +1738,19 @@ packages: ...@@ -1673,10 +1738,19 @@ packages:
resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==} resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==}
engines: {node: '>=10.0.0'} engines: {node: '>=10.0.0'}
temporal-polyfill@0.2.5:
resolution: {integrity: sha512-ye47xp8Cb0nDguAhrrDS1JT1SzwEV9e26sSsrWzVu+yPZ7LzceEcH0i2gci9jWfOfSCCgM3Qv5nOYShVUUFUXA==}
temporal-spec@0.2.4:
resolution: {integrity: sha512-lDMFv4nKQrSjlkHKAlHVqKrBG4DyFfa9F74cmBZ3Iy3ed8yvWnlWSIdi4IKfSqwmazAohBNwiN64qGx4y5Q3IQ==}
to-regex-range@5.0.1: to-regex-range@5.0.1:
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
engines: {node: '>=8.0'} engines: {node: '>=8.0'}
tr46@0.0.3:
resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==}
tree-kill@1.2.2: tree-kill@1.2.2:
resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==}
hasBin: true hasBin: true
...@@ -1726,10 +1800,18 @@ packages: ...@@ -1726,10 +1800,18 @@ packages:
resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
unicorn-magic@0.3.0:
resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==}
engines: {node: '>=18'}
unicorn-magic@0.4.0: unicorn-magic@0.4.0:
resolution: {integrity: sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==} resolution: {integrity: sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==}
engines: {node: '>=20'} engines: {node: '>=20'}
universalify@0.1.2:
resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==}
engines: {node: '>= 4.0.0'}
universalify@2.0.1: universalify@2.0.1:
resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==}
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
...@@ -1750,28 +1832,24 @@ packages: ...@@ -1750,28 +1832,24 @@ packages:
util-deprecate@1.0.2: util-deprecate@1.0.2:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
uuid@8.3.2: volar-service-html@0.0.70:
resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} resolution: {integrity: sha512-eR6vCgMdmYAo4n+gcT7DSyBQbwB8S3HZZvSagTf0sxNaD4WppMCFfpqWnkrlGStPKMZvMiejRRVmqsX9dYcTvQ==}
hasBin: true
volar-service-html@0.0.64:
resolution: {integrity: sha512-5xknMYKmZBFzp2399RlsnGce25PfNu9ViXa1s63Q8NP6xeXcF3lInFsV+1o2DWBoXZdnXcuRvWOA+K+JIZLEcA==}
peerDependencies: peerDependencies:
'@volar/language-service': ~2.4.0 '@volar/language-service': ~2.4.0
peerDependenciesMeta: peerDependenciesMeta:
'@volar/language-service': '@volar/language-service':
optional: true optional: true
volar-service-typescript@0.0.65: volar-service-typescript@0.0.70:
resolution: {integrity: sha512-zPJuLIMs7lkQCvL+Rza8+3/EIoXEIkX8+DL7bNNfPgnbalbvRDhqWLVMJ6Zk3pINjLJafDqyhSbw8srfkUv97w==} resolution: {integrity: sha512-l46Bx4cokkUedTd74ojO5H/zqHZJ8SUuyZ0IB8JN4jfRqUM3bQFBHoOwlZCyZmOeO0A3RQNkMnFclxO4c++gsg==}
peerDependencies: peerDependencies:
'@volar/language-service': ~2.4.0 '@volar/language-service': ~2.4.0
peerDependenciesMeta: peerDependenciesMeta:
'@volar/language-service': '@volar/language-service':
optional: true optional: true
vscode-html-languageservice@5.6.1: vscode-html-languageservice@5.6.2:
resolution: {integrity: sha512-5Mrqy5CLfFZUgkyhNZLA1Ye5g12Cb/v6VM7SxUzZUaRKWMDz4md+y26PrfRTSU0/eQAl3XpO9m2og+GGtDMuaA==} resolution: {integrity: sha512-ulCrSnFnfQ16YzvwnYUgEbUEl/ZG7u2eV27YhvLObSHKkb8fw1Z9cgsnUwjTEeDIdJDoTDTDpxuhQwoenoLNMg==}
vscode-jsonrpc@8.2.0: vscode-jsonrpc@8.2.0:
resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==} resolution: {integrity: sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA==}
...@@ -1796,6 +1874,12 @@ packages: ...@@ -1796,6 +1874,12 @@ packages:
vscode-uri@3.1.0: vscode-uri@3.1.0:
resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==} resolution: {integrity: sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ==}
webidl-conversions@3.0.1:
resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==}
whatwg-url@5.0.0:
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
which-boxed-primitive@1.1.1: which-boxed-primitive@1.1.1:
resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
...@@ -1829,8 +1913,8 @@ packages: ...@@ -1829,8 +1913,8 @@ packages:
resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==}
engines: {node: '>=10'} engines: {node: '>=10'}
write-file-atomic@7.0.0: write-file-atomic@7.0.1:
resolution: {integrity: sha512-YnlPC6JqnZl6aO4uRc+dx5PHguiR9S6WeoLtpxNT9wIG+BDya7ZNE1q7KOjVgaA73hKhKLpVPgJ5QA9THQ5BRg==} resolution: {integrity: sha512-OTIk8iR8/aCRWBqvxrzxR0hgxWpnYBblY1S5hDWBQfk/VFmJwzmJgQFN3WsoUKHISv2eAwe+PpbUzyL1CKTLXg==}
engines: {node: ^20.17.0 || >=22.9.0} engines: {node: ^20.17.0 || >=22.9.0}
y18n@5.0.8: y18n@5.0.8:
...@@ -1854,25 +1938,25 @@ packages: ...@@ -1854,25 +1938,25 @@ packages:
snapshots: snapshots:
'@babel/code-frame@7.28.6': '@babel/code-frame@7.29.0':
dependencies: dependencies:
'@babel/helper-validator-identifier': 7.28.5 '@babel/helper-validator-identifier': 7.28.5
js-tokens: 4.0.0 js-tokens: 4.0.0
picocolors: 1.1.1 picocolors: 1.1.1
'@babel/compat-data@7.28.6': {} '@babel/compat-data@7.29.0': {}
'@babel/core@7.28.6': '@babel/core@7.29.0':
dependencies: dependencies:
'@babel/code-frame': 7.28.6 '@babel/code-frame': 7.29.0
'@babel/generator': 7.28.6 '@babel/generator': 7.29.1
'@babel/helper-compilation-targets': 7.28.6 '@babel/helper-compilation-targets': 7.28.6
'@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6) '@babel/helper-module-transforms': 7.28.6(@babel/core@7.29.0)
'@babel/helpers': 7.28.6 '@babel/helpers': 7.28.6
'@babel/parser': 7.28.6 '@babel/parser': 7.29.0
'@babel/template': 7.28.6 '@babel/template': 7.28.6
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
'@babel/types': 7.28.6 '@babel/types': 7.29.0
'@jridgewell/remapping': 2.3.5 '@jridgewell/remapping': 2.3.5
convert-source-map: 2.0.0 convert-source-map: 2.0.0
debug: 4.4.3 debug: 4.4.3
...@@ -1882,43 +1966,43 @@ snapshots: ...@@ -1882,43 +1966,43 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/eslint-parser@7.28.6(@babel/core@7.28.6)(eslint@9.39.2)': '@babel/eslint-parser@7.28.6(@babel/core@7.29.0)(eslint@9.39.2)':
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1
eslint: 9.39.2 eslint: 9.39.2
eslint-visitor-keys: 2.1.0 eslint-visitor-keys: 2.1.0
semver: 6.3.1 semver: 6.3.1
'@babel/generator@7.28.6': '@babel/generator@7.29.1':
dependencies: dependencies:
'@babel/parser': 7.28.6 '@babel/parser': 7.29.0
'@babel/types': 7.28.6 '@babel/types': 7.29.0
'@jridgewell/gen-mapping': 0.3.13 '@jridgewell/gen-mapping': 0.3.13
'@jridgewell/trace-mapping': 0.3.31 '@jridgewell/trace-mapping': 0.3.31
jsesc: 3.1.0 jsesc: 3.1.0
'@babel/helper-annotate-as-pure@7.27.3': '@babel/helper-annotate-as-pure@7.27.3':
dependencies: dependencies:
'@babel/types': 7.28.6 '@babel/types': 7.29.0
'@babel/helper-compilation-targets@7.28.6': '@babel/helper-compilation-targets@7.28.6':
dependencies: dependencies:
'@babel/compat-data': 7.28.6 '@babel/compat-data': 7.29.0
'@babel/helper-validator-option': 7.27.1 '@babel/helper-validator-option': 7.27.1
browserslist: 4.28.1 browserslist: 4.28.1
lru-cache: 5.1.1 lru-cache: 5.1.1
semver: 6.3.1 semver: 6.3.1
'@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.28.6)': '@babel/helper-create-class-features-plugin@7.28.6(@babel/core@7.29.0)':
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-annotate-as-pure': 7.27.3
'@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-member-expression-to-functions': 7.28.5
'@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1
'@babel/helper-replace-supers': 7.28.6(@babel/core@7.28.6) '@babel/helper-replace-supers': 7.28.6(@babel/core@7.29.0)
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1 '@babel/helper-skip-transparent-expression-wrappers': 7.27.1
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
semver: 6.3.1 semver: 6.3.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -1927,46 +2011,46 @@ snapshots: ...@@ -1927,46 +2011,46 @@ snapshots:
'@babel/helper-member-expression-to-functions@7.28.5': '@babel/helper-member-expression-to-functions@7.28.5':
dependencies: dependencies:
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
'@babel/types': 7.28.6 '@babel/types': 7.29.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/helper-module-imports@7.28.6': '@babel/helper-module-imports@7.28.6':
dependencies: dependencies:
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
'@babel/types': 7.28.6 '@babel/types': 7.29.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)': '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)':
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/helper-module-imports': 7.28.6 '@babel/helper-module-imports': 7.28.6
'@babel/helper-validator-identifier': 7.28.5 '@babel/helper-validator-identifier': 7.28.5
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/helper-optimise-call-expression@7.27.1': '@babel/helper-optimise-call-expression@7.27.1':
dependencies: dependencies:
'@babel/types': 7.28.6 '@babel/types': 7.29.0
'@babel/helper-plugin-utils@7.28.6': {} '@babel/helper-plugin-utils@7.28.6': {}
'@babel/helper-replace-supers@7.28.6(@babel/core@7.28.6)': '@babel/helper-replace-supers@7.28.6(@babel/core@7.29.0)':
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/helper-member-expression-to-functions': 7.28.5 '@babel/helper-member-expression-to-functions': 7.28.5
'@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/helper-skip-transparent-expression-wrappers@7.27.1': '@babel/helper-skip-transparent-expression-wrappers@7.27.1':
dependencies: dependencies:
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
'@babel/types': 7.28.6 '@babel/types': 7.29.0
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -1979,66 +2063,71 @@ snapshots: ...@@ -1979,66 +2063,71 @@ snapshots:
'@babel/helpers@7.28.6': '@babel/helpers@7.28.6':
dependencies: dependencies:
'@babel/template': 7.28.6 '@babel/template': 7.28.6
'@babel/types': 7.28.6 '@babel/types': 7.29.0
'@babel/parser@7.28.6': '@babel/parser@7.29.0':
dependencies: dependencies:
'@babel/types': 7.28.6 '@babel/types': 7.29.0
'@babel/plugin-proposal-decorators@7.28.6(@babel/core@7.28.6)': '@babel/plugin-proposal-decorators@7.29.0(@babel/core@7.29.0)':
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.28.6) '@babel/helper-create-class-features-plugin': 7.28.6(@babel/core@7.29.0)
'@babel/helper-plugin-utils': 7.28.6 '@babel/helper-plugin-utils': 7.28.6
'@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.28.6) '@babel/plugin-syntax-decorators': 7.28.6(@babel/core@7.29.0)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.28.6)': '@babel/plugin-syntax-decorators@7.28.6(@babel/core@7.29.0)':
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/helper-plugin-utils': 7.28.6 '@babel/helper-plugin-utils': 7.28.6
'@babel/template@7.28.6': '@babel/template@7.28.6':
dependencies: dependencies:
'@babel/code-frame': 7.28.6 '@babel/code-frame': 7.29.0
'@babel/parser': 7.28.6 '@babel/parser': 7.29.0
'@babel/types': 7.28.6 '@babel/types': 7.29.0
'@babel/traverse@7.28.6': '@babel/traverse@7.29.0':
dependencies: dependencies:
'@babel/code-frame': 7.28.6 '@babel/code-frame': 7.29.0
'@babel/generator': 7.28.6 '@babel/generator': 7.29.1
'@babel/helper-globals': 7.28.0 '@babel/helper-globals': 7.28.0
'@babel/parser': 7.28.6 '@babel/parser': 7.29.0
'@babel/template': 7.28.6 '@babel/template': 7.28.6
'@babel/types': 7.28.6 '@babel/types': 7.29.0
debug: 4.4.3 debug: 4.4.3
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@babel/types@7.28.6': '@babel/types@7.29.0':
dependencies: dependencies:
'@babel/helper-string-parser': 7.27.1 '@babel/helper-string-parser': 7.27.1
'@babel/helper-validator-identifier': 7.28.5 '@babel/helper-validator-identifier': 7.28.5
'@cacheable/memory@2.0.7': '@cacheable/memory@2.0.8':
dependencies: dependencies:
'@cacheable/utils': 2.3.3 '@cacheable/utils': 2.4.0
'@keyv/bigmap': 1.3.1(keyv@5.6.0) '@keyv/bigmap': 1.3.1(keyv@5.6.0)
hookified: 1.15.0 hookified: 1.15.1
keyv: 5.6.0 keyv: 5.6.0
'@cacheable/utils@2.3.3': '@cacheable/utils@2.4.0':
dependencies: dependencies:
hashery: 1.4.0 hashery: 1.5.0
keyv: 5.6.0 keyv: 5.6.0
'@csstools/css-calc@3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)':
dependencies:
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
'@csstools/css-tokenizer': 4.0.0
'@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0)': '@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0)':
dependencies: dependencies:
'@csstools/css-tokenizer': 4.0.0 '@csstools/css-tokenizer': 4.0.0
'@csstools/css-syntax-patches-for-csstree@1.0.26': {} '@csstools/css-syntax-patches-for-csstree@1.1.0': {}
'@csstools/css-tokenizer@4.0.0': {} '@csstools/css-tokenizer@4.0.0': {}
...@@ -2055,28 +2144,28 @@ snapshots: ...@@ -2055,28 +2144,28 @@ snapshots:
dependencies: dependencies:
postcss-selector-parser: 7.1.1 postcss-selector-parser: 7.1.1
'@discourse/lint-configs@2.37.2(ember-template-lint@7.9.3)(eslint@9.39.2)(postcss@8.5.6)(prettier@3.8.0)(stylelint@17.0.0(typescript@5.9.3))': '@discourse/lint-configs@2.43.0(ember-template-lint@7.9.3)(eslint@9.39.2)(postcss@8.5.8)(prettier@3.8.1)(stylelint@17.4.0(typescript@5.9.3))':
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/eslint-parser': 7.28.6(@babel/core@7.28.6)(eslint@9.39.2) '@babel/eslint-parser': 7.28.6(@babel/core@7.29.0)(eslint@9.39.2)
'@babel/plugin-proposal-decorators': 7.28.6(@babel/core@7.28.6) '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
'@eslint/js': 9.39.2 '@eslint/js': 9.39.4
ember-eslint-parser: 0.5.13(@babel/core@7.28.6)(eslint@9.39.2)(typescript@5.9.3) ember-eslint-parser: 0.5.13(@babel/core@7.29.0)(eslint@9.39.2)(typescript@5.9.3)
ember-template-lint: 7.9.3 ember-template-lint: 7.9.3
eslint: 9.39.2 eslint: 9.39.2
eslint-plugin-decorator-position: 6.0.0(@babel/eslint-parser@7.28.6(@babel/core@7.28.6)(eslint@9.39.2))(eslint@9.39.2) eslint-plugin-decorator-position: 6.0.0(@babel/eslint-parser@7.28.6(@babel/core@7.29.0)(eslint@9.39.2))(eslint@9.39.2)
eslint-plugin-ember: 12.7.5(@babel/core@7.28.6)(eslint@9.39.2)(typescript@5.9.3) eslint-plugin-ember: 12.7.5(@babel/core@7.29.0)(eslint@9.39.2)(typescript@5.9.3)
eslint-plugin-import: 2.32.0(eslint@9.39.2) eslint-plugin-import: 2.32.0(eslint@9.39.2)
eslint-plugin-qunit: 8.2.5(eslint@9.39.2) eslint-plugin-qunit: 8.2.6(eslint@9.39.2)
eslint-plugin-simple-import-sort: 12.1.1(eslint@9.39.2) eslint-plugin-simple-import-sort: 12.1.1(eslint@9.39.2)
eslint-plugin-sort-class-members: 1.21.0(eslint@9.39.2) eslint-plugin-sort-class-members: 1.21.0(eslint@9.39.2)
globals: 17.2.0 globals: 17.4.0
prettier: 3.8.0 prettier: 3.8.1
prettier-plugin-ember-template-tag: 2.1.3(prettier@3.8.0) prettier-plugin-ember-template-tag: 2.1.3(prettier@3.8.1)
stylelint: 17.0.0(typescript@5.9.3) stylelint: 17.4.0(typescript@5.9.3)
stylelint-config-standard: 40.0.0(stylelint@17.0.0(typescript@5.9.3)) stylelint-config-standard: 40.0.0(stylelint@17.4.0(typescript@5.9.3))
stylelint-config-standard-scss: 17.0.0(postcss@8.5.6)(stylelint@17.0.0(typescript@5.9.3)) stylelint-config-standard-scss: 17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3))
stylelint-scss: 7.0.0(stylelint@17.0.0(typescript@5.9.3)) stylelint-scss: 7.0.0(stylelint@17.4.0(typescript@5.9.3))
typescript: 5.9.3 typescript: 5.9.3
transitivePeerDependencies: transitivePeerDependencies:
- '@typescript-eslint/parser' - '@typescript-eslint/parser'
...@@ -2085,7 +2174,7 @@ snapshots: ...@@ -2085,7 +2174,7 @@ snapshots:
- postcss - postcss
- supports-color - supports-color
'@discourse/types@2026.1.0-2709d36': {} '@discourse/types@2026.3.0-887c5be4': {}
'@ember-data/rfc395-data@0.0.4': {} '@ember-data/rfc395-data@0.0.4': {}
...@@ -2096,11 +2185,11 @@ snapshots: ...@@ -2096,11 +2185,11 @@ snapshots:
'@eslint-community/regexpp@4.12.2': {} '@eslint-community/regexpp@4.12.2': {}
'@eslint/config-array@0.21.1': '@eslint/config-array@0.21.2':
dependencies: dependencies:
'@eslint/object-schema': 2.1.7 '@eslint/object-schema': 2.1.7
debug: 4.4.3 debug: 4.4.3
minimatch: 3.1.2 minimatch: 3.1.5
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
...@@ -2112,22 +2201,24 @@ snapshots: ...@@ -2112,22 +2201,24 @@ snapshots:
dependencies: dependencies:
'@types/json-schema': 7.0.15 '@types/json-schema': 7.0.15
'@eslint/eslintrc@3.3.3': '@eslint/eslintrc@3.3.5':
dependencies: dependencies:
ajv: 6.12.6 ajv: 6.14.0
debug: 4.4.3 debug: 4.4.3
espree: 10.4.0 espree: 10.4.0
globals: 14.0.0 globals: 14.0.0
ignore: 5.3.2 ignore: 5.3.2
import-fresh: 3.3.1 import-fresh: 3.3.1
js-yaml: 4.1.1 js-yaml: 4.1.1
minimatch: 3.1.2 minimatch: 3.1.5
strip-json-comments: 3.1.1 strip-json-comments: 3.1.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@eslint/js@9.39.2': {} '@eslint/js@9.39.2': {}
'@eslint/js@9.39.4': {}
'@eslint/object-schema@2.1.7': {} '@eslint/object-schema@2.1.7': {}
'@eslint/plugin-kit@0.4.1': '@eslint/plugin-kit@0.4.1':
...@@ -2156,34 +2247,29 @@ snapshots: ...@@ -2156,34 +2247,29 @@ snapshots:
dependencies: dependencies:
'@glimmer/interfaces': 0.94.6 '@glimmer/interfaces': 0.94.6
'@glint/ember-tsc@1.0.9(typescript@5.9.3)': '@glint/ember-tsc@1.1.1(typescript@5.9.3)':
dependencies: dependencies:
'@glimmer/syntax': 0.95.0 '@glimmer/syntax': 0.95.0
'@glint/template': 1.7.3 '@glint/template': 1.7.4
'@volar/kit': 2.4.23(typescript@5.9.3) '@volar/kit': 2.4.28(typescript@5.9.3)
'@volar/language-core': 2.4.23 '@volar/language-core': 2.4.28
'@volar/language-server': 2.4.23 '@volar/language-server': 2.4.28
'@volar/language-service': 2.4.23 '@volar/language-service': 2.4.28
'@volar/source-map': 2.4.23 '@volar/source-map': 2.4.28
'@volar/test-utils': 2.4.23 '@volar/test-utils': 2.4.28
'@volar/typescript': 2.4.23 '@volar/typescript': 2.4.28
computeds: 0.0.1
content-tag: 3.1.3 content-tag: 3.1.3
escape-string-regexp: 4.0.0
semver: 7.7.3
silent-error: 1.1.1 silent-error: 1.1.1
typescript: 5.9.3 typescript: 5.9.3
uuid: 8.3.2 volar-service-html: 0.0.70(@volar/language-service@2.4.28)
volar-service-html: 0.0.64(@volar/language-service@2.4.23) volar-service-typescript: 0.0.70(@volar/language-service@2.4.28)
volar-service-typescript: 0.0.65(@volar/language-service@2.4.23)
vscode-languageserver-protocol: 3.17.5 vscode-languageserver-protocol: 3.17.5
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.1.0 vscode-uri: 3.1.0
yargs: 17.7.2
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
'@glint/template@1.7.3': {} '@glint/template@1.7.4': {}
'@handlebars/parser@2.2.2': {} '@handlebars/parser@2.2.2': {}
...@@ -2219,8 +2305,8 @@ snapshots: ...@@ -2219,8 +2305,8 @@ snapshots:
'@keyv/bigmap@1.3.1(keyv@5.6.0)': '@keyv/bigmap@1.3.1(keyv@5.6.0)':
dependencies: dependencies:
hashery: 1.4.0 hashery: 1.5.0
hookified: 1.15.0 hookified: 1.15.1
keyv: 5.6.0 keyv: 5.6.0
'@keyv/serialize@1.1.1': {} '@keyv/serialize@1.1.1': {}
...@@ -2255,6 +2341,8 @@ snapshots: ...@@ -2255,6 +2341,8 @@ snapshots:
'@simple-dom/interface@1.4.0': {} '@simple-dom/interface@1.4.0': {}
'@sindresorhus/merge-streams@2.3.0': {}
'@sindresorhus/merge-streams@4.0.0': {} '@sindresorhus/merge-streams@4.0.0': {}
'@types/eslint@8.56.12': '@types/eslint@8.56.12':
...@@ -2268,28 +2356,28 @@ snapshots: ...@@ -2268,28 +2356,28 @@ snapshots:
'@types/json5@0.0.29': {} '@types/json5@0.0.29': {}
'@typescript-eslint/tsconfig-utils@8.54.0(typescript@5.9.3)': '@typescript-eslint/tsconfig-utils@8.57.0(typescript@5.9.3)':
dependencies: dependencies:
typescript: 5.9.3 typescript: 5.9.3
'@volar/kit@2.4.23(typescript@5.9.3)': '@volar/kit@2.4.28(typescript@5.9.3)':
dependencies: dependencies:
'@volar/language-service': 2.4.23 '@volar/language-service': 2.4.28
'@volar/typescript': 2.4.23 '@volar/typescript': 2.4.28
typesafe-path: 0.2.2 typesafe-path: 0.2.2
typescript: 5.9.3 typescript: 5.9.3
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.1.0 vscode-uri: 3.1.0
'@volar/language-core@2.4.23': '@volar/language-core@2.4.28':
dependencies: dependencies:
'@volar/source-map': 2.4.23 '@volar/source-map': 2.4.28
'@volar/language-server@2.4.23': '@volar/language-server@2.4.28':
dependencies: dependencies:
'@volar/language-core': 2.4.23 '@volar/language-core': 2.4.28
'@volar/language-service': 2.4.23 '@volar/language-service': 2.4.28
'@volar/typescript': 2.4.23 '@volar/typescript': 2.4.28
path-browserify: 1.0.1 path-browserify: 1.0.1
request-light: 0.7.0 request-light: 0.7.0
vscode-languageserver: 9.0.1 vscode-languageserver: 9.0.1
...@@ -2297,44 +2385,44 @@ snapshots: ...@@ -2297,44 +2385,44 @@ snapshots:
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.1.0 vscode-uri: 3.1.0
'@volar/language-service@2.4.23': '@volar/language-service@2.4.28':
dependencies: dependencies:
'@volar/language-core': 2.4.23 '@volar/language-core': 2.4.28
vscode-languageserver-protocol: 3.17.5 vscode-languageserver-protocol: 3.17.5
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.1.0 vscode-uri: 3.1.0
'@volar/source-map@2.4.23': {} '@volar/source-map@2.4.28': {}
'@volar/test-utils@2.4.23': '@volar/test-utils@2.4.28':
dependencies: dependencies:
'@volar/language-core': 2.4.23 '@volar/language-core': 2.4.28
'@volar/language-server': 2.4.23 '@volar/language-server': 2.4.28
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.1.0 vscode-uri: 3.1.0
'@volar/typescript@2.4.23': '@volar/typescript@2.4.28':
dependencies: dependencies:
'@volar/language-core': 2.4.23 '@volar/language-core': 2.4.28
path-browserify: 1.0.1 path-browserify: 1.0.1
vscode-uri: 3.1.0 vscode-uri: 3.1.0
'@vscode/l10n@0.0.18': {} '@vscode/l10n@0.0.18': {}
acorn-jsx@5.3.2(acorn@8.15.0): acorn-jsx@5.3.2(acorn@8.16.0):
dependencies: dependencies:
acorn: 8.15.0 acorn: 8.16.0
acorn@8.15.0: {} acorn@8.16.0: {}
ajv@6.12.6: ajv@6.14.0:
dependencies: dependencies:
fast-deep-equal: 3.1.3 fast-deep-equal: 3.1.3
fast-json-stable-stringify: 2.1.0 fast-json-stable-stringify: 2.1.0
json-schema-traverse: 0.4.1 json-schema-traverse: 0.4.1
uri-js: 4.4.1 uri-js: 4.4.1
ajv@8.17.1: ajv@8.18.0:
dependencies: dependencies:
fast-deep-equal: 3.1.3 fast-deep-equal: 3.1.3
fast-uri: 3.1.0 fast-uri: 3.1.0
...@@ -2413,9 +2501,7 @@ snapshots: ...@@ -2413,9 +2501,7 @@ snapshots:
balanced-match@1.0.2: {} balanced-match@1.0.2: {}
balanced-match@3.0.1: {} baseline-browser-mapping@2.10.7: {}
baseline-browser-mapping@2.9.18: {}
brace-expansion@1.1.12: brace-expansion@1.1.12:
dependencies: dependencies:
...@@ -2428,17 +2514,17 @@ snapshots: ...@@ -2428,17 +2514,17 @@ snapshots:
browserslist@4.28.1: browserslist@4.28.1:
dependencies: dependencies:
baseline-browser-mapping: 2.9.18 baseline-browser-mapping: 2.10.7
caniuse-lite: 1.0.30001766 caniuse-lite: 1.0.30001778
electron-to-chromium: 1.5.279 electron-to-chromium: 1.5.313
node-releases: 2.0.27 node-releases: 2.0.36
update-browserslist-db: 1.2.3(browserslist@4.28.1) update-browserslist-db: 1.2.3(browserslist@4.28.1)
cacheable@2.3.2: cacheable@2.3.3:
dependencies: dependencies:
'@cacheable/memory': 2.0.7 '@cacheable/memory': 2.0.8
'@cacheable/utils': 2.3.3 '@cacheable/utils': 2.4.0
hookified: 1.15.0 hookified: 1.15.1
keyv: 5.6.0 keyv: 5.6.0
qified: 0.6.0 qified: 0.6.0
...@@ -2461,7 +2547,7 @@ snapshots: ...@@ -2461,7 +2547,7 @@ snapshots:
callsites@3.1.0: {} callsites@3.1.0: {}
caniuse-lite@1.0.30001766: {} caniuse-lite@1.0.30001778: {}
chalk@4.1.2: chalk@4.1.2:
dependencies: dependencies:
...@@ -2482,7 +2568,7 @@ snapshots: ...@@ -2482,7 +2568,7 @@ snapshots:
colord@2.9.3: {} colord@2.9.3: {}
computeds@0.0.1: {} commander@9.5.0: {}
concat-map@0.0.1: {} concat-map@0.0.1: {}
...@@ -2503,7 +2589,7 @@ snapshots: ...@@ -2503,7 +2589,7 @@ snapshots:
convert-source-map@2.0.0: {} convert-source-map@2.0.0: {}
cosmiconfig@9.0.0(typescript@5.9.3): cosmiconfig@9.0.1(typescript@5.9.3):
dependencies: dependencies:
env-paths: 2.2.1 env-paths: 2.2.1
import-fresh: 3.3.1 import-fresh: 3.3.1
...@@ -2518,11 +2604,11 @@ snapshots: ...@@ -2518,11 +2604,11 @@ snapshots:
shebang-command: 2.0.0 shebang-command: 2.0.0
which: 2.0.2 which: 2.0.2
css-functions-list@3.2.3: {} css-functions-list@3.3.3: {}
css-tree@3.1.0: css-tree@3.2.1:
dependencies: dependencies:
mdn-data: 2.12.2 mdn-data: 2.27.1
source-map-js: 1.2.1 source-map-js: 1.2.1
cssesc@3.0.0: {} cssesc@3.0.0: {}
...@@ -2586,14 +2672,14 @@ snapshots: ...@@ -2586,14 +2672,14 @@ snapshots:
es-errors: 1.3.0 es-errors: 1.3.0
gopd: 1.2.0 gopd: 1.2.0
electron-to-chromium@1.5.279: {} electron-to-chromium@1.5.313: {}
ember-eslint-parser@0.5.13(@babel/core@7.28.6)(eslint@9.39.2)(typescript@5.9.3): ember-eslint-parser@0.5.13(@babel/core@7.29.0)(eslint@9.39.2)(typescript@5.9.3):
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/eslint-parser': 7.28.6(@babel/core@7.28.6)(eslint@9.39.2) '@babel/eslint-parser': 7.28.6(@babel/core@7.29.0)(eslint@9.39.2)
'@glimmer/syntax': 0.95.0 '@glimmer/syntax': 0.95.0
'@typescript-eslint/tsconfig-utils': 8.54.0(typescript@5.9.3) '@typescript-eslint/tsconfig-utils': 8.57.0(typescript@5.9.3)
content-tag: 2.0.3 content-tag: 2.0.3
eslint-scope: 7.2.2 eslint-scope: 7.2.2
html-tags: 3.3.1 html-tags: 3.3.1
...@@ -2721,24 +2807,24 @@ snapshots: ...@@ -2721,24 +2807,24 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-plugin-decorator-position@6.0.0(@babel/eslint-parser@7.28.6(@babel/core@7.28.6)(eslint@9.39.2))(eslint@9.39.2): eslint-plugin-decorator-position@6.0.0(@babel/eslint-parser@7.28.6(@babel/core@7.29.0)(eslint@9.39.2))(eslint@9.39.2):
dependencies: dependencies:
'@babel/core': 7.28.6 '@babel/core': 7.29.0
'@babel/plugin-proposal-decorators': 7.28.6(@babel/core@7.28.6) '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
'@ember-data/rfc395-data': 0.0.4 '@ember-data/rfc395-data': 0.0.4
ember-rfc176-data: 0.3.18 ember-rfc176-data: 0.3.18
eslint: 9.39.2 eslint: 9.39.2
snake-case: 3.0.4 snake-case: 3.0.4
optionalDependencies: optionalDependencies:
'@babel/eslint-parser': 7.28.6(@babel/core@7.28.6)(eslint@9.39.2) '@babel/eslint-parser': 7.28.6(@babel/core@7.29.0)(eslint@9.39.2)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
eslint-plugin-ember@12.7.5(@babel/core@7.28.6)(eslint@9.39.2)(typescript@5.9.3): eslint-plugin-ember@12.7.5(@babel/core@7.29.0)(eslint@9.39.2)(typescript@5.9.3):
dependencies: dependencies:
'@ember-data/rfc395-data': 0.0.4 '@ember-data/rfc395-data': 0.0.4
css-tree: 3.1.0 css-tree: 3.2.1
ember-eslint-parser: 0.5.13(@babel/core@7.28.6)(eslint@9.39.2)(typescript@5.9.3) ember-eslint-parser: 0.5.13(@babel/core@7.29.0)(eslint@9.39.2)(typescript@5.9.3)
ember-rfc176-data: 0.3.18 ember-rfc176-data: 0.3.18
eslint: 9.39.2 eslint: 9.39.2
eslint-utils: 3.0.0(eslint@9.39.2) eslint-utils: 3.0.0(eslint@9.39.2)
...@@ -2766,7 +2852,7 @@ snapshots: ...@@ -2766,7 +2852,7 @@ snapshots:
hasown: 2.0.2 hasown: 2.0.2
is-core-module: 2.16.1 is-core-module: 2.16.1
is-glob: 4.0.3 is-glob: 4.0.3
minimatch: 3.1.2 minimatch: 3.1.5
object.fromentries: 2.0.8 object.fromentries: 2.0.8
object.groupby: 1.0.3 object.groupby: 1.0.3
object.values: 1.2.1 object.values: 1.2.1
...@@ -2778,12 +2864,11 @@ snapshots: ...@@ -2778,12 +2864,11 @@ snapshots:
- eslint-import-resolver-webpack - eslint-import-resolver-webpack
- supports-color - supports-color
eslint-plugin-qunit@8.2.5(eslint@9.39.2): eslint-plugin-qunit@8.2.6(eslint@9.39.2):
dependencies: dependencies:
eslint-utils: 3.0.0(eslint@9.39.2) '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2)
eslint: 9.39.2
requireindex: 1.2.0 requireindex: 1.2.0
transitivePeerDependencies:
- eslint
eslint-plugin-simple-import-sort@12.1.1(eslint@9.39.2): eslint-plugin-simple-import-sort@12.1.1(eslint@9.39.2):
dependencies: dependencies:
...@@ -2823,17 +2908,17 @@ snapshots: ...@@ -2823,17 +2908,17 @@ snapshots:
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2) '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2)
'@eslint-community/regexpp': 4.12.2 '@eslint-community/regexpp': 4.12.2
'@eslint/config-array': 0.21.1 '@eslint/config-array': 0.21.2
'@eslint/config-helpers': 0.4.2 '@eslint/config-helpers': 0.4.2
'@eslint/core': 0.17.0 '@eslint/core': 0.17.0
'@eslint/eslintrc': 3.3.3 '@eslint/eslintrc': 3.3.5
'@eslint/js': 9.39.2 '@eslint/js': 9.39.2
'@eslint/plugin-kit': 0.4.1 '@eslint/plugin-kit': 0.4.1
'@humanfs/node': 0.16.7 '@humanfs/node': 0.16.7
'@humanwhocodes/module-importer': 1.0.1 '@humanwhocodes/module-importer': 1.0.1
'@humanwhocodes/retry': 0.4.3 '@humanwhocodes/retry': 0.4.3
'@types/estree': 1.0.8 '@types/estree': 1.0.8
ajv: 6.12.6 ajv: 6.14.0
chalk: 4.1.2 chalk: 4.1.2
cross-spawn: 7.0.6 cross-spawn: 7.0.6
debug: 4.4.3 debug: 4.4.3
...@@ -2852,7 +2937,7 @@ snapshots: ...@@ -2852,7 +2937,7 @@ snapshots:
is-glob: 4.0.3 is-glob: 4.0.3
json-stable-stringify-without-jsonify: 1.0.1 json-stable-stringify-without-jsonify: 1.0.1
lodash.merge: 4.6.2 lodash.merge: 4.6.2
minimatch: 3.1.2 minimatch: 3.1.5
natural-compare: 1.4.0 natural-compare: 1.4.0
optionator: 0.9.4 optionator: 0.9.4
transitivePeerDependencies: transitivePeerDependencies:
...@@ -2860,8 +2945,8 @@ snapshots: ...@@ -2860,8 +2945,8 @@ snapshots:
espree@10.4.0: espree@10.4.0:
dependencies: dependencies:
acorn: 8.15.0 acorn: 8.16.0
acorn-jsx: 5.3.2(acorn@8.15.0) acorn-jsx: 5.3.2(acorn@8.16.0)
eslint-visitor-keys: 4.2.1 eslint-visitor-keys: 4.2.1
esquery@1.7.0: esquery@1.7.0:
...@@ -2919,21 +3004,27 @@ snapshots: ...@@ -2919,21 +3004,27 @@ snapshots:
flat-cache@4.0.1: flat-cache@4.0.1:
dependencies: dependencies:
flatted: 3.3.3 flatted: 3.4.1
keyv: 4.5.4 keyv: 4.5.4
flat-cache@6.1.20: flat-cache@6.1.20:
dependencies: dependencies:
cacheable: 2.3.2 cacheable: 2.3.3
flatted: 3.3.3 flatted: 3.4.1
hookified: 1.15.0 hookified: 1.15.1
flatted@3.3.3: {} flatted@3.4.1: {}
for-each@0.3.5: for-each@0.3.5:
dependencies: dependencies:
is-callable: 1.2.7 is-callable: 1.2.7
fs-extra@7.0.1:
dependencies:
graceful-fs: 4.2.11
jsonfile: 4.0.0
universalify: 0.1.2
fs-extra@9.1.0: fs-extra@9.1.0:
dependencies: dependencies:
at-least-node: 1.0.0 at-least-node: 1.0.0
...@@ -2960,7 +3051,7 @@ snapshots: ...@@ -2960,7 +3051,7 @@ snapshots:
get-caller-file@2.0.5: {} get-caller-file@2.0.5: {}
get-east-asian-width@1.4.0: {} get-east-asian-width@1.5.0: {}
get-intrinsic@1.3.0: get-intrinsic@1.3.0:
dependencies: dependencies:
...@@ -3006,14 +3097,23 @@ snapshots: ...@@ -3006,14 +3097,23 @@ snapshots:
globals@14.0.0: {} globals@14.0.0: {}
globals@17.2.0: {} globals@17.4.0: {}
globalthis@1.0.4: globalthis@1.0.4:
dependencies: dependencies:
define-properties: 1.2.1 define-properties: 1.2.1
gopd: 1.2.0 gopd: 1.2.0
globby@16.1.0: globby@14.1.0:
dependencies:
'@sindresorhus/merge-streams': 2.3.0
fast-glob: 3.3.3
ignore: 7.0.5
path-type: 6.0.0
slash: 5.1.0
unicorn-magic: 0.3.0
globby@16.1.1:
dependencies: dependencies:
'@sindresorhus/merge-streams': 4.0.0 '@sindresorhus/merge-streams': 4.0.0
fast-glob: 3.3.3 fast-glob: 3.3.3
...@@ -3048,15 +3148,15 @@ snapshots: ...@@ -3048,15 +3148,15 @@ snapshots:
dependencies: dependencies:
has-symbols: 1.1.0 has-symbols: 1.1.0
hashery@1.4.0: hashery@1.5.0:
dependencies: dependencies:
hookified: 1.15.0 hookified: 1.15.1
hasown@2.0.2: hasown@2.0.2:
dependencies: dependencies:
function-bind: 1.1.2 function-bind: 1.1.2
hookified@1.15.0: {} hookified@1.15.1: {}
html-tags@3.3.1: {} html-tags@3.3.1: {}
...@@ -3066,11 +3166,19 @@ snapshots: ...@@ -3066,11 +3166,19 @@ snapshots:
ignore@7.0.5: {} ignore@7.0.5: {}
import-cwd@3.0.0:
dependencies:
import-from: 3.0.0
import-fresh@3.3.1: import-fresh@3.3.1:
dependencies: dependencies:
parent-module: 1.0.1 parent-module: 1.0.1
resolve-from: 4.0.0 resolve-from: 4.0.0
import-from@3.0.0:
dependencies:
resolve-from: 5.0.0
import-meta-resolve@4.2.0: {} import-meta-resolve@4.2.0: {}
imurmurhash@0.1.4: {} imurmurhash@0.1.4: {}
...@@ -3227,6 +3335,10 @@ snapshots: ...@@ -3227,6 +3335,10 @@ snapshots:
json5@2.2.3: {} json5@2.2.3: {}
jsonfile@4.0.0:
optionalDependencies:
graceful-fs: 4.2.11
jsonfile@6.2.0: jsonfile@6.2.0:
dependencies: dependencies:
universalify: 2.0.1 universalify: 2.0.1
...@@ -3252,6 +3364,22 @@ snapshots: ...@@ -3252,6 +3364,22 @@ snapshots:
lines-and-columns@1.2.4: {} lines-and-columns@1.2.4: {}
lint-to-the-future-eslint@3.3.0(eslint@9.39.2):
dependencies:
eslint: 9.39.2
globby: 14.1.0
import-cwd: 3.0.0
lint-to-the-future@2.6.4:
dependencies:
commander: 9.5.0
fs-extra: 7.0.1
import-cwd: 3.0.0
node-fetch: 2.7.0
temporal-polyfill: 0.2.5
transitivePeerDependencies:
- encoding
locate-path@6.0.0: locate-path@6.0.0:
dependencies: dependencies:
p-locate: 5.0.0 p-locate: 5.0.0
...@@ -3278,11 +3406,9 @@ snapshots: ...@@ -3278,11 +3406,9 @@ snapshots:
mathml-tag-names@4.0.0: {} mathml-tag-names@4.0.0: {}
mdn-data@2.12.2: {} mdn-data@2.27.1: {}
mdn-data@2.26.0: {}
meow@14.0.0: {} meow@14.1.0: {}
merge2@1.4.1: {} merge2@1.4.1: {}
...@@ -3291,7 +3417,7 @@ snapshots: ...@@ -3291,7 +3417,7 @@ snapshots:
braces: 3.0.3 braces: 3.0.3
picomatch: 2.3.1 picomatch: 2.3.1
minimatch@3.1.2: minimatch@3.1.5:
dependencies: dependencies:
brace-expansion: 1.1.12 brace-expansion: 1.1.12
...@@ -3310,7 +3436,11 @@ snapshots: ...@@ -3310,7 +3436,11 @@ snapshots:
lower-case: 2.0.2 lower-case: 2.0.2
tslib: 2.8.1 tslib: 2.8.1
node-releases@2.0.27: {} node-fetch@2.7.0:
dependencies:
whatwg-url: 5.0.0
node-releases@2.0.36: {}
normalize-path@3.0.0: {} normalize-path@3.0.0: {}
...@@ -3376,7 +3506,7 @@ snapshots: ...@@ -3376,7 +3506,7 @@ snapshots:
parse-json@5.2.0: parse-json@5.2.0:
dependencies: dependencies:
'@babel/code-frame': 7.28.6 '@babel/code-frame': 7.29.0
error-ex: 1.3.4 error-ex: 1.3.4
json-parse-even-better-errors: 2.3.1 json-parse-even-better-errors: 2.3.1
lines-and-columns: 1.2.4 lines-and-columns: 1.2.4
...@@ -3389,6 +3519,8 @@ snapshots: ...@@ -3389,6 +3519,8 @@ snapshots:
path-parse@1.0.7: {} path-parse@1.0.7: {}
path-type@6.0.0: {}
picocolors@1.1.1: {} picocolors@1.1.1: {}
picomatch@2.3.1: {} picomatch@2.3.1: {}
...@@ -3399,13 +3531,13 @@ snapshots: ...@@ -3399,13 +3531,13 @@ snapshots:
postcss-resolve-nested-selector@0.1.6: {} postcss-resolve-nested-selector@0.1.6: {}
postcss-safe-parser@7.0.1(postcss@8.5.6): postcss-safe-parser@7.0.1(postcss@8.5.8):
dependencies: dependencies:
postcss: 8.5.6 postcss: 8.5.8
postcss-scss@4.0.9(postcss@8.5.6): postcss-scss@4.0.9(postcss@8.5.8):
dependencies: dependencies:
postcss: 8.5.6 postcss: 8.5.8
postcss-selector-parser@7.1.1: postcss-selector-parser@7.1.1:
dependencies: dependencies:
...@@ -3414,7 +3546,7 @@ snapshots: ...@@ -3414,7 +3546,7 @@ snapshots:
postcss-value-parser@4.2.0: {} postcss-value-parser@4.2.0: {}
postcss@8.5.6: postcss@8.5.8:
dependencies: dependencies:
nanoid: 3.3.11 nanoid: 3.3.11
picocolors: 1.1.1 picocolors: 1.1.1
...@@ -3422,15 +3554,15 @@ snapshots: ...@@ -3422,15 +3554,15 @@ snapshots:
prelude-ls@1.2.1: {} prelude-ls@1.2.1: {}
prettier-plugin-ember-template-tag@2.1.3(prettier@3.8.0): prettier-plugin-ember-template-tag@2.1.3(prettier@3.8.1):
dependencies: dependencies:
'@babel/traverse': 7.28.6 '@babel/traverse': 7.29.0
content-tag: 4.1.0 content-tag: 4.1.0
prettier: 3.8.0 prettier: 3.8.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
prettier@3.8.0: {} prettier@3.8.1: {}
proper-lockfile@4.1.2: proper-lockfile@4.1.2:
dependencies: dependencies:
...@@ -3442,7 +3574,7 @@ snapshots: ...@@ -3442,7 +3574,7 @@ snapshots:
qified@0.6.0: qified@0.6.0:
dependencies: dependencies:
hookified: 1.15.0 hookified: 1.15.1
queue-microtask@1.2.3: {} queue-microtask@1.2.3: {}
...@@ -3476,6 +3608,8 @@ snapshots: ...@@ -3476,6 +3608,8 @@ snapshots:
resolve-from@4.0.0: {} resolve-from@4.0.0: {}
resolve-from@5.0.0: {}
resolve@1.22.11: resolve@1.22.11:
dependencies: dependencies:
is-core-module: 2.16.1 is-core-module: 2.16.1
...@@ -3515,7 +3649,7 @@ snapshots: ...@@ -3515,7 +3649,7 @@ snapshots:
semver@6.3.1: {} semver@6.3.1: {}
semver@7.7.3: {} semver@7.7.4: {}
set-function-length@1.2.2: set-function-length@1.2.2:
dependencies: dependencies:
...@@ -3615,10 +3749,10 @@ snapshots: ...@@ -3615,10 +3749,10 @@ snapshots:
is-fullwidth-code-point: 3.0.0 is-fullwidth-code-point: 3.0.0
strip-ansi: 6.0.1 strip-ansi: 6.0.1
string-width@8.1.0: string-width@8.2.0:
dependencies: dependencies:
get-east-asian-width: 1.4.0 get-east-asian-width: 1.5.0
strip-ansi: 7.1.2 strip-ansi: 7.2.0
string.prototype.trim@1.2.10: string.prototype.trim@1.2.10:
dependencies: dependencies:
...@@ -3647,7 +3781,7 @@ snapshots: ...@@ -3647,7 +3781,7 @@ snapshots:
dependencies: dependencies:
ansi-regex: 5.0.1 ansi-regex: 5.0.1
strip-ansi@7.1.2: strip-ansi@7.2.0:
dependencies: dependencies:
ansi-regex: 6.2.2 ansi-regex: 6.2.2
...@@ -3655,84 +3789,83 @@ snapshots: ...@@ -3655,84 +3789,83 @@ snapshots:
strip-json-comments@3.1.1: {} strip-json-comments@3.1.1: {}
stylelint-config-recommended-scss@17.0.0(postcss@8.5.6)(stylelint@17.0.0(typescript@5.9.3)): stylelint-config-recommended-scss@17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3)):
dependencies: dependencies:
postcss-scss: 4.0.9(postcss@8.5.6) postcss-scss: 4.0.9(postcss@8.5.8)
stylelint: 17.0.0(typescript@5.9.3) stylelint: 17.4.0(typescript@5.9.3)
stylelint-config-recommended: 18.0.0(stylelint@17.0.0(typescript@5.9.3)) stylelint-config-recommended: 18.0.0(stylelint@17.4.0(typescript@5.9.3))
stylelint-scss: 7.0.0(stylelint@17.0.0(typescript@5.9.3)) stylelint-scss: 7.0.0(stylelint@17.4.0(typescript@5.9.3))
optionalDependencies: optionalDependencies:
postcss: 8.5.6 postcss: 8.5.8
stylelint-config-recommended@18.0.0(stylelint@17.0.0(typescript@5.9.3)): stylelint-config-recommended@18.0.0(stylelint@17.4.0(typescript@5.9.3)):
dependencies: dependencies:
stylelint: 17.0.0(typescript@5.9.3) stylelint: 17.4.0(typescript@5.9.3)
stylelint-config-standard-scss@17.0.0(postcss@8.5.6)(stylelint@17.0.0(typescript@5.9.3)): stylelint-config-standard-scss@17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3)):
dependencies: dependencies:
stylelint: 17.0.0(typescript@5.9.3) stylelint: 17.4.0(typescript@5.9.3)
stylelint-config-recommended-scss: 17.0.0(postcss@8.5.6)(stylelint@17.0.0(typescript@5.9.3)) stylelint-config-recommended-scss: 17.0.0(postcss@8.5.8)(stylelint@17.4.0(typescript@5.9.3))
stylelint-config-standard: 40.0.0(stylelint@17.0.0(typescript@5.9.3)) stylelint-config-standard: 40.0.0(stylelint@17.4.0(typescript@5.9.3))
optionalDependencies: optionalDependencies:
postcss: 8.5.6 postcss: 8.5.8
stylelint-config-standard@40.0.0(stylelint@17.0.0(typescript@5.9.3)): stylelint-config-standard@40.0.0(stylelint@17.4.0(typescript@5.9.3)):
dependencies: dependencies:
stylelint: 17.0.0(typescript@5.9.3) stylelint: 17.4.0(typescript@5.9.3)
stylelint-config-recommended: 18.0.0(stylelint@17.0.0(typescript@5.9.3)) stylelint-config-recommended: 18.0.0(stylelint@17.4.0(typescript@5.9.3))
stylelint-scss@7.0.0(stylelint@17.0.0(typescript@5.9.3)): stylelint-scss@7.0.0(stylelint@17.4.0(typescript@5.9.3)):
dependencies: dependencies:
css-tree: 3.1.0 css-tree: 3.2.1
is-plain-object: 5.0.0 is-plain-object: 5.0.0
known-css-properties: 0.37.0 known-css-properties: 0.37.0
mdn-data: 2.26.0 mdn-data: 2.27.1
postcss-media-query-parser: 0.2.3 postcss-media-query-parser: 0.2.3
postcss-resolve-nested-selector: 0.1.6 postcss-resolve-nested-selector: 0.1.6
postcss-selector-parser: 7.1.1 postcss-selector-parser: 7.1.1
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
stylelint: 17.0.0(typescript@5.9.3) stylelint: 17.4.0(typescript@5.9.3)
stylelint@17.0.0(typescript@5.9.3): stylelint@17.4.0(typescript@5.9.3):
dependencies: dependencies:
'@csstools/css-calc': 3.1.1(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
'@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0) '@csstools/css-parser-algorithms': 4.0.0(@csstools/css-tokenizer@4.0.0)
'@csstools/css-syntax-patches-for-csstree': 1.0.26 '@csstools/css-syntax-patches-for-csstree': 1.1.0
'@csstools/css-tokenizer': 4.0.0 '@csstools/css-tokenizer': 4.0.0
'@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0) '@csstools/media-query-list-parser': 5.0.0(@csstools/css-parser-algorithms@4.0.0(@csstools/css-tokenizer@4.0.0))(@csstools/css-tokenizer@4.0.0)
'@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.1) '@csstools/selector-resolve-nested': 4.0.0(postcss-selector-parser@7.1.1)
'@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1) '@csstools/selector-specificity': 6.0.0(postcss-selector-parser@7.1.1)
balanced-match: 3.0.1
colord: 2.9.3 colord: 2.9.3
cosmiconfig: 9.0.0(typescript@5.9.3) cosmiconfig: 9.0.1(typescript@5.9.3)
css-functions-list: 3.2.3 css-functions-list: 3.3.3
css-tree: 3.1.0 css-tree: 3.2.1
debug: 4.4.3 debug: 4.4.3
fast-glob: 3.3.3 fast-glob: 3.3.3
fastest-levenshtein: 1.0.16 fastest-levenshtein: 1.0.16
file-entry-cache: 11.1.2 file-entry-cache: 11.1.2
global-modules: 2.0.0 global-modules: 2.0.0
globby: 16.1.0 globby: 16.1.1
globjoin: 0.1.4 globjoin: 0.1.4
html-tags: 5.1.0 html-tags: 5.1.0
ignore: 7.0.5 ignore: 7.0.5
import-meta-resolve: 4.2.0 import-meta-resolve: 4.2.0
imurmurhash: 0.1.4 imurmurhash: 0.1.4
is-plain-object: 5.0.0 is-plain-object: 5.0.0
known-css-properties: 0.37.0
mathml-tag-names: 4.0.0 mathml-tag-names: 4.0.0
meow: 14.0.0 meow: 14.1.0
micromatch: 4.0.8 micromatch: 4.0.8
normalize-path: 3.0.0 normalize-path: 3.0.0
picocolors: 1.1.1 picocolors: 1.1.1
postcss: 8.5.6 postcss: 8.5.8
postcss-safe-parser: 7.0.1(postcss@8.5.6) postcss-safe-parser: 7.0.1(postcss@8.5.8)
postcss-selector-parser: 7.1.1 postcss-selector-parser: 7.1.1
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
string-width: 8.1.0 string-width: 8.2.0
supports-hyperlinks: 4.4.0 supports-hyperlinks: 4.4.0
svg-tags: 1.0.0 svg-tags: 1.0.0
table: 6.9.0 table: 6.9.0
write-file-atomic: 7.0.0 write-file-atomic: 7.0.1
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
- typescript - typescript
...@@ -3758,16 +3891,24 @@ snapshots: ...@@ -3758,16 +3891,24 @@ snapshots:
table@6.9.0: table@6.9.0:
dependencies: dependencies:
ajv: 8.17.1 ajv: 8.18.0
lodash.truncate: 4.4.2 lodash.truncate: 4.4.2
slice-ansi: 4.0.0 slice-ansi: 4.0.0
string-width: 4.2.3 string-width: 4.2.3
strip-ansi: 6.0.1 strip-ansi: 6.0.1
temporal-polyfill@0.2.5:
dependencies:
temporal-spec: 0.2.4
temporal-spec@0.2.4: {}
to-regex-range@5.0.1: to-regex-range@5.0.1:
dependencies: dependencies:
is-number: 7.0.0 is-number: 7.0.0
tr46@0.0.3: {}
tree-kill@1.2.2: {} tree-kill@1.2.2: {}
tsconfig-paths@3.15.0: tsconfig-paths@3.15.0:
...@@ -3822,7 +3963,7 @@ snapshots: ...@@ -3822,7 +3963,7 @@ snapshots:
typescript-auto-import-cache@0.3.6: typescript-auto-import-cache@0.3.6:
dependencies: dependencies:
semver: 7.7.3 semver: 7.7.4
typescript@5.9.3: {} typescript@5.9.3: {}
...@@ -3833,8 +3974,12 @@ snapshots: ...@@ -3833,8 +3974,12 @@ snapshots:
has-symbols: 1.1.0 has-symbols: 1.1.0
which-boxed-primitive: 1.1.1 which-boxed-primitive: 1.1.1
unicorn-magic@0.3.0: {}
unicorn-magic@0.4.0: {} unicorn-magic@0.4.0: {}
universalify@0.1.2: {}
universalify@2.0.1: {} universalify@2.0.1: {}
upath@2.0.1: {} upath@2.0.1: {}
...@@ -3851,28 +3996,26 @@ snapshots: ...@@ -3851,28 +3996,26 @@ snapshots:
util-deprecate@1.0.2: {} util-deprecate@1.0.2: {}
uuid@8.3.2: {} volar-service-html@0.0.70(@volar/language-service@2.4.28):
volar-service-html@0.0.64(@volar/language-service@2.4.23):
dependencies: dependencies:
vscode-html-languageservice: 5.6.1 vscode-html-languageservice: 5.6.2
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
vscode-uri: 3.1.0 vscode-uri: 3.1.0
optionalDependencies: optionalDependencies:
'@volar/language-service': 2.4.23 '@volar/language-service': 2.4.28
volar-service-typescript@0.0.65(@volar/language-service@2.4.23): volar-service-typescript@0.0.70(@volar/language-service@2.4.28):
dependencies: dependencies:
path-browserify: 1.0.1 path-browserify: 1.0.1
semver: 7.7.3 semver: 7.7.4
typescript-auto-import-cache: 0.3.6 typescript-auto-import-cache: 0.3.6
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
vscode-nls: 5.2.0 vscode-nls: 5.2.0
vscode-uri: 3.1.0 vscode-uri: 3.1.0
optionalDependencies: optionalDependencies:
'@volar/language-service': 2.4.23 '@volar/language-service': 2.4.28
vscode-html-languageservice@5.6.1: vscode-html-languageservice@5.6.2:
dependencies: dependencies:
'@vscode/l10n': 0.0.18 '@vscode/l10n': 0.0.18
vscode-languageserver-textdocument: 1.0.12 vscode-languageserver-textdocument: 1.0.12
...@@ -3898,6 +4041,13 @@ snapshots: ...@@ -3898,6 +4041,13 @@ snapshots:
vscode-uri@3.1.0: {} vscode-uri@3.1.0: {}
webidl-conversions@3.0.1: {}
whatwg-url@5.0.0:
dependencies:
tr46: 0.0.3
webidl-conversions: 3.0.1
which-boxed-primitive@1.1.1: which-boxed-primitive@1.1.1:
dependencies: dependencies:
is-bigint: 1.1.0 is-bigint: 1.1.0
...@@ -3955,9 +4105,8 @@ snapshots: ...@@ -3955,9 +4105,8 @@ snapshots:
string-width: 4.2.3 string-width: 4.2.3
strip-ansi: 6.0.1 strip-ansi: 6.0.1
write-file-atomic@7.0.0: write-file-atomic@7.0.1:
dependencies: dependencies:
imurmurhash: 0.1.4
signal-exit: 4.1.0 signal-exit: 4.1.0
y18n@5.0.8: {} y18n@5.0.8: {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment