@wordpress/jest-console 6.0.1 → 6.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -65
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/jest-console",
3
- "version": "6.0.1",
3
+ "version": "6.1.1-next.4d3b314fd5.0",
4
4
  "description": "Custom Jest matchers for the Console object.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "f6021282457317c7e12dcc3a3f02c9ac28e16a30"
44
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
45
45
  }
package/CHANGELOG.md DELETED
@@ -1,65 +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
- ## 6.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
- ## 5.1.0 (2022-05-18)
12
-
13
- ### Enhancements
14
-
15
- - Added TypeScript definitions for package consumers ([#40957](https://github.com/WordPress/gutenberg/pull/40957)).
16
-
17
- ## 5.0.0 (2022-01-27)
18
-
19
- ### Breaking Changes
20
-
21
- - 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)).
22
-
23
- ## 4.0.0 (2021-01-21)
24
-
25
- ### Breaking Changes
26
-
27
- - Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
28
- - The peer `jest` dependency has been updated from requiring `>=24` to requiring `>=26` (see [Breaking Changes](https://jestjs.io/blog/2020/05/05/jest-26), [#27956](https://github.com/WordPress/gutenberg/pull/27956)).
29
-
30
- ## 3.0.0 (2019-03-06)
31
-
32
- ### Breaking Changes
33
-
34
- - Increased the recommended Jest dependency to version 24 ([#13922](https://github.com/WordPress/gutenberg/pull/13922).
35
-
36
- ## 2.0.7 (2018-11-20)
37
-
38
- ## 2.0.5 (2018-09-30)
39
-
40
- ### Bug Fixes
41
-
42
- - Captures and protects against unexpected console logging occurring during lifecycle.
43
-
44
- ## 2.0.0 (2018-07-12)
45
-
46
- ### Breaking Changes
47
-
48
- - Add new API methods `toHaveInformed`, `toHaveInformedWith`, `toHaveLogged` and `toHaveLoggedWith` ([#137](https://github.com/WordPress/packages/pull/137)). If the code under test calls `console.log` or `console.info` it will fail, unless one of the newly introduced methods is explicitly used to verify it.
49
- - Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
50
-
51
- ### Internal
52
-
53
- - Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
54
-
55
- ## 1.0.7 (2018-05-18)
56
-
57
- ### Polish
58
-
59
- - Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
60
-
61
- ## 1.0.6 (2018-02-28)
62
-
63
- ### Polish
64
-
65
- - Removed `package-lock.json` file, lockfiles for apps, not packages ([#88](https://github.com/WordPress/packages/pull/88))