Skip to content

Commit c407570

Browse files
committed
chore(changesets): add
1 parent f1f26d6 commit c407570

File tree

8 files changed

+43
-0
lines changed

8 files changed

+43
-0
lines changed

.changeset/cuddly-snails-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@strict-csp/builder": minor
3+
---
4+
5+
:sparkles: extract typings and construction aspects of CSP to dedicated package

.changeset/happy-jokes-judge.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@next-safe/middleware": patch
3+
---
4+
5+
build: require `next >=12.2.4` as peer dep
6+
7+
- includes important [routing bug fixes related to middleware](https://github.com/nibtime/next-safe-middleware/issues/34#issuecomment-1193511064)

.changeset/long-moons-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@next-safe/middleware": patch
3+
---
4+
5+
fix(document): avoid unnecessary excess script hashes with Hash-based by proxy

.changeset/metal-falcons-yell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@next-safe/middleware": patch
3+
---
4+
5+
fix(middleware): avoid caching bug with CSP manifest (on Vercel only)

.changeset/odd-toys-yawn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@next-safe/middleware": patch
3+
---
4+
5+
refactor: use new `@strict-csp/builder` package as workspace dependency

.changeset/selfish-mice-help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@next-safe/middleware": patch
3+
---
4+
5+
fix(document): prevent inline style hashes from overriding CSP from middleware after on-demand ISR

.changeset/seven-years-juggle.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@next-safe/middleware": patch
3+
---
4+
5+
fix(middleware): add ws: and wss: as `connect-src` for `next dev` (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67))
6+

.changeset/slimy-chairs-pretend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@strict-csp/builder": patch
3+
---
4+
5+
fix(types): add ws: and wss: to SchemeSource (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67))

0 commit comments

Comments
 (0)