Skip to content

Commit c8082fb

Browse files
github-actions[bot]daKmoR
authored andcommitted
Version Packages
1 parent 68e05f4 commit c8082fb

9 files changed

+44
-36
lines changed

.changeset/fair-falcons-shave.md

-11
This file was deleted.

.changeset/great-bobcats-destroy.md

-15
This file was deleted.

.changeset/nervous-fans-dream.md

-5
This file was deleted.

packages/check-html-links/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# check-html-links
22

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- 97d5fb2: Add external links validation via the flag `--validate-externals`.
8+
9+
You can/should provide an optional `--absolute-base-url` to handle urls starting with it as internal.
10+
11+
```bash
12+
# check external urls
13+
npx check-html-links _site --validate-externals
14+
15+
# check external urls but treat links like https://rocket.modern-web.dev/about/ as internal
16+
npx check-html-links _site --validate-externals --absolute-base-url https://rocket.modern-web.dev
17+
```
18+
319
## 0.2.3
420

521
### Patch Changes

packages/check-html-links/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "check-html-links",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"publishConfig": {
55
"access": "public"
66
},

packages/cli/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @rocket/cli
22

3+
## 0.20.4
4+
5+
### Patch Changes
6+
7+
- 68e05f4: `rocket lint` can now validate external links.
8+
9+
Example:
10+
11+
```
12+
rocket lint --validate-externals
13+
```
14+
15+
- Updated dependencies [97d5fb2]
16+
17+
318
## 0.20.3
419

520
### Patch Changes

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/cli",
3-
"version": "0.20.3",
3+
"version": "0.20.4",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@rocket/building-rollup": "^0.4.0",
5656
"@rocket/engine": "^0.2.7",
57-
"check-html-links": "^0.2.3",
57+
"check-html-links": "^0.2.4",
5858
"colorette": "^2.0.16",
5959
"commander": "^9.0.0",
6060
"fs-extra": "^9.0.1",

packages/launch/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @rocket/launch
22

3+
## 0.21.3
4+
5+
### Patch Changes
6+
7+
- 660f64c: Change the default gitBranch to main
8+
- Updated dependencies [68e05f4]
9+
- @rocket/cli@0.20.4
10+
311
## 0.21.2
412

513
### Patch Changes

packages/launch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocket/launch",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -46,7 +46,7 @@
4646
"preset"
4747
],
4848
"dependencies": {
49-
"@rocket/cli": "^0.20.3",
49+
"@rocket/cli": "^0.20.4",
5050
"@rocket/components": "^0.2.0",
5151
"@rocket/engine": "^0.2.7",
5252
"@webcomponents/template-shadowroot": "^0.1.0",

0 commit comments

Comments
 (0)