Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Typescript 5.6.3 #27540

Closed
wants to merge 1 commit into from
Closed

Upgrade Typescript 5.6.3 #27540

wants to merge 1 commit into from

Conversation

qmonmert
Copy link
Contributor

@qmonmert qmonmert commented Oct 9, 2024

Fix #27527


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@github-actions github-actions bot added theme: cli theme: dependencies Pull requests that update a dependency file labels Oct 9, 2024
@@ -33,7 +33,6 @@ import { CLI_NAME, logger } from './utils.mjs';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);

const jhipsterDevBlueprintPath = process.env.JHIPSTER_DEV_BLUEPRINT === 'true' ? path.join(__dirname, '../.blueprint') : undefined;
Copy link
Member

Choose a reason for hiding this comment

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

Won’t break dev blueprint?

@@ -144,7 +144,7 @@
"eslint-plugin-unused-imports": "4.1.4",
"execa": "9.4.0",
"fast-xml-parser": "4.5.0",
"glob": "10.4.2",
"glob": "11.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

Ignored because it requires node 20

@qmonmert qmonmert closed this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: cli theme: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants