@rushstack/heft-web-rig 0.6.3 → 0.7.0-pr3076.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/CHANGELOG.json CHANGED
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
3
  "entries": [
4
+ {
5
+ "version": "0.7.0-pr3076.0",
6
+ "tag": "@rushstack/heft-web-rig_v0.7.0-pr3076.0",
7
+ "date": "Thu, 09 Dec 2021 21:18:06 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Upgrade Jest to v27"
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@rushstack/heft-jest-plugin\" to `0.2.0`"
17
+ },
18
+
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.44.0`"
21
+ },
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" from `^0.43.2` to `^0.44.0`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.6.3",
6
30
  "tag": "@rushstack/heft-web-rig_v0.6.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/heft-web-rig
2
2
 
3
- This log was last generated on Thu, 09 Dec 2021 20:34:41 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Dec 2021 21:18:06 GMT and should not be manually modified.
4
+
5
+ ## 0.7.0-pr3076.0
6
+ Thu, 09 Dec 2021 21:18:06 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Upgrade Jest to v27
4
11
 
5
12
  ## 0.6.3
6
13
  Thu, 09 Dec 2021 20:34:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-web-rig",
3
- "version": "0.6.3",
3
+ "version": "0.7.0-pr3076.0",
4
4
  "description": "A rig package for web browser projects that build using Heft",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -9,19 +9,19 @@
9
9
  "directory": "rigs/heft-web-rig"
10
10
  },
11
11
  "peerDependencies": {
12
- "@rushstack/heft": "^0.43.2"
12
+ "@rushstack/heft": "^0.44.0-pr3076.0"
13
13
  },
14
14
  "dependencies": {
15
15
  "@microsoft/api-extractor": "7.19.2",
16
- "@rushstack/heft-jest-plugin": "0.1.53",
16
+ "@rushstack/heft-jest-plugin": "0.2.0-pr3076.0",
17
17
  "@rushstack/heft-sass-plugin": "0.2.10",
18
18
  "@rushstack/heft-webpack4-plugin": "0.3.26",
19
19
  "eslint": "~8.3.0",
20
- "jest-environment-jsdom": "~25.5.0",
20
+ "jest-environment-jsdom": "~27.4.2",
21
21
  "typescript": "~4.5.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@rushstack/heft": "0.43.2"
24
+ "@rushstack/heft": "0.44.0-pr3076.0"
25
25
  },
26
26
  "scripts": {
27
27
  "build": ""