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

chore: update dev dependencies #36

Closed
wants to merge 2 commits into from
Closed

Conversation

malinovic
Copy link

In this pull request we update all dependencies that are not a ESM version. Further more we lift the development version to node 18 and ensure node 20 support in the GH pipeline.

@malinovic malinovic self-assigned this Nov 30, 2023
package.json Outdated
},
"engines": {
"node": ">=14.15.0"
"node": ">=16.20.0"
Copy link
Member

Choose a reason for hiding this comment

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

This is a breaking change and must not be hidden in a dev dependencies update.
What are we doing?

},
plugins: [
// Cleans the dist folder before the build starts
new CleanWebpackPlugin(),
// Multi threading typescript loader configuration with caching for .ts and .tsx files
// see https://github.com/merkle-open/webpack-config-plugins/tree/master/packages/ts-config-webpack-plugin/config
new TsConfigWebpackPlugin(),
new TsConfigWebpackPlugin()
Copy link
Member

Choose a reason for hiding this comment

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

These kinds of changes should not be made. Please prettify.

@ernscht ernscht added the dependencies Pull requests that update a dependency file label Dec 1, 2023
@malinovic malinovic closed this Jan 5, 2024
@malinovic malinovic deleted the chore/update-dependencies branch January 5, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

2 participants