Skip to content

Commit

Permalink
Svelte 4 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoheat committed Jun 24, 2023
1 parent 8eca71c commit 26b3c8b
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 84 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:svelte/recommended',
'plugin:dci-lint/recommended'
],
plugins: ['svelte3', '@typescript-eslint'],
plugins: ['@typescript-eslint'],
ignorePatterns: ['*.cjs'],
overrides: [{ files: ['*.svelte'], processor: 'svelte3/svelte3' }],
settings: {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2023-06-24

### Added

- Svelte 4 compatibility.

## [1.1.1] - 2023-06-20

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-dci-lint": "^0.2.2",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-svelte": "^2.31.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"publint": "^0.1.12",
"sass": "^1.63.4",
"sass": "^1.63.6",
"slugify": "^1.6.6",
"svelte": "^3.59.1 || ^4.0.0",
"svelte-check": "^3.4.4",
Expand Down
Loading

0 comments on commit 26b3c8b

Please sign in to comment.