Skip to content

chore: add eslint rule to forbid relative imports to src/exports from src/runtime#14510

Merged
dummdidumm merged 1 commit intomainfrom
eslint-rule
Sep 23, 2025
Merged

chore: add eslint rule to forbid relative imports to src/exports from src/runtime#14510
dummdidumm merged 1 commit intomainfrom
eslint-rule

Conversation

@dummdidumm
Copy link
Member

So that bugs that e.g. #14506 had to fix don't happen again

… src/runtime

So that bugs that e.g. #14506 had to fix don't happen again
@changeset-bot
Copy link

changeset-bot bot commented Sep 22, 2025

⚠️ No Changeset found

Latest commit: 64b9b30

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

"checkJs": true,
"noEmit": true
"noEmit": true,
"module": "ESNext",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these tsconfig changes safe or could they cause dts buddy output changes or other shenanigans that require changesets?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This the root TS config which isn't used for any of the packages, it's purely internal; if there were DTS buddy changes due to this CI would fail

@dummdidumm dummdidumm merged commit 9c33b91 into main Sep 23, 2025
38 of 39 checks passed
@dummdidumm dummdidumm deleted the eslint-rule branch September 23, 2025 09:08
Copilot AI pushed a commit to Stadly/kit that referenced this pull request Mar 6, 2026
… src/runtime (sveltejs#14510)

So that bugs that e.g. sveltejs#14506 had to fix don't happen again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants