@wordpress/jest-preset-default 9.0.1 → 9.1.1-next.4d3b314fd5.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.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -150
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/jest-preset-default",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.1.1-next.4d3b314fd5.0",
|
|
4
4
|
"description": "Default Jest preset for WordPress development.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"main": "index.js",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.1",
|
|
35
|
-
"@wordpress/jest-console": "^6.
|
|
35
|
+
"@wordpress/jest-console": "^6.1.1-next.4d3b314fd5.0",
|
|
36
36
|
"babel-jest": "^27.4.5",
|
|
37
37
|
"enzyme": "^3.11.0",
|
|
38
38
|
"enzyme-to-json": "^3.4.4"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
|
|
50
50
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,150 +0,0 @@
|
|
|
1
|
-
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
|
|
2
|
-
|
|
3
|
-
## Unreleased
|
|
4
|
-
|
|
5
|
-
## 9.0.0 (2022-08-24)
|
|
6
|
-
|
|
7
|
-
### Breaking Change
|
|
8
|
-
|
|
9
|
-
- Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
|
|
10
|
-
|
|
11
|
-
### Bug Fix
|
|
12
|
-
|
|
13
|
-
- Packages: Replace `is-plain-obj` with `is-plain-object` ([#43511](https://github.com/WordPress/gutenberg/pull/43511)).
|
|
14
|
-
|
|
15
|
-
## 8.5.2 (2022-08-17)
|
|
16
|
-
|
|
17
|
-
### Bug Fix
|
|
18
|
-
|
|
19
|
-
- Jest Preset: Improve `is-plain-obj` transformation ignore ([#43271](https://github.com/WordPress/gutenberg/pull/43271)).
|
|
20
|
-
|
|
21
|
-
## 8.5.1 (2022-08-12)
|
|
22
|
-
|
|
23
|
-
### Bug Fix
|
|
24
|
-
|
|
25
|
-
- Jest Preset: Ignore `is-plain-obj` transformation ([#43179](https://github.com/WordPress/gutenberg/pull/43179)).
|
|
26
|
-
|
|
27
|
-
## 8.0.0 (2022-01-27)
|
|
28
|
-
|
|
29
|
-
### Breaking Changes
|
|
30
|
-
|
|
31
|
-
- The peer `jest` dependency has been updated from requiring `>=26` to requiring `>=27` (see [Breaking Changes](https://jestjs.io/blog/2021/05/25/jest-27), [#33287](https://github.com/WordPress/gutenberg/pull/33287)).
|
|
32
|
-
|
|
33
|
-
### Bug Fixes
|
|
34
|
-
|
|
35
|
-
- Allow ESLint to be imported from within Jest (e.g. when using `ruleTester`) ([#36283](https://github.com/WordPress/gutenberg/pull/36283)).
|
|
36
|
-
- Improve support for test files with `.jsx` and `.tsx` extensions ([#36260](https://github.com/WordPress/gutenberg/pull/36260)).
|
|
37
|
-
|
|
38
|
-
## 7.1.2 (2021-10-22)
|
|
39
|
-
|
|
40
|
-
### Bug Fix
|
|
41
|
-
|
|
42
|
-
- Provide more complete mocks of browser timing functions. ([#35368](https://github.com/WordPress/gutenberg/pull/35368))
|
|
43
|
-
|
|
44
|
-
## 7.1.1 (2021-09-09)
|
|
45
|
-
|
|
46
|
-
### Bug Fix
|
|
47
|
-
|
|
48
|
-
- Restore the default setting for the `verbose` option. In effect, each test won't get reported during the run ([#34327](https://github.com/WordPress/gutenberg/pull/34327)).
|
|
49
|
-
|
|
50
|
-
## 7.0.0 (2021-01-21)
|
|
51
|
-
|
|
52
|
-
### Breaking Changes
|
|
53
|
-
|
|
54
|
-
- The peer `jest` dependency has been updated from requiring `>=25` to requiring `>=26` (see [Breaking Changes](https://jestjs.io/blog/2020/05/05/jest-26), [#27956](https://github.com/WordPress/gutenberg/pull/27956)).
|
|
55
|
-
|
|
56
|
-
## 6.5.0 (2020-10-30)
|
|
57
|
-
|
|
58
|
-
### Enhancements
|
|
59
|
-
|
|
60
|
-
- Ignore `/vendor` folder when searching for tests.
|
|
61
|
-
|
|
62
|
-
## 6.0.0 (2020-04-15)
|
|
63
|
-
|
|
64
|
-
### Breaking Changes
|
|
65
|
-
|
|
66
|
-
- The peer `jest` dependency has been updated from requiring `>=24` to requiring `>=25` (see [Breaking Changes](https://jestjs.io/blog/2020/01/21/jest-25), [#20766](https://github.com/WordPress/gutenberg/pull/20766)).
|
|
67
|
-
- This package requires now `node` v10.0.0 or later ([#20766](https://github.com/WordPress/gutenberg/pull/20766)).
|
|
68
|
-
|
|
69
|
-
## 5.4.0 (2020-02-04)
|
|
70
|
-
|
|
71
|
-
### Bug Fixes
|
|
72
|
-
|
|
73
|
-
- Use `require.resolve()` instead of `<rootDir>` to resolve `jest` config files according to the NodeJS lookup algorithm. ([#19957](https://github.com/WordPress/gutenberg/pull/19957))
|
|
74
|
-
|
|
75
|
-
## 5.3.1 (2020-01-01)
|
|
76
|
-
|
|
77
|
-
### Bug Fixes
|
|
78
|
-
|
|
79
|
-
- Fix preset file extension for inclusion in NPM deployments. ([#19306](https://github.com/WordPress/gutenberg/pull/19306)).
|
|
80
|
-
|
|
81
|
-
## 5.3.0 (2019-12-20)
|
|
82
|
-
|
|
83
|
-
### New Features
|
|
84
|
-
|
|
85
|
-
- Added support to collapse or omit successful test results from Travis CI builds ([#16744](https://github.com/WordPress/gutenberg/issues/16744))
|
|
86
|
-
|
|
87
|
-
## 5.2.0 (2019-11-15)
|
|
88
|
-
|
|
89
|
-
## 5.1.0 (2019-09-03)
|
|
90
|
-
|
|
91
|
-
### Bug Fixes
|
|
92
|
-
|
|
93
|
-
- Add `wordpress` folder to the list of ignored paths ([#17296](https://github.com/WordPress/gutenberg/pull/17296)).
|
|
94
|
-
|
|
95
|
-
## 5.0.0 (2019-08-29)
|
|
96
|
-
|
|
97
|
-
### Breaking Changes
|
|
98
|
-
|
|
99
|
-
- Files with `.spec.js` suffix are no longer matched as test files by default.
|
|
100
|
-
|
|
101
|
-
### New Features
|
|
102
|
-
|
|
103
|
-
- Align `testMatch` config option with Jest and allow test files with `.ts` suffix.
|
|
104
|
-
|
|
105
|
-
## 4.0.0 (2019-03-06)
|
|
106
|
-
|
|
107
|
-
### Breaking Changes
|
|
108
|
-
|
|
109
|
-
- The bundled `jest` dependency has been updated from requiring `^23.6.0` to requiring `^24.1.0` (see [Breaking Changes](https://jestjs.io/blog/2019/01/25/jest-24-refreshing-polished-typescript-friendly#breaking-changes), [#13922](https://github.com/WordPress/gutenberg/pull/13922)).
|
|
110
|
-
- The bundled `jest-enzyme` dependency has been removed completely ([#13922](https://github.com/WordPress/gutenberg/pull/13922)).
|
|
111
|
-
|
|
112
|
-
### Internal
|
|
113
|
-
|
|
114
|
-
- The bundled `enzyme` dependency has been updated from requiring `^3.7.0` to requiring `^3.9.0` ([#13922](https://github.com/WordPress/gutenberg/pull/13922)).
|
|
115
|
-
- The bundled `enzyme-adapter-react-16` dependency has been updated from requiring `^1.6.0` to requiring `^1.10.0` ([#13922](https://github.com/WordPress/gutenberg/pull/13922)).
|
|
116
|
-
|
|
117
|
-
## 3.0.3 (2018-11-20)
|
|
118
|
-
|
|
119
|
-
## 3.0.2 (2018-11-09)
|
|
120
|
-
|
|
121
|
-
## 3.0.1 (2018-11-09)
|
|
122
|
-
|
|
123
|
-
## 3.0.0 (2018-11-03)
|
|
124
|
-
|
|
125
|
-
### Breaking Change
|
|
126
|
-
|
|
127
|
-
- Remove coverage support.
|
|
128
|
-
|
|
129
|
-
## 2.0.0 (2018-07-12)
|
|
130
|
-
|
|
131
|
-
### Breaking Change
|
|
132
|
-
|
|
133
|
-
- Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
|
|
134
|
-
|
|
135
|
-
### Internal
|
|
136
|
-
|
|
137
|
-
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
|
|
138
|
-
|
|
139
|
-
## 1.0.6 (2018-05-18)
|
|
140
|
-
|
|
141
|
-
### Polish
|
|
142
|
-
|
|
143
|
-
- Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
|
|
144
|
-
|
|
145
|
-
## 1.0.5 (2018-03-22)
|
|
146
|
-
|
|
147
|
-
### Polish
|
|
148
|
-
|
|
149
|
-
- Docs: Wrap filename in backticks ([#89](https://github.com/WordPress/packages/pull/89))
|
|
150
|
-
- Add `jest-preset` keyword to `jest-preset-default` package ([#92](https://github.com/WordPress/packages/pull/92))
|