Skip to content

Commit e931cbd

Browse files
github-actions[bot]nibtime
authored andcommitted
Version Packages
1 parent 4f06858 commit e931cbd

File tree

10 files changed

+41
-33
lines changed

10 files changed

+41
-33
lines changed

.changeset/angry-pigs-rhyme.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/hungry-gifts-hang.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/spotty-walls-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thick-lions-train.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# docs
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - feat: CSP object Converter for converting external tool output
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282)]:
12+
- @next-safe/middleware@0.10.0
13+
314
## 0.1.0
415

516
### Minor Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"yarn.build": {
66
"input": [

apps/e2e/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# e2e
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282), [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282)]:
8+
- @next-safe/middleware@0.10.0
9+
310
## 0.6.1
411

512
### Patch Changes

apps/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2e",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"yarn.build": {
66
"input": [

packages/next-safe-middleware/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @next-safe/middleware
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - feat: :sparkles: Hash-based CSP with trusted proxy loader to support Firefox and Safari (fixes [#63](https://github.com/nibtime/next-safe-middleware/issues/63))
8+
9+
- Avoids broken SRI validation of Firefox and Safari together with `strict-dynamic`
10+
11+
- an important precursor for alternative configuration methods to middleware, that can't dynamically opt-out from `strict-dynamic` by user agent
12+
13+
* [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - rebuild/refactor lib into many small modules with CSP manifest (fixes [#40](https://github.com/nibtime/next-safe-middleware/issues/40))
14+
15+
- writes out a single file to `.next/static/~csp/csp-manifest.json` with all information about trustable sources identified during SSR
16+
17+
- precursor for a multi-package approach to support alternative configuration methods (described in https://github.com/nibtime/next-safe-middleware/discussions/60#discussioncomment-3259782)
18+
19+
- perf: fetch CSP manifest only once on first access and cache for all subsequent middlewares
20+
21+
- [#64](https://github.com/nibtime/next-safe-middleware/pull/64) [`02ca36f`](https://github.com/nibtime/next-safe-middleware/commit/02ca36f3c609b4fd43871e48e5796341b313a282) Thanks [@nibtime](https://github.com/nibtime)! - feat(csp): new `CspBuilder` class with fluent interface for safe and easy CSP construction + manipulation
22+
323
## 0.9.0
424

525
### Minor Changes

packages/next-safe-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-safe/middleware",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"main": "dist/index.js",
55
"module": "dist/index.mjs",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)