Skip to content

Commit 554a1d1

Browse files
committed
Merge branch 'main' into preprocessed
2 parents e2b0cce + 72acae7 commit 554a1d1

File tree

7 files changed

+406
-246
lines changed

7 files changed

+406
-246
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [Unreleased] - 2023-09-11
9+
10+
### Fixed
11+
12+
- Type error with `formFieldProxy` when using a strongly typed status message. ([#260](https://github.com/ciscoheat/sveltekit-superforms/issues/260))
913

1014
### Added
1115

12-
- Added `preprocessed` option to superValidate, for handling the processing of form fields manually.
16+
- Added `preprocessed` option to superValidate, for handling the processing/coercion of form fields manually.
1317

1418
## [1.6.1] - 2023-08-22
1519

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,31 +90,31 @@
9090
},
9191
"devDependencies": {
9292
"@sveltejs/adapter-auto": "^2.1.0",
93-
"@sveltejs/kit": "^1.22.6",
94-
"@sveltejs/package": "^2.2.1",
93+
"@sveltejs/kit": "^1.24.1",
94+
"@sveltejs/package": "^2.2.2",
9595
"@types/throttle-debounce": "^5.0.0",
9696
"@typescript-eslint/eslint-plugin": "^5.62.0",
9797
"@typescript-eslint/parser": "^5.62.0",
9898
"devalue": "^4.3.2",
99-
"eslint": "^8.47.0",
99+
"eslint": "^8.49.0",
100100
"eslint-config-prettier": "^8.10.0",
101101
"eslint-plugin-dci-lint": "^0.3.0",
102-
"eslint-plugin-svelte": "^2.32.4",
102+
"eslint-plugin-svelte": "^2.33.1",
103103
"prettier": "^2.8.8",
104104
"prettier-plugin-svelte": "^2.10.1",
105105
"publint": "^0.1.16",
106-
"sass": "^1.66.0",
106+
"sass": "^1.66.1",
107107
"slugify": "^1.6.6",
108108
"svelte": "^4.2.0",
109-
"svelte-check": "^3.5.0",
110-
"sveltekit-flash-message": "^2.2.0",
109+
"svelte-check": "^3.5.1",
110+
"sveltekit-flash-message": "^2.2.1",
111111
"sveltekit-rate-limiter": "^0.3.5",
112112
"throttle-debounce": "^5.0.0",
113-
"tslib": "^2.6.1",
114-
"typescript": "^5.1.6",
113+
"tslib": "^2.6.2",
114+
"typescript": "^5.2.2",
115115
"vite": "^4.4.9",
116-
"vitest": "^0.34.2",
117-
"zod": "^3.22.1"
116+
"vitest": "^0.34.4",
117+
"zod": "^3.22.2"
118118
},
119119
"type": "module"
120120
}

0 commit comments

Comments
 (0)