Skip to content

Commit

Permalink
chore(deps): update dependency svelte to v5 (#430)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency svelte to v5

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yosuke ota <[email protected]>
  • Loading branch information
renovate[bot] and ota-meshi authored Jan 26, 2025
1 parent ca702f7 commit 068d2e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs-build/src/components/eslint/MonacoEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@
<div
class="eslint-editor-monaco-root eslint-editor-monaco-root--wait"
in:loadingTypewriter
/>
></div>
{/if}
{:then}
<div bind:this={rootElement} class="eslint-editor-monaco-root" />
<div bind:this={rootElement} class="eslint-editor-monaco-root"></div>
{/await}
<style>
Expand Down
7 changes: 6 additions & 1 deletion docs-build/src/components/eslint/RulesSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
<li class="category {category.classes}">
<button
class="category-button"
aria-label="category"
class:category-button--close={categoryState[category.title].close}
on:click={() => {
categoryState = Object.fromEntries(
Expand Down Expand Up @@ -164,7 +165,11 @@
/>
{rule.ruleId}
</label>
<a href={rule.url} target="_blank" rel="noopener noreferrer"
<a
href={rule.url}
target="_blank"
rel="noopener noreferrer"
aria-label="open rule in new tab"
><svg
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"rimraf": "^6.0.0",
"sass": "^1.52.2",
"stylus": "^0.64.0",
"svelte": "^4.0.0",
"svelte": "^5.0.0",
"tsup": "^8.0.2",
"typescript": "~5.7.0",
"typescript-eslint": "^8.5.0",
Expand Down

0 comments on commit 068d2e5

Please sign in to comment.