Skip to content

TypeScript 7 - #1167

Open
TheArcaneBrony wants to merge 2 commits into
the-draupnir-project:mainfrom
TheArcaneBrony:dev/ts7
Open

TypeScript 7#1167
TheArcaneBrony wants to merge 2 commits into
the-draupnir-project:mainfrom
TheArcaneBrony:dev/ts7

Conversation

@TheArcaneBrony

@TheArcaneBrony TheArcaneBrony commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Makes the project compile with typescript 7

Followed backwards compat guidelines (for eg. typescript-eslint) documented at https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/#running-side-by-side-with-typescript-6.0, except kept it at 5.9.3 as used previously in the project.

Though... eslint doesnt appear to work...?

npm verbose cli /nix/store/0nbp03038s33ck712yx9219gcj3a2sqm-nodejs-slim-24.18.0/bin/node /run/current-system/sw/bin/npm
npm info using npm@11.16.0
npm info using node@v24.18.0
npm verbose title npm run lint
npm verbose argv "run" "lint"
npm verbose logfile logs-max:10 dir:/home/Rory/.npm/_logs/2026-08-02T10_49_21_453Z-
npm verbose logfile /home/Rory/.npm/_logs/2026-08-02T10_49_21_453Z-debug-0.log

> @the-draupnir-project/monorepo@0.0.0 lint
> eslint --cache 'packages/**/*.{ts,tsx}' 'apps/**/*.{ts,tsx}' && prettier --cache --ignore-unknown --check .


Oops! Something went wrong! :(

ESLint: 9.39.3

Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@typescript-eslint/eslint-plugin' imported from /home/Rory/git/matrix/Draupnir/eslint.config.mjs
    at Object.getPackageJSONURL (node:internal/modules/package_json_reader:301:9)

(can confirm that dir doesnt exist, even after wiping node_modules and ~/.npm...)

Signed-off-by: Emma [it/its] @ Rory&

@changeset-bot

changeset-bot Bot commented Aug 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e3a9ba0

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

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown

GHCR image refs for this PR:

  • Namespace: ghcr.io/thearcanebrony/draupnir
  • Branch tag: dev-ts7
  • Package Page: GHCR Link
  • Pull: docker pull ghcr.io/thearcanebrony/draupnir:dev-ts7

This comment is generated from PR metadata only. It does not checkout or run PR code and is generated in a static manner

@TheArcaneBrony

Copy link
Copy Markdown
Contributor Author

(builds work locally, fwiw, justnot linting, not sure why CI broke there)

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.

1 participant