@wordpress/jest-console 6.1.0 → 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 -67
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/jest-console",
3
- "version": "6.1.0",
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": "23e136283fa1d3b8d9d8b33869f871ad5eb77726"
44
+ "gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
45
45
  }
package/CHANGELOG.md DELETED
@@ -1,67 +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.1.0 (2022-09-21)
6
-
7
- ## 6.0.0 (2022-08-24)
8
-
9
- ### Breaking Change
10
-
11
- - Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
12
-
13
- ## 5.1.0 (2022-05-18)
14
-
15
- ### Enhancements
16
-
17
- - Added TypeScript definitions for package consumers ([#40957](https://github.com/WordPress/gutenberg/pull/40957)).
18
-
19
- ## 5.0.0 (2022-01-27)
20
-
21
- ### Breaking Changes
22
-
23
- - 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)).
24
-
25
- ## 4.0.0 (2021-01-21)
26
-
27
- ### Breaking Changes
28
-
29
- - Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
30
- - 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)).
31
-
32
- ## 3.0.0 (2019-03-06)
33
-
34
- ### Breaking Changes
35
-
36
- - Increased the recommended Jest dependency to version 24 ([#13922](https://github.com/WordPress/gutenberg/pull/13922).
37
-
38
- ## 2.0.7 (2018-11-20)
39
-
40
- ## 2.0.5 (2018-09-30)
41
-
42
- ### Bug Fixes
43
-
44
- - Captures and protects against unexpected console logging occurring during lifecycle.
45
-
46
- ## 2.0.0 (2018-07-12)
47
-
48
- ### Breaking Changes
49
-
50
- - 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.
51
- - Updated code to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
52
-
53
- ### Internal
54
-
55
- - Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
56
-
57
- ## 1.0.7 (2018-05-18)
58
-
59
- ### Polish
60
-
61
- - Fix: Standardized `package.json` format ([#119](https://github.com/WordPress/packages/pull/119))
62
-
63
- ## 1.0.6 (2018-02-28)
64
-
65
- ### Polish
66
-
67
- - Removed `package-lock.json` file, lockfiles for apps, not packages ([#88](https://github.com/WordPress/packages/pull/88))