Skip to content

Commit

Permalink
Merge branch 'main' into okineadev/add-vitepress-icon
Browse files Browse the repository at this point in the history
Signed-off-by: Okinea Dev <[email protected]>
  • Loading branch information
Okinea Dev authored Nov 4, 2024
2 parents 6fec42e + 073f704 commit e443a2e
Show file tree
Hide file tree
Showing 32 changed files with 112 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .bun-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.28
1.1.34
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: git push

- name: 🚀 Release ${{ env.VERSION }}
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
with:
files: ${{ env.NAME }}-${{ env.VERSION }}.vsix
tag_name: v${{ env.VERSION }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions icons/dependencies-update.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/folder-luau-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/folder-luau.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/luau.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/rbxmk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/rojo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/wally.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"%configuration.activeIconPack.angular_ngrx%",
"%configuration.activeIconPack.react%",
"%configuration.activeIconPack.react_redux%",
"%configuration.activeIconPack.roblox%",
"%configuration.activeIconPack.qwik%",
"%configuration.activeIconPack.vue%",
"%configuration.activeIconPack.vue_vuex%",
Expand All @@ -168,6 +169,7 @@
"angular_ngrx",
"react",
"react_redux",
"roblox",
"qwik",
"vue",
"vue_vuex",
Expand Down Expand Up @@ -241,6 +243,7 @@
"%configuration.activeIconPack.angular_ngrx%",
"%configuration.activeIconPack.react%",
"%configuration.activeIconPack.react_redux%",
"%configuration.activeIconPack.roblox%",
"%configuration.activeIconPack.qwik%",
"%configuration.activeIconPack.vue%",
"%configuration.activeIconPack.vue_vuex%",
Expand Down Expand Up @@ -362,25 +365,25 @@
}
},
"dependencies": {
"chroma-js": "^2.4.2",
"chroma-js": "^3.0.0",
"fast-deep-equal": "^3.1.3",
"svgson": "^5.3.1",
"events": "^3.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@softarc/sheriff-core": "^0.15.1",
"@biomejs/biome": "1.9.4",
"@softarc/sheriff-core": "^0.18.0",
"@types/chroma-js": "^2.4.4",
"@types/puppeteer": "^5.4.7",
"@types/vscode": "~1.55.0",
"@types/puppeteer": "^7.0.0",
"@types/vscode": "~1.95.0",
"axios": "^1.7.2",
"bun-types": "^1.1.20",
"changelog-machine": "^1.1.0",
"esbuild": "^0.21.5",
"puppeteer": "^22.13.1",
"esbuild": "^0.24.0",
"puppeteer": "^23.0.0",
"rimraf": "^6.0.1",
"svg-color-linter": "^1.4.0",
"svgo": "^2.8.0",
"svg-color-linter": "^2.0.0",
"svgo": "^3.0.0",
"typescript": "^5.5.4"
}
}
1 change: 1 addition & 0 deletions package.nls.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"configuration.activeIconPack.angular_ngrx": "Ikony pro Angular a ngrx.",
"configuration.activeIconPack.react": "Ikony pro React.",
"configuration.activeIconPack.react_redux": "Ikony pro React a Redux.",
"configuration.activeIconPack.roblox": "Ikony pro Roblox.",
"configuration.activeIconPack.qwik": "Ikony pro Qwik.",
"configuration.activeIconPack.vue": "Ikony pro Vue.",
"configuration.activeIconPack.vue_vuex": "Ikony pro Vue a Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"configuration.activeIconPack.angular_ngrx": "Icons für Angular und Ngrx",
"configuration.activeIconPack.react": "Icons für React",
"configuration.activeIconPack.react_redux": "Icons für React und Redux",
"configuration.activeIconPack.roblox": "Icons für Roblox.",
"configuration.activeIconPack.qwik": "Icons für Qwik.",
"configuration.activeIconPack.vue": "Icons für Vue.",
"configuration.activeIconPack.vue_vuex": "Icons für Vue und Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"configuration.activeIconPack.angular_ngrx": "Iconos de Angular y ngrx.",
"configuration.activeIconPack.react": "Iconos de React.",
"configuration.activeIconPack.react_redux": "Iconos de React y Redux.",
"configuration.activeIconPack.roblox": "Iconos de Roblox.",
"configuration.activeIconPack.qwik": "Iconos de Qwik.",
"configuration.activeIconPack.vue": "Iconos de Vue.",
"configuration.activeIconPack.vue_vuex": "Iconos de Vue y Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"configuration.activeIconPack.angular_ngrx": "Icônes pour Angular et ngrx.",
"configuration.activeIconPack.react": "Icônes pour React.",
"configuration.activeIconPack.react_redux": "Icônes pour React et Redux.",
"configuration.activeIconPack.roblox": "Icônes pour Roblox.",
"configuration.activeIconPack.qwik": "Icônes pour Qwik.",
"configuration.activeIconPack.vue": "Icônes pour Vue.",
"configuration.activeIconPack.vue_vuex": "Icônes pour Vue et Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.id.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"configuration.activeIconPack.angular_ngrx": "Ikon untuk Angular dan ngrx.",
"configuration.activeIconPack.react": "Ikon untuk React.",
"configuration.activeIconPack.react_redux": "Ikon untuk React dan Redux.",
"configuration.activeIconPack.roblox": "Ikon untuk Roblox.",
"configuration.activeIconPack.qwik": "Ikon untuk Qwik.",
"configuration.activeIconPack.vue": "Ikon untuk Vue.",
"configuration.activeIconPack.vue_vuex": "Ikon untuk Vue dan Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"configuration.activeIconPack.angular_ngrx": "Angular と ngrx 用のアイコンです。",
"configuration.activeIconPack.react": "React 用のアイコンです。",
"configuration.activeIconPack.react_redux": "React と Redux 用のアイコンです。",
"configuration.activeIconPack.roblox": "Roblox 用のアイコンです。",
"configuration.activeIconPack.qwik": "Qwik 用のアイコンです。",
"configuration.activeIconPack.vue": "Vue 用のアイコンです。",
"configuration.activeIconPack.vue_vuex": "Vue と Vuex 用のアイコンです。",
Expand Down
1 change: 1 addition & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"configuration.activeIconPack.angular_ngrx": "Icons for Angular and ngrx.",
"configuration.activeIconPack.react": "Icons for React.",
"configuration.activeIconPack.react_redux": "Icons for React and Redux.",
"configuration.activeIconPack.roblox": "Icons for Roblox.",
"configuration.activeIconPack.qwik": "Icons for Qwik.",
"configuration.activeIconPack.vue": "Icons for Vue.",
"configuration.activeIconPack.vue_vuex": "Icons for Vue and Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"configuration.activeIconPack.angular_ngrx": "Angular 및 ngrx용 아이콘.",
"configuration.activeIconPack.react": "React용 아이콘.",
"configuration.activeIconPack.react_redux": "React 및 Redux용 아이콘.",
"configuration.activeIconPack.roblox": "Roblox용 아이콘.",
"configuration.activeIconPack.qwik": "Qwik용 아이콘.",
"configuration.activeIconPack.vue": "Vue용 아이콘.",
"configuration.activeIconPack.vue_vuex": "Vue 및 Vuex용 아이콘.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"configuration.activeIconPack.angular_ngrx": "Icons voor Angular en ngrx.",
"configuration.activeIconPack.react": "Icons voor React.",
"configuration.activeIconPack.react_redux": "Icons for React en Redux.",
"configuration.activeIconPack.roblox": "Icons voor Roblox.",
"configuration.activeIconPack.qwik": "Icons voor Qwik.",
"configuration.activeIconPack.vue": "Icons voor Vue.",
"configuration.activeIconPack.vue_vuex": "Icons voor Vue en Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"configuration.activeIconPack.angular_ngrx": "Ikony dla Angulara i ngrx.",
"configuration.activeIconPack.react": "Ikony dla Reacta.",
"configuration.activeIconPack.react_redux": "Ikony dla Reacta i Reduxa.",
"configuration.activeIconPack.roblox": "Ikony dla Roblox.",
"configuration.activeIconPack.qwik": "Ikony dla Qwik.",
"configuration.activeIconPack.vue": "Ikony dla Vue.",
"configuration.activeIconPack.vue_vuex": "Ikony dla Vue i Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
"configuration.activeIconPack.react": "Ícones para React.",
"configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
"configuration.activeIconPack.roblox": "Ícones para Roblox.",
"configuration.activeIconPack.qwik": "Ícones para Qwik.",
"configuration.activeIconPack.vue": "Ícones para Vue.",
"configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"configuration.activeIconPack.angular_ngrx": "Ícones para Angular e ngrx.",
"configuration.activeIconPack.react": "Ícones para React.",
"configuration.activeIconPack.react_redux": "Ícones para React e ngrx.",
"configuration.activeIconPack.roblox": "Ícones para Roblox.",
"configuration.activeIconPack.qwik": "Ícones para Qwik.",
"configuration.activeIconPack.vue": "Ícones para Vue.",
"configuration.activeIconPack.vue_vuex": "Ícones para Vue e Vuex.",
Expand Down
1 change: 1 addition & 0 deletions package.nls.ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"configuration.activeIconPack.angular_ngrx": "Иконки для Angular и ngrx.",
"configuration.activeIconPack.react": "Иконки для React.",
"configuration.activeIconPack.react_redux": "Иконки для React и Redux.",
"configuration.activeIconPack.roblox": "Иконки для Roblox.",
"configuration.activeIconPack.qwik": "Иконки для Qwik.",
"configuration.activeIconPack.vue": "Иконки для Vue.",
"configuration.activeIconPack.vue_vuex": "Иконки для Vue и Vuex.",
Expand Down
Loading

0 comments on commit e443a2e

Please sign in to comment.