Skip to content

Commit

Permalink
chore: updated dependencies (#1)
Browse files Browse the repository at this point in the history
* chore: updated dependencies
* chore: updated ci
* chore: updated code

---------

Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww authored Jun 5, 2024
1 parent d5e87c1 commit 223757f
Show file tree
Hide file tree
Showing 11 changed files with 3,920 additions and 3,093 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

env:
STORE_PATH: ''
Expand All @@ -16,26 +19,26 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js 20.x
- name: Install Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
run_install: false
version: 8
version: '9.1.4'

- name: Obtain pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Obtain pnpm store cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -55,26 +58,26 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js 20.x
uses: actions/setup-node@v3
- name: Install Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
run_install: false
version: 8
version: '9.1.4'

- name: Obtain pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Obtain pnpm store cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js 20.x
uses: actions/setup-node@v3
- name: Install Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
run_install: false
version: 8
version: '9.1.4'

- name: Obtain pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- name: Obtain pnpm store cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
8 changes: 0 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"cSpell.words": [
"Astro",
"Attributify",
"easytag",
"emittypes",
"Logseq",
"preflights"
],
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
Expand Down
21 changes: 21 additions & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: "0.2"
ignorePaths: []
dictionaryDefinitions: []
dictionaries: []
words:
- antfu
- codemirror
- nolebase
- Nólëbase
- ofetch
- tailwindcss
- unocss
- vueuse
- Astro
- Attributify
- easytag
- emittypes
- Logseq
- preflights
ignoreWords: []
import: []
File renamed without changes.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-plugin-unocss",
"name": "UnoCSS",
"version": "1.0.0",
"version": "0.3.0",
"minAppVersion": "1.4.0",
"description": "A Obsidian.md plugin that allows you to generate and apply UnoCSS and Tailwind CSS supported styles right in your notes.",
"author": "Nolebase",
Expand Down
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "obsidian-plugin-unocss",
"type": "module",
"version": "0.1.0",
"packageManager": "[email protected]",
"description": "A Obsidian.md plugin that allows you to generate and apply UnoCSS and Tailwind CSS supported styles right in your notes.",
"author": {
"name": "Nólëbase",
Expand Down Expand Up @@ -31,24 +32,24 @@
"lint": "eslint --cache ."
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.2",
"@codemirror/view": "^6.26.0",
"@types/node": "^20.11.27",
"@unocss/core": "^0.58.6",
"@unocss/eslint-config": "^0.58.6",
"@unocss/eslint-plugin": "^0.58.6",
"@unocss/reset": "^0.58.6",
"@unocss/transformer-directives": "^0.58.6",
"@unocss/transformer-variant-group": "^0.58.6",
"@vueuse/core": "^10.9.0",
"@antfu/eslint-config": "^2.20.0",
"@codemirror/view": "^6.27.0",
"@types/node": "^20.14.1",
"@unocss/core": "^0.58.9",
"@unocss/eslint-config": "^0.58.9",
"@unocss/eslint-plugin": "^0.58.9",
"@unocss/reset": "^0.58.9",
"@unocss/transformer-directives": "^0.58.9",
"@unocss/transformer-variant-group": "^0.58.9",
"@vueuse/core": "^10.10.0",
"builtin-modules": "^3.3.0",
"eslint": "^8.57.0",
"magic-string": "^0.30.8",
"magic-string": "^0.30.10",
"obsidian": "^1.5.7",
"ofetch": "^1.3.3",
"typescript": "^5.4.2",
"ofetch": "^1.3.4",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"unocss": "^0.58.6",
"vue": "^3.4.21"
"unocss": "^0.58.9",
"vue": "^3.4.27"
}
}
Loading

0 comments on commit 223757f

Please sign in to comment.