Skip to content

Commit 1a0b2f0

Browse files
authored
Merge pull request #32 from EDMdesigner/release/dep-updates
chore: dep updates
2 parents 0f47bea + ec9a892 commit 1a0b2f0

File tree

10 files changed

+3143
-5883
lines changed

10 files changed

+3143
-5883
lines changed

.eslintrc.cjs

Lines changed: 0 additions & 3 deletions
This file was deleted.

.eslintrc.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"extends": [
3+
"@chamaileon-sdk/eslint-config/lib/defaults",
4+
"@chamaileon-sdk/eslint-config/lib/vitest"
5+
],
6+
"parserOptions": {
7+
"sourceType": "module",
8+
"ecmaVersion": 2023
9+
},
10+
"env": {
11+
"browser": true
12+
}
13+
}

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
env:
12+
NO_COLOR: "true"
13+
HUSKY: 0
1114
steps:
1215
- uses: actions/checkout@v2
1316
- uses: actions/setup-node@v2
1417
with:
15-
node-version: 20
18+
node-version: 22
1619
- run: npm ci
1720
- run: npm test
1821
- run: npm run build

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm test

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
33

4+
## [1.1.2] 2025-02-18
5+
### Changed
6+
- node version 22
7+
- dependency updates
8+
- jest to vitest
9+
410
## [1.1.1] 2024-02-02
511
### Fixed
612
- fix async iframe/page load issue

jest.config.cjs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)