@orchestrator-ui/jest-config 1.6.1 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
1
 
2
- > @orchestrator-ui/jest-config@1.6.1 build
2
+ > @orchestrator-ui/jest-config@1.8.0 build
3
3
  > tsup jest-base.config.js --format esm
4
4
 
5
5
  CLI Building entry: jest-base.config.js
6
- CLI tsup v8.5.0
6
+ CLI tsup v8.5.1
7
7
  CLI Target: node16
8
8
  ESM Build start
9
9
  ESM dist/jest-base.config.mjs 854.00 B
10
- ESM ⚡️ Build success in 16ms
10
+ ESM ⚡️ Build success in 22ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orchestrator-ui/jest-config
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 07e322c: Update dependencies to latest non-breaking changes
8
+
9
+ ## 1.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 4eb77d6: Updates npm dependencies
14
+
3
15
  ## 1.6.1
4
16
 
5
17
  ### Patch Changes
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
- resetMocks: true,
3
- coveragePathIgnorePatterns: [],
4
- collectCoverageFrom: ['<rootDir>/src/**/*.{js,ts,tsx}'],
5
- coverageThreshold: null,
6
- testEnvironment: 'jsdom',
7
- transform: {
8
- '^.+\\.tsx?$': 'babel-jest',
9
- '^.+\\.jsx?$': 'babel-jest',
10
- },
11
- setupFilesAfterEnv: ['@testing-library/jest-dom'],
12
- moduleDirectories: ['node_modules'],
13
- moduleFileExtensions: ['js', 'jsx', 'json', 'ts', 'tsx'],
2
+ resetMocks: true,
3
+ coveragePathIgnorePatterns: [],
4
+ collectCoverageFrom: ['<rootDir>/src/**/*.{js,ts,tsx}'],
5
+ coverageThreshold: null,
6
+ testEnvironment: 'jsdom',
7
+ transform: {
8
+ '^.+\\.tsx?$': 'babel-jest',
9
+ '^.+\\.jsx?$': 'babel-jest',
10
+ },
11
+ setupFilesAfterEnv: ['@testing-library/jest-dom'],
12
+ moduleDirectories: ['node_modules'],
13
+ moduleFileExtensions: ['js', 'jsx', 'json', 'ts', 'tsx'],
14
14
  };
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
- "name": "@orchestrator-ui/jest-config",
3
- "version": "1.6.1",
4
- "license": "Apache-2.0",
5
- "publishConfig": {
6
- "access": "public",
7
- "provenance": true
8
- },
9
- "description": "Contains the jest configuration used in the Workflow orchestrator frontend projects",
10
- "author": {
11
- "name": "Workflow Orchestrator Programme",
12
- "email": "workfloworchestrator.board@commonsconservancy.org",
13
- "url": "https://www.workfloworchestrator.org"
14
- },
15
- "repository": {
16
- "type": "git",
17
- "url": "git+https://github.com/workfloworchestrator/orchestrator-ui-library.git"
18
- },
19
- "homepage": "https://www.workfloworchestrator.org",
20
- "keywords": [
21
- "orchestrator",
22
- "workflow",
23
- "workflow orchestrator",
24
- "jest"
25
- ],
26
- "scripts": {
27
- "build": "tsup jest-base.config.js --format esm",
28
- "dev": "npm run build -- --watch"
29
- },
30
- "main": "./dist/",
31
- "dependencies": {
32
- "@testing-library/jest-dom": "^6.6.2",
33
- "@testing-library/react": "^16.0.1",
34
- "@testing-library/user-event": "^14.5.2",
35
- "@types/jest": "^30.0.0",
36
- "babel-jest": "^30.2.0",
37
- "jest": "^30.2.0",
38
- "jest-environment-jsdom": "^30.2.0",
39
- "jest-watch-typeahead": "^3.0.1",
40
- "tsup": "^8.5.0"
41
- }
2
+ "name": "@orchestrator-ui/jest-config",
3
+ "version": "1.8.0",
4
+ "license": "Apache-2.0",
5
+ "publishConfig": {
6
+ "access": "public",
7
+ "provenance": true
8
+ },
9
+ "description": "Contains the jest configuration used in the Workflow orchestrator frontend projects",
10
+ "author": {
11
+ "name": "Workflow Orchestrator Programme",
12
+ "email": "workfloworchestrator.board@commonsconservancy.org",
13
+ "url": "https://www.workfloworchestrator.org"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/workfloworchestrator/orchestrator-ui-library.git"
18
+ },
19
+ "homepage": "https://www.workfloworchestrator.org",
20
+ "keywords": [
21
+ "orchestrator",
22
+ "workflow",
23
+ "workflow orchestrator",
24
+ "jest"
25
+ ],
26
+ "scripts": {
27
+ "build": "tsup jest-base.config.js --format esm",
28
+ "dev": "npm run build -- --watch"
29
+ },
30
+ "main": "./dist/",
31
+ "dependencies": {
32
+ "@testing-library/jest-dom": "^6.6.2",
33
+ "@testing-library/react": "^16.0.1",
34
+ "@testing-library/user-event": "^14.5.2",
35
+ "@types/jest": "^30.0.0",
36
+ "babel-jest": "^30.2.0",
37
+ "jest": "^30.2.0",
38
+ "jest-environment-jsdom": "^30.2.0",
39
+ "jest-watch-typeahead": "^3.0.1",
40
+ "tsup": "^8.5.0"
41
+ }
42
42
  }