Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cuddly-snails-clap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/happy-jokes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-moons-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-falcons-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-toys-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-mice-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-years-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-chairs-pretend.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.2.1

### Patch Changes

- Updated dependencies [[`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5)]:
- @next-safe/middleware@0.10.1

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"yarn.build": {
"input": [
Expand Down
7 changes: 7 additions & 0 deletions apps/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# e2e

## 0.6.3

### Patch Changes

- Updated dependencies [[`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5)]:
- @next-safe/middleware@0.10.1

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "0.6.2",
"version": "0.6.3",
"private": true,
"yarn.build": {
"input": [
Expand Down
11 changes: 11 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @strict-csp/builder

## 0.1.0

### Minor Changes

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - :sparkles: extract typings and construction aspects of CSP to dedicated package

### Patch Changes

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(types): add ws: and wss: to SchemeSource (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67))
2 changes: 1 addition & 1 deletion packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strict-csp/builder",
"version": "0.0.0",
"version": "0.1.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand Down
21 changes: 21 additions & 0 deletions packages/next-safe-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @next-safe/middleware

## 0.10.1

### Patch Changes

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - build: require `next >=12.2.4` as peer dep

- includes important [routing bug fixes related to middleware](https://github.com/nibtime/next-safe-middleware/issues/34#issuecomment-1193511064)

* [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(document): avoid unnecessary excess script hashes with Hash-based by proxy

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(middleware): avoid caching bug with CSP manifest (on Vercel only)

* [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - refactor: use new `@strict-csp/builder` package as workspace dependency

- [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(document): prevent inline style hashes from overriding CSP from middleware after on-demand ISR

* [#69](https://github.com/nibtime/next-safe-middleware/pull/69) [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5) Thanks [@nibtime](https://github.com/nibtime)! - fix(middleware): add ws: and wss: as `connect-src` for `next dev` (fixes [#67](https://github.com/nibtime/next-safe-middleware/issues/67))

* Updated dependencies [[`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5), [`c407570`](https://github.com/nibtime/next-safe-middleware/commit/c4075709fd8598ff3af27bafd25e0f298509dac5)]:
- @strict-csp/builder@0.1.0

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-safe-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-safe/middleware",
"version": "0.10.0",
"version": "0.10.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
Expand Down