Skip to content

Commit 7f3ec09

Browse files
Merge branch 'master' into snyk-fix-5c4d82e15ef509cf1d08176353949471
2 parents 80eb88e + 0863b2d commit 7f3ec09

File tree

83 files changed

+6474
-4434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+6474
-4434
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

44
name: Node.js CI
55

@@ -19,11 +19,11 @@ jobs:
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v2
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
28-
- run: npm install
28+
- run: npm ci
2929
- run: npm test

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ results
1717
*.orig
1818
*.local
1919
.DS_Store
20-
.vscode
2120

2221
npm-debug.log
2322
node_modules

.vscode/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"[javascript]": {
3+
"editor.defaultFormatter": "biomejs.biome"
4+
},
5+
"[typescript]": {
6+
"editor.defaultFormatter": "biomejs.biome"
7+
},
8+
"[json]": {
9+
"editor.defaultFormatter": "biomejs.biome"
10+
},
11+
"[jsonc]": {
12+
"editor.defaultFormatter": "biomejs.biome"
13+
},
14+
"typescript.tsdk": "node_modules/typescript/lib",
15+
"typescript.enablePromptUseWorkspaceTsdk": true
16+
}

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11
## Change Log
22

3+
### v0.50.14
4+
- [#1417](https://github.com/opencomponents/oc/pull/1417) add infinite scrolling to history
5+
6+
### v0.50.13
7+
- [#1416](https://github.com/opencomponents/oc/pull/1416) Add history endpoint and lazy load it on the UI
8+
9+
### v0.50.12
10+
- [#1415](https://github.com/opencomponents/oc/pull/1415) Move to JSX and Restyle
11+
- [#1413](https://github.com/opencomponents/oc/pull/1413) Fix error message on publish when is a string
12+
- [#1412](https://github.com/opencomponents/oc/pull/1412) Document options
13+
14+
### v0.50.11
15+
- [#1411](https://github.com/opencomponents/oc/pull/1411) update client
16+
17+
### v0.50.10
18+
- [#1409](https://github.com/opencomponents/oc/pull/1409) update client to support unmounting
19+
20+
### v0.50.9
21+
- [#1408](https://github.com/opencomponents/oc/pull/1408) update client (fix regression bug with events listeners not getting the type on first parameter)
22+
23+
### v0.50.8
24+
- [#1407](https://github.com/opencomponents/oc/pull/1407) Esm template
25+
26+
### v0.50.7
27+
- [#1406](https://github.com/opencomponents/oc/pull/1406) add traceparent
28+
29+
### v0.50.6
30+
- [#1405](https://github.com/opencomponents/oc/pull/1405) fix template type
31+
32+
### v0.50.5
33+
- [#1404](https://github.com/opencomponents/oc/pull/1404) Multiple logins
34+
35+
### v0.50.4
36+
- [#1403](https://github.com/opencomponents/oc/pull/1403) pass id when doing ssr
37+
38+
### v0.50.3
39+
- [#1400](https://github.com/opencomponents/oc/pull/1400) add crypto and url globals
40+
41+
### v0.50.2
42+
- [#1399](https://github.com/opencomponents/oc/pull/1399) fix content-type header
43+
44+
### v0.50.1
45+
- [#1397](https://github.com/opencomponents/oc/pull/1397) update client
46+
47+
### v0.50.0
48+
- [#1396](https://github.com/opencomponents/oc/pull/1396) [v0.50.0] [BREAKING] Switch compile client default to true
49+
- [#1395](https://github.com/opencomponents/oc/pull/1395) Support stream
50+
- [#1394](https://github.com/opencomponents/oc/pull/1394) add a min oc version checker for templates if defined
51+
52+
### v0.49.67
53+
- [#1393](https://github.com/opencomponents/oc/pull/1393) [email protected] [ALLOW EMPTY ACTIONS]
54+
55+
### v0.49.66
56+
- [#1392](https://github.com/opencomponents/oc/pull/1392) add actions endpoint
57+
58+
### v0.49.65
59+
- [#1391](https://github.com/opencomponents/oc/pull/1391) udpate legacy compilers
60+
61+
### v0.49.64
62+
- [#1390](https://github.com/opencomponents/oc/pull/1390) update packages
63+
364
### v0.49.63
465
- [#1385](https://github.com/opencomponents/oc/pull/1385) update client
566

biome.json

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
3-
"organizeImports": {
4-
"enabled": true
5-
},
6-
"javascript": {
7-
"formatter": {
8-
"trailingCommas": "none",
9-
"indentStyle": "space",
10-
"quoteStyle": "single"
11-
}
2+
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
3+
"vcs": {
4+
"enabled": false,
5+
"clientKind": "git",
6+
"useIgnoreFile": false
127
},
138
"files": {
14-
"ignore": [
15-
"src/components/oc-client/*",
16-
"test/fixtures/*",
17-
"package.json",
18-
"biome.json"
9+
"ignoreUnknown": false,
10+
"includes": [
11+
"src/**/*",
12+
"!src/components/oc-client/**/*"
1913
]
2014
},
15+
"formatter": {
16+
"enabled": true,
17+
"indentStyle": "tab"
18+
},
2119
"linter": {
2220
"enabled": true,
2321
"rules": {
2422
"recommended": true,
23+
"correctness": {
24+
"useJsxKeyInIterable": "off"
25+
},
2526
"complexity": {
2627
"useLiteralKeys": "off",
2728
"noExcessiveNestedTestSuites": "off"
@@ -35,5 +36,20 @@
3536
"noExplicitAny": "off"
3637
}
3738
}
39+
},
40+
"javascript": {
41+
"formatter": {
42+
"trailingCommas": "none",
43+
"indentStyle": "space",
44+
"quoteStyle": "single"
45+
}
46+
},
47+
"assist": {
48+
"enabled": true,
49+
"actions": {
50+
"source": {
51+
"organizeImports": "on"
52+
}
53+
}
3854
}
3955
}

0 commit comments

Comments
 (0)