-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e594af0
commit c8263a0
Showing
31 changed files
with
3,487 additions
and
3,872 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,24 @@ | ||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: github-actions | ||
directory: '/' | ||
schedule: | ||
interval: weekly | ||
time: '04:00' | ||
timezone: America/New_York | ||
|
||
- package-ecosystem: npm | ||
directory: '/' | ||
versioning-strategy: increase | ||
schedule: | ||
interval: weekly | ||
time: '04:00' | ||
timezone: America/New_York | ||
groups: | ||
prod: | ||
dependency-type: production | ||
dev: | ||
dependency-type: development | ||
ignore: | ||
- dependency-name: '@types/node' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v18 | ||
v20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,6 @@ herman: | |
sassOptions: | ||
loadPaths: | ||
- 'src/sass' | ||
- 'node_modules' | ||
use: | ||
- 'config' | ||
display: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
compressionLevel: mixed | ||
|
||
enableGlobalCache: false | ||
|
||
nodeLinker: node-modules | ||
|
||
packageExtensions: | ||
'markdown-it-anchor@*': | ||
markdown-it-anchor@*: | ||
peerDependenciesMeta: | ||
'@types/markdown-it': | ||
optional: true | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.1.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,7 @@ | |
"version": "0.0.1", | ||
"license": "BSD-3-Clause", | ||
"engines": { | ||
"node": "^18", | ||
"yarn": "^3" | ||
"node": "^20" | ||
}, | ||
"type": "module", | ||
"scripts": { | ||
|
@@ -26,8 +25,8 @@ | |
"lint:sass": "yarn lint:sass:ci --fix", | ||
"lint:ci": "run-p prettier:ci sync check lint:js:ci lint:sass:ci tsc tsc:tests", | ||
"lint:sass:ci": "stylelint '**/*.scss'", | ||
"docs:json": "sass --load-path=node_modules src/sass/json.scss static/built/json.css", | ||
"docs:sass": "sass --load-path=node_modules src/sass/app.scss static/built/app.css", | ||
"docs:json": "sass -p node src/sass/json.scss static/built/json.css", | ||
"docs:sass": "sass -p node src/sass/app.scss static/built/app.css", | ||
"docs:compile": "sassdoc 'src/sass/**/*.scss'", | ||
"docs": "run-s docs:sass docs:json docs:compile", | ||
"watch:docs": "chokidar \"src/sass/**/*.scss\" \"./.sassdocrc\" \"./README.md\" -c \"yarn docs\"", | ||
|
@@ -38,19 +37,20 @@ | |
}, | ||
"dependencies": { | ||
"accoutrement": "^4.0.4", | ||
"colorjs.io": "^0.4.5" | ||
"colorjs.io": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/adapter-auto": "^3.1.1", | ||
"@sveltejs/kit": "^2.5.1", | ||
"@sveltejs/kit": "^2.5.2", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.2", | ||
"@testing-library/jest-dom": "^6.4.2", | ||
"@testing-library/svelte": "^4.1.0", | ||
"@testing-library/svelte": "^4.2.1", | ||
"@types/jest": "^29.5.12", | ||
"@types/lodash": "^4.14.202", | ||
"@types/node": "*", | ||
"@typescript-eslint/eslint-plugin": "^7.0.2", | ||
"@typescript-eslint/parser": "^7.0.2", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@vitest/coverage-v8": "^1.3.1", | ||
"chokidar-cli": "^3.0.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
|
@@ -66,30 +66,19 @@ | |
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.4.35", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-svelte": "^3.2.1", | ||
"prettier-plugin-svelte": "^3.2.2", | ||
"sass": "^1.71.1", | ||
"sass-true": "^8.0.0", | ||
"sassdoc": "^2.7.4", | ||
"sassdoc-theme-herman": "^5.0.1", | ||
"sassdoc-theme-herman": "^6.0.0", | ||
"stylelint": "^16.2.1", | ||
"stylelint-config-standard-scss": "^13.0.0", | ||
"svelte": "^4.2.12", | ||
"svelte-check": "^3.6.4", | ||
"svelte-check": "^3.6.6", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^4.5.2", | ||
"vitest": "^0.34.6" | ||
"vite": "^5.1.4", | ||
"vitest": "^1.3.1" | ||
}, | ||
"resolutions": { | ||
"vite": "<5" | ||
}, | ||
"yarn-upgrade-all": { | ||
"ignore": [ | ||
"@types/node", | ||
"@vitest/coverage-v8", | ||
"vite", | ||
"vitest" | ||
] | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@use 'config'; | ||
@use 'config/color/docs' as color-docs; | ||
@use 'config/scale/docs' as scale-docs; | ||
@use 'sassdoc-theme-herman/scss/utilities' as herman; | ||
@use 'pkg:sassdoc-theme-herman' as herman; | ||
@include herman.export(herman.$herman); |
Oops, something went wrong.