mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
chore(deps-dev): bump sass from 1.80.7 to 1.81.0
Bumps [sass](https://github.com/sass/dart-sass) from 1.80.7 to 1.81.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.80.7...1.81.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
27c187b66d
commit
55e83d7101
|
@ -62,7 +62,7 @@
|
||||||
"mutationobserver-shim": "^0.3.7",
|
"mutationobserver-shim": "^0.3.7",
|
||||||
"portal-vue": "^3.0.0",
|
"portal-vue": "^3.0.0",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"sass": "^1.80.7",
|
"sass": "^1.81.0",
|
||||||
"typescript": "~5.6.3",
|
"typescript": "~5.6.3",
|
||||||
"typescript-eslint": "^8.14.0",
|
"typescript-eslint": "^8.14.0",
|
||||||
"unplugin-auto-import": "^0.18.5",
|
"unplugin-auto-import": "^0.18.5",
|
||||||
|
|
|
@ -101,7 +101,7 @@ importers:
|
||||||
version: 8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3)
|
version: 8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3)
|
||||||
'@vitejs/plugin-vue':
|
'@vitejs/plugin-vue':
|
||||||
specifier: ^5.2.0
|
specifier: ^5.2.0
|
||||||
version: 5.2.0(vite@5.4.11(@types/node@22.9.0)(sass@1.80.7))(vue@3.5.12(typescript@5.6.3))
|
version: 5.2.0(vite@5.4.11(@types/node@22.9.0)(sass@1.81.0))(vue@3.5.12(typescript@5.6.3))
|
||||||
'@vue/compiler-sfc':
|
'@vue/compiler-sfc':
|
||||||
specifier: 3.5.12
|
specifier: 3.5.12
|
||||||
version: 3.5.12
|
version: 3.5.12
|
||||||
|
@ -142,8 +142,8 @@ importers:
|
||||||
specifier: ^3.3.3
|
specifier: ^3.3.3
|
||||||
version: 3.3.3
|
version: 3.3.3
|
||||||
sass:
|
sass:
|
||||||
specifier: ^1.80.7
|
specifier: ^1.81.0
|
||||||
version: 1.80.7
|
version: 1.81.0
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ~5.6.3
|
specifier: ~5.6.3
|
||||||
version: 5.6.3
|
version: 5.6.3
|
||||||
|
@ -161,10 +161,10 @@ importers:
|
||||||
version: 0.27.4(@babel/parser@7.26.2)(@nuxt/kit@3.14.159(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
version: 0.27.4(@babel/parser@7.26.2)(@nuxt/kit@3.14.159(rollup@4.24.0))(rollup@4.24.0)(vue@3.5.12(typescript@5.6.3))
|
||||||
vite:
|
vite:
|
||||||
specifier: ^5.4.11
|
specifier: ^5.4.11
|
||||||
version: 5.4.11(@types/node@22.9.0)(sass@1.80.7)
|
version: 5.4.11(@types/node@22.9.0)(sass@1.81.0)
|
||||||
vitest:
|
vitest:
|
||||||
specifier: ^2.1.5
|
specifier: ^2.1.5
|
||||||
version: 2.1.5(@types/node@22.9.0)(happy-dom@15.11.6)(sass@1.80.7)
|
version: 2.1.5(@types/node@22.9.0)(happy-dom@15.11.6)(sass@1.81.0)
|
||||||
vue-tsc:
|
vue-tsc:
|
||||||
specifier: ^2.1.10
|
specifier: ^2.1.10
|
||||||
version: 2.1.10(typescript@5.6.3)
|
version: 2.1.10(typescript@5.6.3)
|
||||||
|
@ -2009,8 +2009,8 @@ packages:
|
||||||
run-parallel@1.2.0:
|
run-parallel@1.2.0:
|
||||||
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
||||||
|
|
||||||
sass@1.80.7:
|
sass@1.81.0:
|
||||||
resolution: {integrity: sha512-MVWvN0u5meytrSjsU7AWsbhoXi1sc58zADXFllfZzbsBT1GHjjar6JwBINYPRrkx/zqnQ6uqbQuHgE95O+C+eQ==}
|
resolution: {integrity: sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -3151,9 +3151,9 @@ snapshots:
|
||||||
'@typescript-eslint/types': 8.14.0
|
'@typescript-eslint/types': 8.14.0
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(sass@1.80.7))(vue@3.5.12(typescript@5.6.3))':
|
'@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(sass@1.81.0))(vue@3.5.12(typescript@5.6.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
vite: 5.4.11(@types/node@22.9.0)(sass@1.80.7)
|
vite: 5.4.11(@types/node@22.9.0)(sass@1.81.0)
|
||||||
vue: 3.5.12(typescript@5.6.3)
|
vue: 3.5.12(typescript@5.6.3)
|
||||||
|
|
||||||
'@vitest/expect@2.1.5':
|
'@vitest/expect@2.1.5':
|
||||||
|
@ -3163,13 +3163,13 @@ snapshots:
|
||||||
chai: 5.1.2
|
chai: 5.1.2
|
||||||
tinyrainbow: 1.2.0
|
tinyrainbow: 1.2.0
|
||||||
|
|
||||||
'@vitest/mocker@2.1.5(vite@5.4.11(@types/node@22.9.0)(sass@1.80.7))':
|
'@vitest/mocker@2.1.5(vite@5.4.11(@types/node@22.9.0)(sass@1.81.0))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/spy': 2.1.5
|
'@vitest/spy': 2.1.5
|
||||||
estree-walker: 3.0.3
|
estree-walker: 3.0.3
|
||||||
magic-string: 0.30.13
|
magic-string: 0.30.13
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vite: 5.4.11(@types/node@22.9.0)(sass@1.80.7)
|
vite: 5.4.11(@types/node@22.9.0)(sass@1.81.0)
|
||||||
|
|
||||||
'@vitest/pretty-format@2.1.5':
|
'@vitest/pretty-format@2.1.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -4281,7 +4281,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
queue-microtask: 1.2.3
|
queue-microtask: 1.2.3
|
||||||
|
|
||||||
sass@1.80.7:
|
sass@1.81.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar: 4.0.1
|
chokidar: 4.0.1
|
||||||
immutable: 5.0.2
|
immutable: 5.0.2
|
||||||
|
@ -4534,13 +4534,13 @@ snapshots:
|
||||||
|
|
||||||
util-deprecate@1.0.2: {}
|
util-deprecate@1.0.2: {}
|
||||||
|
|
||||||
vite-node@2.1.5(@types/node@22.9.0)(sass@1.80.7):
|
vite-node@2.1.5(@types/node@22.9.0)(sass@1.81.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
debug: 4.3.7
|
debug: 4.3.7
|
||||||
es-module-lexer: 1.5.4
|
es-module-lexer: 1.5.4
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
vite: 5.4.11(@types/node@22.9.0)(sass@1.80.7)
|
vite: 5.4.11(@types/node@22.9.0)(sass@1.81.0)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- less
|
- less
|
||||||
|
@ -4552,7 +4552,7 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- terser
|
- terser
|
||||||
|
|
||||||
vite@5.4.11(@types/node@22.9.0)(sass@1.80.7):
|
vite@5.4.11(@types/node@22.9.0)(sass@1.81.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.21.5
|
esbuild: 0.21.5
|
||||||
postcss: 8.4.47
|
postcss: 8.4.47
|
||||||
|
@ -4560,12 +4560,12 @@ snapshots:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 22.9.0
|
'@types/node': 22.9.0
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
sass: 1.80.7
|
sass: 1.81.0
|
||||||
|
|
||||||
vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.11.6)(sass@1.80.7):
|
vitest@2.1.5(@types/node@22.9.0)(happy-dom@15.11.6)(sass@1.81.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/expect': 2.1.5
|
'@vitest/expect': 2.1.5
|
||||||
'@vitest/mocker': 2.1.5(vite@5.4.11(@types/node@22.9.0)(sass@1.80.7))
|
'@vitest/mocker': 2.1.5(vite@5.4.11(@types/node@22.9.0)(sass@1.81.0))
|
||||||
'@vitest/pretty-format': 2.1.5
|
'@vitest/pretty-format': 2.1.5
|
||||||
'@vitest/runner': 2.1.5
|
'@vitest/runner': 2.1.5
|
||||||
'@vitest/snapshot': 2.1.5
|
'@vitest/snapshot': 2.1.5
|
||||||
|
@ -4581,8 +4581,8 @@ snapshots:
|
||||||
tinyexec: 0.3.1
|
tinyexec: 0.3.1
|
||||||
tinypool: 1.0.1
|
tinypool: 1.0.1
|
||||||
tinyrainbow: 1.2.0
|
tinyrainbow: 1.2.0
|
||||||
vite: 5.4.11(@types/node@22.9.0)(sass@1.80.7)
|
vite: 5.4.11(@types/node@22.9.0)(sass@1.81.0)
|
||||||
vite-node: 2.1.5(@types/node@22.9.0)(sass@1.80.7)
|
vite-node: 2.1.5(@types/node@22.9.0)(sass@1.81.0)
|
||||||
why-is-node-running: 2.3.0
|
why-is-node-running: 2.3.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 22.9.0
|
'@types/node': 22.9.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user