Skip to content

Conversation

@timmywil
Copy link
Member

@timmywil timmywil commented Jun 12, 2024

Summary

Upgraded all possible dependencies

Checklist

- also account for newly unused parameters in the slim builds
@timmywil timmywil added the Build label Jun 12, 2024
@timmywil timmywil added this to the 4.0.0 milestone Jun 12, 2024
@timmywil timmywil requested a review from mgol June 12, 2024 15:39
console.log( "Running Webpack" );

const { default: config } = await import( configPath );
const { default: config } = await import( "../webpack.config.cjs" );
Copy link
Member Author

@timmywil timmywil Jun 12, 2024

Choose a reason for hiding this comment

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

This allows the bundler tests to run on windows. A full path with c: cannot be passed to import. Using the relative path instead was the least complicated solution.

Copy link
Member

Choose a reason for hiding this comment

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

TIL!

@timmywil
Copy link
Member Author

test jquery ignore rule generalized

@timmywil timmywil merged commit cb8ab6c into jquery:main Jun 15, 2024
@timmywil timmywil deleted the upgrade branch June 15, 2024 13:11
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

2 participants