Sped0n
268159e7d2
refactor: unify bundled assets with subdirs and Hugo mounts
...
Move bundled outputs to dedicated css/js subdirs. Update Vite
config to output directly to bundled/ with simplified naming.
Add Hugo module mounts to expose as assets/bundled and
static/bundled. Adjust gitignore and partial accordingly.
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-14 18:15:24 +08:00
Sped0n
2e7131a5a5
ci: update bundled artifacts [skip ci]
2025-11-12 09:15:02 +00:00
Sped0n
1de3926c49
docs: correct Solid.js to SolidJS in theme description
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 17:14:20 +08:00
Sped0n
4b1f529589
refactor: migrate to vite for critical scss bundling, remove dart sass dependency
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 17:14:20 +08:00
Sped0n
8b3b5cd77a
fix: use absolute URL for fw font in scss
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 17:14:20 +08:00
Sped0n
3a0025ebd1
docs: update documentations
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 05:41:50 +08:00
Sped0n
283f386371
refactor: remove redundant ESLint config import
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 05:15:58 +08:00
Sped0n
4c91cd269e
refactor: upgrade to pnpm 10 and update docs
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 05:15:58 +08:00
Sped0n
304abf3b65
refactor: switch to sass-embedded and remove manual install
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 05:15:58 +08:00
Sped0n
99a2866d4a
docs: update README.md
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 03:25:59 +08:00
Sped0n
ba46f52d55
ci: build with multiple Hugo versions and update caches
...
Add matrix strategy for 'latest' and '0.114.0' in build job. Update
pnpm and Hugo cache keys for better reliability. Push artifacts only
for 'latest' version. Add [skip ci] to format commit message.
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 02:40:38 +08:00
Sped0n
48eaa9d95b
docs: restructure documentation
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 02:40:38 +08:00
Sped0n
6be1a924de
refactor: update hugo npm scripts
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 00:27:13 +08:00
Sped0n
ba0def753e
refactor: remove i18n labels and centralize in config
...
Delete multilingual i18n files for UI labels. Add English labels to
params.toml under [labels]. Update 404.html, single.html, and nav.html
to use site.Params.labels instead of i18n.
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 00:27:13 +08:00
Sped0n
c9410c9644
ci: update bundled artifacts [skip ci]
2025-11-11 16:10:49 +00:00
Sped0n
1d1f893c92
ci: format code
2025-11-12 00:10:06 +08:00
Sped0n
7d4bed3ba6
feat: use absolute URLs for assets
...
closes #473 , closes #476
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 00:10:06 +08:00
Sped0n
72b830def9
refactor: remove multilingual support and language-specific fonts
...
Simplify to Geist font family for all languages. Update README, SCSS,
partials, and config. Fix style template execution order.
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-12 00:10:06 +08:00
Ryan
6b2c1de9d8
Misc ( #516 )
...
* chore: remove obsolete modern Sass API config in Vite
Signed-off-by: Sped0n <hi@sped0n.com >
* docs: update README thumbnail to absolute URL
Signed-off-by: Sped0n <hi@sped0n.com >
---------
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-11 21:07:35 +08:00
Sped0n
ae899035ae
ci: update bundled artifacts [skip ci]
2025-11-11 12:22:05 +00:00
Ryan
36721f8bf6
Bump deps ( #515 )
...
* chore: add nix flake for reproducible dev environment
Signed-off-by: Sped0n <hi@sped0n.com >
* refactor: migrate SCSS to modern Sass (@use/@forward)
Update mixins to use Sass module functions (map.has-key/get).
Configure Vite for modern Sass API.
Introduce _foundation.scss for forwarding core modules.
Signed-off-by: Sped0n <hi@sped0n.com >
* fix: replace deprecated _build with build in frontmatter
Signed-off-by: Sped0n <hi@sped0n.com >
* chore: add vcache.sh script for vercel build cache management
Signed-off-by: Sped0n <hi@sped0n.com >
* refactor: migrate to ESLint v9 flat config
Remove legacy .eslintrc.json, .eslintignore, and .prettierrc.json.
Add eslint.config.mjs with love, prettier, solid, and import rules.
Update devDependencies (eslint@9, @typescript-eslint@8, etc.) and scripts.
Minor TS fixes: remove eslint-disable, add error logging, simplify conditional.
Signed-off-by: Sped0n <hi@sped0n.com >
* chore: replace vcache.sh with vercel.sh for Vercel build process
Delete vcache.sh script.
Add vercel.sh: install Dart Sass v1.93.3, copy generated assets between
node_modules and project dirs, run vite:build + hugo build, then copy back.
Signed-off-by: Sped0n <hi@sped0n.com >
* chore: setup dart-sass and split build steps in GitHub workflow
Signed-off-by: Sped0n <hi@sped0n.com >
---------
Signed-off-by: Sped0n <hi@sped0n.com >
2025-11-11 20:20:29 +08:00
Sped0n
2dcbb5e5d5
ci: update bundled artifacts [skip ci]
2025-10-22 12:32:34 +00:00
dependabot[bot]
07aa48f2db
build(deps-dev): bump vite-plugin-solid from 2.10.2 to 2.11.9 ( #496 )
...
Bumps [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid ) from 2.10.2 to 2.11.9.
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases )
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/vite-plugin-solid/commits/vite-plugin-solid@2.11.9 )
---
updated-dependencies:
- dependency-name: vite-plugin-solid
dependency-version: 2.11.9
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 20:31:38 +08:00
dependabot[bot]
099513500c
build(deps-dev): bump eslint-plugin-import from 2.31.0 to 2.32.0 ( #495 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.31.0 to 2.32.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-version: 2.32.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 12:15:18 +00:00
dependabot[bot]
f0da771dca
build(deps-dev): bump typescript from 5.7.2 to 5.9.3 ( #494 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.7.2 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.9.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 5.9.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 12:13:11 +00:00
Sped0n
dfd4abdf2a
ci: update bundled artifacts [skip ci]
2025-10-22 12:12:05 +00:00
dependabot[bot]
6f8ce6bbd8
build(deps-dev): bump terser from 5.37.0 to 5.44.0 ( #499 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.37.0 to 5.44.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.37.0...v5.44.0 )
---
updated-dependencies:
- dependency-name: terser
dependency-version: 5.44.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 12:11:21 +00:00
dependabot[bot]
543a08d472
build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.8 ( #498 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 9.1.0 to 10.1.8.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v9.1.0...v10.1.8 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 12:10:10 +00:00
Sped0n
05599ef190
ci: update bundled artifacts [skip ci]
2025-10-22 12:08:56 +00:00
dependabot[bot]
95bd4d1c28
build(deps): bump solid-js from 1.9.4 to 1.9.9 ( #502 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.9.4 to 1.9.9.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/compare/v1.9.4...v1.9.9 )
---
updated-dependencies:
- dependency-name: solid-js
dependency-version: 1.9.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-22 20:08:12 +08:00
dependabot[bot]
835cd6f343
build(deps-dev): bump prettier-plugin-organize-imports ( #497 )
...
Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports ) from 4.1.0 to 4.3.0.
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases )
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md )
- [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v4.1.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: prettier-plugin-organize-imports
dependency-version: 4.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 10:00:57 +00:00
dependabot[bot]
479164bc83
build(deps-dev): bump prettier from 3.3.3 to 3.6.2 ( #503 )
...
* build(deps-dev): bump prettier from 3.3.3 to 3.6.2
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.3 to 3.6.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.6.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.6.2
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* ci: format code
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:58:56 +00:00
dependabot[bot]
9ea37b8a3f
build(deps): bump tj-actions/changed-files in /.github/workflows ( #507 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 41 to 46.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v41...v46 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: '46'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 09:52:27 +00:00
Sped0n
5df519e55f
ci: update bundled artifacts [skip ci]
2025-10-21 09:50:35 +00:00
dependabot[bot]
860428d03b
build(deps-dev): bump vite from 5.4.2 to 5.4.21 ( #508 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.2 to 5.4.21.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.21
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 17:49:52 +08:00
Sped0n
c1ad92fbeb
ci: update bundled artifacts [skip ci]
2025-10-21 08:52:02 +00:00
dependabot[bot]
78f657618e
build(deps): bump gsap from 3.12.5 to 3.13.0 ( #504 )
...
Bumps [gsap](https://github.com/greensock/GSAP ) from 3.12.5 to 3.13.0.
- [Commits](https://github.com/greensock/GSAP/compare/3.12.5...3.13.0 )
---
updated-dependencies:
- dependency-name: gsap
dependency-version: 3.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 08:51:20 +00:00
dependabot[bot]
1fe7095898
build(deps-dev): bump eslint-import-resolver-typescript ( #505 )
...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) from 3.6.3 to 4.4.4.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.3...v4.4.4 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-version: 4.4.4
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 08:48:42 +00:00
dependabot[bot]
0471af5085
build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.5.4 ( #506 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.2.1 to 5.5.4.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.1...v5.5.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-version: 5.5.4
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 16:46:40 +08:00
Sped0n
543d630535
chore: update demo site config
...
Signed-off-by: Sped0n <hi@sped0n.com >
2025-10-21 16:29:11 +08:00
dependabot[bot]
b7ed5a2834
build(deps-dev): bump prettier-plugin-organize-imports ( #405 )
...
Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases )
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md )
- [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: prettier-plugin-organize-imports
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:27:30 +00:00
dependabot[bot]
5ba7d77c07
build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 ( #413 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.29.1 to 2.31.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.31.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:26:23 +00:00
dependabot[bot]
af82026d1a
build(deps-dev): bump sass from 1.77.8 to 1.83.1 ( #434 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.8 to 1.83.1.
- [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.77.8...1.83.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:24:19 +00:00
dependabot[bot]
b5ef661e1c
build(deps-dev): bump rollup from 4.21.1 to 4.30.1 ( #437 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.21.1 to 4.30.1.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.21.1...v4.30.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:23:27 +00:00
dependabot[bot]
883eec1a3b
build(deps-dev): bump eslint-plugin-solid from 0.14.2 to 0.14.5 ( #435 )
...
Bumps [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid ) from 0.14.2 to 0.14.5.
- [Release notes](https://github.com/solidjs-community/eslint-plugin-solid/releases )
- [Commits](https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.2...v0.14.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-solid
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:22:33 +00:00
Sped0n
b027cd03cf
ci: update bundled artifacts [skip ci]
2025-01-08 07:21:16 +00:00
dependabot[bot]
aa34979bb4
build(deps-dev): bump terser from 5.31.6 to 5.37.0 ( #436 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.31.6 to 5.37.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.31.6...v5.37.0 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:20:34 +00:00
dependabot[bot]
08bbfaa3ba
build(deps-dev): bump typescript from 5.5.4 to 5.7.2 ( #428 )
...
Bumps [typescript](https://github.com/microsoft/TypeScript ) from 5.5.4 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.7.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:19:13 +00:00
Sped0n
b8c6ce2b04
ci: update bundled artifacts [skip ci]
2025-01-08 07:02:54 +00:00
dependabot[bot]
27083c0336
build(deps): bump solid-js from 1.8.22 to 1.9.4 ( #433 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.8.22 to 1.9.4.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/compare/v1.8.22...v1.9.4 )
---
updated-dependencies:
- dependency-name: solid-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 07:02:16 +00:00
Sped0n
082458b2aa
ci: update bundled artifacts [skip ci]
2025-01-08 06:59:26 +00:00
dependabot[bot]
1c05eb2633
build(deps): bump swiper from 11.1.11 to 11.1.15 ( #427 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.11 to 11.1.15.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.11...v11.1.15 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-08 06:58:51 +00:00
Ananth
9016cfb035
Add tamil translation ( #430 )
2025-01-03 16:19:41 +08:00
Spedon
d9b4100d17
ci: fallback to github.token in ESLint workflow ( #431 )
...
- Use `github.token` as a fallback if `secrets.PAT` is not available in the ESLint workflow.
Signed-off-by: Sped0n <hi@sped0n.com >
2025-01-01 13:44:12 +00:00
dependabot[bot]
082f5f4961
build(deps-dev): bump sass from 1.77.6 to 1.77.8 ( #359 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.6 to 1.77.8.
- [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.77.6...1.77.8 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 17:20:59 +00:00
Sped0n
9d91becbd5
ci: update bundled artifacts [skip ci]
2024-08-29 16:37:42 +00:00
dependabot[bot]
2e51b7eb89
build(deps): bump solid-js from 1.8.18 to 1.8.22 ( #391 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.8.18 to 1.8.22.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/commits )
---
updated-dependencies:
- dependency-name: solid-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:37:05 +00:00
Sped0n
7dd8c2242c
ci: update bundled artifacts [skip ci]
2024-08-29 16:35:57 +00:00
dependabot[bot]
2a10e4944e
build(deps): bump swiper from 11.1.4 to 11.1.11 ( #390 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.4 to 11.1.11.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.4...v11.1.11 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-30 00:35:03 +08:00
dependabot[bot]
7893586d24
build(deps-dev): bump typescript from 5.5.3 to 5.5.4 ( #367 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:31:03 +00:00
dependabot[bot]
5a51f83654
build(deps-dev): bump eslint-plugin-promise from 6.4.0 to 6.6.0 ( #364 )
...
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ) from 6.4.0 to 6.6.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v6.6.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:29:27 +00:00
Sped0n
e4d5ac4389
ci: update bundled artifacts [skip ci]
2024-08-29 16:28:26 +00:00
dependabot[bot]
ea3d58760b
build(deps-dev): bump vite from 5.3.3 to 5.4.2 ( #385 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.3.3 to 5.4.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:27:48 +00:00
dependabot[bot]
4812cdb191
build(deps-dev): bump eslint-plugin-solid from 0.14.1 to 0.14.2 ( #380 )
...
Bumps [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid ) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/solidjs-community/eslint-plugin-solid/releases )
- [Commits](https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.1...v0.14.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-solid
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:26:52 +00:00
dependabot[bot]
b93b8d3ac6
build(deps-dev): bump prettier from 3.3.2 to 3.3.3 ( #362 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.3.2...3.3.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:25:59 +00:00
dependabot[bot]
a7bc6b2df5
build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 ( #368 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 5.1.3 to 5.2.1.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.1.3...v5.2.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:25:07 +00:00
Sped0n
1cfbc8ac28
ci: update bundled artifacts [skip ci]
2024-08-29 16:24:18 +00:00
dependabot[bot]
c4cea2648e
build(deps-dev): bump terser from 5.31.1 to 5.31.6 ( #381 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.31.1 to 5.31.6.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:23:32 +00:00
dependabot[bot]
26bdddc5ff
build(deps-dev): bump eslint-import-resolver-typescript ( #386 )
...
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) from 3.6.1 to 3.6.3.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.1...v3.6.3 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 16:22:15 +00:00
Spedon
437bbf17e0
docs: clarify relative path usage in documentation ( #389 )
...
- Clarify the relative path requirement in the installation documentation
- Update the comment in the configuration file to specify the relative path context
Signed-off-by: Spedon Wen <realsped0n@outlook.com >
2024-08-29 08:04:19 +00:00
Sped0n
2a715327f6
ci: update bundled artifacts [skip ci]
2024-07-11 05:36:52 +00:00
Spedon
c111de15b1
feat: enhance mobile detection logic ( #358 )
2024-07-11 13:36:15 +08:00
dependabot[bot]
1b9826f582
build(deps-dev): bump vite from 5.3.2 to 5.3.3 ( #357 )
2024-07-09 14:41:09 +08:00
Sped0n
6a3ce498a9
ci: update bundled artifacts [skip ci]
2024-07-06 14:37:33 +00:00
Spedon
8d48e6347e
fix keyboard input ( #356 )
...
* fix: enhance accessibility with `tabIndex`
- Add `tabIndex="-1"` to the navigation item for accessibility
* refactor: refactor event handling with SolidJS effects
- Import `createEffect` from 'solid-js'
- Add an `AbortController` for managing event listeners
- Use `createEffect` to conditionally add and remove keydown event listener based on component state
- Remove `onKeyDown` and `tabIndex` attributes from the overlay div
2024-07-06 14:36:50 +00:00
Sped0n
4599a5dfc2
ci: update bundled artifacts [skip ci]
2024-07-04 15:53:45 +00:00
Spedon
7536288baa
fix: enhance accessibility with tabIndex ( #355 )
...
- Add `tabIndex="-1"` to the navigation item for accessibility
2024-07-04 23:52:54 +08:00
dependabot[bot]
e12c32388b
build(deps-dev): bump eslint-plugin-solid from 0.14.0 to 0.14.1 ( #345 )
...
Bumps [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid ) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/solidjs-community/eslint-plugin-solid/releases )
- [Commits](https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.14.0...v0.14.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-solid
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:23:50 +00:00
dependabot[bot]
4198a5fa90
build(deps-dev): bump prettier from 3.2.5 to 3.3.2 ( #342 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.2.5 to 3.3.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.2 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:22:15 +00:00
dependabot[bot]
089e9b285a
build(deps-dev): bump sass from 1.77.1 to 1.77.6 ( #341 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.77.1 to 1.77.6.
- [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.77.1...1.77.6 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:20:57 +00:00
dependabot[bot]
60e19fed00
build(deps-dev): bump terser from 5.31.0 to 5.31.1 ( #337 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.31.0 to 5.31.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.31.0...v5.31.1 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:19:11 +00:00
Sped0n
626433e67d
ci: update bundled artifacts [skip ci]
2024-07-02 09:17:20 +00:00
dependabot[bot]
cb5080ce41
build(deps-dev): bump vite from 5.2.11 to 5.3.2 ( #348 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.2.11 to 5.3.2.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.3.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:16:45 +00:00
dependabot[bot]
e2f8317669
build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 6.4.0 ( #352 )
...
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise ) from 6.1.1 to 6.4.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases )
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.1.1...v6.4.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:15:26 +00:00
Sped0n
5d9e32f62b
ci: update bundled artifacts [skip ci]
2024-07-02 09:14:03 +00:00
dependabot[bot]
b96ecd6042
build(deps): bump solid-js from 1.8.17 to 1.8.18 ( #349 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.8.17 to 1.8.18.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/commits )
---
updated-dependencies:
- dependency-name: solid-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:13:22 +00:00
dependabot[bot]
5b7ec62106
build(deps-dev): bump prettier-plugin-organize-imports ( #351 )
...
Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports ) from 3.2.4 to 4.0.0.
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases )
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md )
- [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v3.2.4...v4.0.0 )
---
updated-dependencies:
- dependency-name: prettier-plugin-organize-imports
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:12:06 +00:00
dependabot[bot]
3ca4a0d803
build(deps-dev): bump typescript from 5.4.5 to 5.5.3 ( #350 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.5 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:10:51 +00:00
Sped0n
a8d8802d9f
ci: update bundled artifacts [skip ci]
2024-07-02 09:09:28 +00:00
dependabot[bot]
28782217f1
build(deps): bump swiper from 11.1.1 to 11.1.4 ( #333 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.1 to 11.1.4.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.1...v11.1.4 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 09:08:50 +00:00
dependabot[bot]
cfcda29524
build(deps-dev): bump braces from 3.0.2 to 3.0.3 ( #343 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-02 17:07:09 +08:00
Spedon
fb498971c7
chore: update domain ( #330 )
2024-05-20 14:08:58 +00:00
dependabot[bot]
9dbb3cb624
build(deps-dev): bump typescript from 5.4.4 to 5.4.5 ( #320 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 08:20:10 +00:00
Sped0n
129f26dd54
ci: update bundled artifacts [skip ci]
2024-05-12 08:18:26 +00:00
dependabot[bot]
d1f9b843c3
build(deps): bump solid-js from 1.8.16 to 1.8.17 ( #322 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.8.16 to 1.8.17.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/commits )
---
updated-dependencies:
- dependency-name: solid-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 08:17:46 +00:00
dependabot[bot]
a7b5ec45ed
build(deps-dev): bump eslint-plugin-solid from 0.13.2 to 0.14.0 ( #325 )
...
Bumps [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid ) from 0.13.2 to 0.14.0.
- [Release notes](https://github.com/solidjs-community/eslint-plugin-solid/releases )
- [Commits](https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.2...v0.14.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-solid
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 08:16:24 +00:00
dependabot[bot]
5d82276734
build(deps-dev): bump sass from 1.74.1 to 1.77.1 ( #328 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.74.1 to 1.77.1.
- [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.74.1...1.77.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 08:11:54 +00:00
dependabot[bot]
b0c4fa8ea7
build(deps-dev): bump terser from 5.30.3 to 5.31.0 ( #324 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.30.3 to 5.31.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.30.3...v5.31.0 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 08:09:16 +00:00
Sped0n
a6f983de5d
ci: update bundled artifacts [skip ci]
2024-05-12 08:06:38 +00:00
dependabot[bot]
3bc232638a
build(deps): bump swiper from 11.1.0 to 11.1.1 ( #318 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.1.0...v11.1.1 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 08:05:42 +00:00
dependabot[bot]
67944df12f
build(deps-dev): bump vite from 5.2.8 to 5.2.11 ( #327 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.2.8 to 5.2.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.2.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-12 16:03:54 +08:00
Sped0n
e82fe6cab2
ci: update bundled artifacts [skip ci]
2024-04-08 09:16:30 +00:00
dependabot[bot]
819df6b2ed
build(deps-dev): bump vite from 5.1.7 to 5.2.8 ( #315 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.1.7 to 5.2.8.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.2.8/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 09:15:40 +00:00
Sped0n
dfef87ca55
ci: update bundled artifacts [skip ci]
2024-04-08 09:14:07 +00:00
dependabot[bot]
477b6d748a
build(deps): bump swiper from 11.0.7 to 11.1.0 ( #311 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.0.7 to 11.1.0.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.0.7...v11.1.0 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 09:13:28 +00:00
dependabot[bot]
31a59c5e9e
build(deps-dev): bump terser from 5.29.2 to 5.30.3 ( #316 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.29.2 to 5.30.3.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.29.2...v5.30.3 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 09:12:06 +00:00
dependabot[bot]
e8cdd12151
build(deps-dev): bump sass from 1.71.1 to 1.74.1 ( #317 )
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.71.1 to 1.74.1.
- [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.71.1...1.74.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 09:10:48 +00:00
dependabot[bot]
a8bc17ca12
build(deps-dev): bump typescript from 5.4.2 to 5.4.4 ( #314 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.2 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.2...v5.4.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 09:09:35 +00:00
dependabot[bot]
4d04fe1945
build(deps-dev): bump eslint-plugin-solid from 0.13.1 to 0.13.2 ( #308 )
...
Bumps [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid ) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/solidjs-community/eslint-plugin-solid/releases )
- [Commits](https://github.com/solidjs-community/eslint-plugin-solid/compare/v0.13.1...v0.13.2 )
---
updated-dependencies:
- dependency-name: eslint-plugin-solid
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 09:08:26 +00:00
Sped0n
bafd2aa3b3
ci: update bundled artifacts [skip ci]
2024-04-08 09:07:11 +00:00
dependabot[bot]
acf50d10d7
build(deps): bump solid-js from 1.8.15 to 1.8.16 ( #306 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.8.15 to 1.8.16.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/compare/v1.8.15...v1.8.16 )
---
updated-dependencies:
- dependency-name: solid-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 09:06:34 +00:00
dependabot[bot]
30a6a3bd23
build(deps-dev): bump vite from 5.1.6 to 5.1.7 ( #313 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 17:05:10 +08:00
Spedon
d808782afd
docs: update documentation ( #303 )
2024-03-17 16:23:43 +08:00
Sped0n
5327d7c585
ci: update bundled artifacts [skip ci]
2024-03-17 08:15:57 +00:00
Spedon
d7e7fc68ba
refactor: improve top position calculation in stylesheets ( #302 )
...
* refactor: improve top position calculation in stylesheets
- Update the top position calculation in the `_collection.scss` file
* refactor: tweak it harder
* Revert "refactor: tweak it harder"
This reverts commit b7bf7e50f8 .
2024-03-17 16:15:13 +08:00
dependabot[bot]
7b637637a1
build(deps-dev): bump vite-plugin-solid from 2.10.0 to 2.10.2 ( #300 )
...
Bumps [vite-plugin-solid](https://github.com/solidjs/vite-plugin-solid ) from 2.10.0 to 2.10.2.
- [Release notes](https://github.com/solidjs/vite-plugin-solid/releases )
- [Changelog](https://github.com/solidjs/vite-plugin-solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/vite-plugin-solid/commits )
---
updated-dependencies:
- dependency-name: vite-plugin-solid
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:38:24 +08:00
Sped0n
4a2ef258ba
ci: update bundled artifacts [skip ci]
2024-03-16 13:38:04 +00:00
dependabot[bot]
b2c1c96f56
build(deps): bump solid-js from 1.8.14 to 1.8.15 ( #290 )
...
Bumps [solid-js](https://github.com/solidjs/solid ) from 1.8.14 to 1.8.15.
- [Release notes](https://github.com/solidjs/solid/releases )
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/solidjs/solid/commits )
---
updated-dependencies:
- dependency-name: solid-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:37:22 +08:00
Sped0n
6d98671856
ci: update bundled artifacts [skip ci]
2024-03-16 13:36:35 +00:00
dependabot[bot]
0b7605b3ff
build(deps): bump swiper from 11.0.6 to 11.0.7 ( #294 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 11.0.6 to 11.0.7.
- [Release notes](https://github.com/nolimits4web/Swiper/releases )
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nolimits4web/Swiper/compare/v11.0.6...v11.0.7 )
---
updated-dependencies:
- dependency-name: swiper
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:35:58 +08:00
dependabot[bot]
c9ca9c682a
build(deps-dev): bump vite from 5.1.2 to 5.1.6 ( #296 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.1.2 to 5.1.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.1.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:35:27 +08:00
Sped0n
417a00b9c4
ci: update bundled artifacts [skip ci]
2024-03-16 13:33:45 +00:00
dependabot[bot]
d7a4345f53
build(deps): bump tiny-invariant from 1.3.1 to 1.3.3 ( #287 )
...
Bumps [tiny-invariant](https://github.com/alexreardon/tiny-invariant ) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/alexreardon/tiny-invariant/releases )
- [Commits](https://github.com/alexreardon/tiny-invariant/compare/v1.3.1...v1.3.3 )
---
updated-dependencies:
- dependency-name: tiny-invariant
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:33:10 +08:00
dependabot[bot]
2e47be5635
build(deps-dev): bump eslint from 8.56.0 to 8.57.0 ( #291 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.56.0 to 8.57.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:32:46 +08:00
dependabot[bot]
0e6fc9384f
build(deps-dev): bump terser from 5.27.0 to 5.29.2 ( #301 )
...
Bumps [terser](https://github.com/terser/terser ) from 5.27.0 to 5.29.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/compare/v5.27.0...v5.29.2 )
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:32:17 +08:00
dependabot[bot]
81eba485d4
build(deps-dev): bump typescript from 5.3.3 to 5.4.2 ( #297 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.3.3 to 5.4.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 21:31:01 +08:00
Spedon
b1553a9a8b
fix: fix hugo module version bug ( #299 )
...
* docs: Update getStarted.md
* fix: update module version in example site config
* chore: Update index.md
* revert
2024-03-16 21:30:40 +08:00
Spedon
66735f4c65
fix: Update go.mod ( #298 )
2024-03-16 21:10:25 +08:00