Skip to content

Commit

Permalink
Merge branch 'lichess-org:master' into coord-color-css
Browse files Browse the repository at this point in the history
  • Loading branch information
BSmick6 authored Nov 26, 2024
2 parents 7ae257f + 159be6f commit e114572
Show file tree
Hide file tree
Showing 5 changed files with 897 additions and 737 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Continuous Integration

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -9,14 +11,13 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8.6.2
run_install: true
- uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: github/codeql-action/analyze@v3
- run: pnpm install
- run: pnpm run lint
- run: pnpm run check-format
- run: pnpm run dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const ground = Chessground(document.body, config);
- React: [react-chess/chessground](https://github.com/react-chess/chessground), [ruilisi/react-chessground](https://github.com/ruilisi/react-chessground)
- Vue.js: [vitogit/vue-chessboard](https://github.com/vitogit/vue-chessboard), [qwerty084/vue3-chessboard](https://github.com/qwerty084/vue3-chessboard)
- Angular: [topce/ngx-chessground](https://github.com/topce/ngx-chessground)
- Svelte: [gtim/svelte-chessground](https://github.com/gtim/svelte-chessground), [gtm-nayan/svelte-use-chessground](https://github.com/gtm-nayan/svelte-use-chessground)
- Svelte: [agelas/svelte-chessground-ui](https://github.com/agelas/svelte-chessground-ui), [gtim/svelte-chessground](https://github.com/gtim/svelte-chessground), [gtm-nayan/svelte-use-chessground](https://github.com/gtm-nayan/svelte-use-chessground)

More? Please make a pull request to include it here.

Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "chessground",
"version": "9.1.1",
"version": "9.2.0",
"description": "lichess.org chess ui",
"type": "module",
"main": "dist/chessground.js",
"types": "chessground.d.ts",
"exports": {
".": "./dist/chessground.js",
"./assets/*": "./assets/*",
"./*": "./dist/*.js"
},
"typesVersions": {
Expand All @@ -19,10 +20,10 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"esbuild": "^0.20.2",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"typescript": "^5.6.3"
},
"scripts": {
"prepare": "$npm_execpath run compile",
Expand Down Expand Up @@ -54,5 +55,6 @@
"bugs": {
"url": "https://github.com/lichess-org/chessground/issues"
},
"funding": "https://lichess.org/patron"
"funding": "https://lichess.org/patron",
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
Loading

0 comments on commit e114572

Please sign in to comment.