Skip to content

Commit

Permalink
chore: release eslint-plugin-svelte (#793)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## eslint-plugin-svelte@2.40.0

### Minor Changes

- [#792](#792)
[`cb722bc`](cb722bc)
Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update
svelte-eslint-parser to 0.39

- [#796](#796)
[`5e4d264`](5e4d264)
Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve
`svelte/valid-compile` to use `svelte.config.js`'s `onwarn` from the
parser.

- [#794](#794)
[`7894f82`](7894f82)
Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve
`svelte/valid-prop-names-in-kit-pages` to use `svelte.config.js` data
from the parser.

- [#794](#794)
[`7894f82`](7894f82)
Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve
`svelte/no-export-load-in-svelte-module-in-kit-pages` to use
`svelte.config.js` data from the parser.

### Patch Changes

- [#795](#795)
[`df947a7`](df947a7)
Thanks [@baseballyama](https://github.com/baseballyama)! - deps: update
`svelte-eslint-parser` to 0.39.1 to set `svelteFeatures.runes` to `true`
by default for Svelte 5

- [#797](#797)
[`f6d4e4c`](f6d4e4c)
Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix:
`svelte/valid-compile` to use verbatimModuleSyntax to work with TS v5.5.

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 17, 2024
1 parent 5e4d264 commit 3ba8d57
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-onions-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/onwarn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-fans-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-lamps-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-lamps-chew2.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-jobs-rest.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/eslint-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# eslint-plugin-svelte

## 2.40.0

### Minor Changes

- [#792](https://github.com/sveltejs/eslint-plugin-svelte/pull/792) [`cb722bc`](https://github.com/sveltejs/eslint-plugin-svelte/commit/cb722bc9d455f4caeaa4dfdf5771dc95f06b26b8) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: update svelte-eslint-parser to 0.39

- [#796](https://github.com/sveltejs/eslint-plugin-svelte/pull/796) [`5e4d264`](https://github.com/sveltejs/eslint-plugin-svelte/commit/5e4d26495a377860f7db2ba042993fd686d41a8f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve `svelte/valid-compile` to use `svelte.config.js`'s `onwarn` from the parser.

- [#794](https://github.com/sveltejs/eslint-plugin-svelte/pull/794) [`7894f82`](https://github.com/sveltejs/eslint-plugin-svelte/commit/7894f82263d114c948cfe46a041c43a93a5d9249) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve `svelte/valid-prop-names-in-kit-pages` to use `svelte.config.js` data from the parser.

- [#794](https://github.com/sveltejs/eslint-plugin-svelte/pull/794) [`7894f82`](https://github.com/sveltejs/eslint-plugin-svelte/commit/7894f82263d114c948cfe46a041c43a93a5d9249) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: improve `svelte/no-export-load-in-svelte-module-in-kit-pages` to use `svelte.config.js` data from the parser.

### Patch Changes

- [#795](https://github.com/sveltejs/eslint-plugin-svelte/pull/795) [`df947a7`](https://github.com/sveltejs/eslint-plugin-svelte/commit/df947a7161fe97021da37f4fcde44fe9923c0a22) Thanks [@baseballyama](https://github.com/baseballyama)! - deps: update `svelte-eslint-parser` to 0.39.1 to set `svelteFeatures.runes` to `true` by default for Svelte 5

- [#797](https://github.com/sveltejs/eslint-plugin-svelte/pull/797) [`f6d4e4c`](https://github.com/sveltejs/eslint-plugin-svelte/commit/f6d4e4c974924ef5da1a970d88f04b81a36e19b6) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: `svelte/valid-compile` to use verbatimModuleSyntax to work with TS v5.5.

## 2.39.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-svelte",
"version": "2.39.5",
"version": "2.40.0",
"description": "ESLint plugin for Svelte using AST",
"repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",
"homepage": "https://sveltejs.github.io/eslint-plugin-svelte",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-svelte/src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "pnpm run update"
export const name = 'eslint-plugin-svelte';
export const version = '2.39.5';
export const version = '2.40.0';

0 comments on commit 3ba8d57

Please sign in to comment.