Skip to content

Commit 78a88a4

Browse files
Bump scaffold (#256)
* Bump scaffold * Fit scaffold * Add entry * Revert * Not typed * Add allowJS * Add node:test * Revert * Fix test * Fix tests * Revert --------- Co-authored-by: @compulim <@compulim> Co-authored-by: William Wong <compulim@users.noreply.github.com>
1 parent 9482f74 commit 78a88a4

69 files changed

Lines changed: 4449 additions & 8729 deletions

File tree

Some content is hidden

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

.eslintrc.react.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ plugins:
77
rules:
88
react-hooks/refs: off # We use refs intensively
99
react-hooks/preserve-manual-memoization: off # Does not know `valibot.parseProps`
10-
settings:
11-
react:
12-
version: 19.2.3

.eslintrc.test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ env:
22
commonjs: true
33
es2021: true
44
es2022: true
5-
jest: true
65
rules:
76
# Disable for convenience
87
react/display-name: off

.eslintrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
env:
2+
es2024: true # Target ESNext
13
extends:
24
- eslint:recommended
35
overrides:

.github/workflows/bump-scaffold.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ on:
1313
description: Use React
1414
required: true
1515
type: boolean
16-
skip-integration-test:
17-
default: false
18-
description: Skip integration test
19-
required: true
20-
type: boolean
2116

2217
jobs:
2318
call-workflow:
@@ -30,5 +25,4 @@ jobs:
3025
uses: compulim/workflows/.github/workflows/bump-scaffold.yml@main
3126
with:
3227
package-name: ${{ inputs.package-name }}
33-
skip-integration-test: ${{ inputs.skip-integration-test }}
3428
use-react: ${{ inputs.use-react }}

.github/workflows/pull-request-validation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ jobs:
1515
uses: compulim/workflows/.github/workflows/pull-request-validation.yml@main
1616
with:
1717
package-name: 'web-speech-cognitive-services'
18-
skip-integration-test: false
1918
switch: ${{ matrix.switch }}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
| Icon | Description |
9+
| ---- | ------------------------------------------------- |
10+
| 💢 | Breaking changes |
11+
| 👷🏻 | Development experience (non-production impacting) |
12+
813
## [Unreleased]
914

15+
### Changed
16+
17+
- 👷🏻 Test framework moved to Node.js test runner, by [@compulim](https://github.com/compulim) in PR [#256](https://github.com/compulim/web-speech-cognitive-services/pull/256)
18+
1019
## [8.1.4] - 2025-12-24
1120

1221
### Changed

0 commit comments

Comments
 (0)