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

WIP: Webpack 5 upgrade #1996

Merged
merged 56 commits into from Sep 5, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
7f74a5a
update webpack, webpack cli and webpack dev-server to latest
Apr 19, 2022
5814101
Update webpack-dev-server config
Apr 19, 2022
117c87f
dev property added by npm
May 17, 2022
0725c02
Update import and remove check for errors.length
May 17, 2022
907fae4
Update styleguidist options plugin test to be compatible with webpack 5
May 30, 2022
021435f
fix: TypeScript errors in Webpack dev server config
aboks Jun 9, 2022
1701b39
fix: Migrate use of deprecated listen method
aboks Jun 9, 2022
4fa2d94
Merge pull request #1 from aboks/webpack-5-upgrade
ThomasRoest Jun 29, 2022
32b8df7
fix: TypeScript errors in StyleguidistOptionsPlugin
aboks Jun 29, 2022
5ddd548
update style & css-loader
Jun 29, 2022
ef020f2
Merge pull request #2 from aboks/webpack-5-upgrade
ThomasRoest Jun 29, 2022
707465e
update file-loader
Jun 29, 2022
17eae0f
update url-loader
Jun 29, 2022
bdccf25
Run npm install ( update package.lock ) with newer npm version (8.13.1)
Jun 29, 2022
70ce0a0
upgrade webpack dev-server to latest
Jun 29, 2022
0d0dfdc
upgrade typescript to latest version
Jun 30, 2022
069fea4
fix type errors
Jun 30, 2022
d9c9045
upgrade jss to fix type errors
Jul 6, 2022
567605d
remove non-existing Output type
Jul 6, 2022
be2e1ec
replace loader context type
Jul 6, 2022
bfe576f
change unknown to any
Jul 6, 2022
b9d1867
upgrade jss plugins
Jul 6, 2022
8daa5db
upgrade babel preset typescript & preset-react
Jul 6, 2022
e9f24c8
add missing style return types
Jul 6, 2022
894183b
chore: remove obsolete loaders from test/apps
aboks Jul 7, 2022
7919bbc
chore: update postcss-loader for webpack 5 in test/apps
aboks Jul 7, 2022
98d8a86
chore: update react-scripts for webpack 5 in test/apps
aboks Jul 7, 2022
676eea2
upgrade prop-types
Jul 7, 2022
9dc5498
fix type errors
Jul 7, 2022
bb95ce6
remove prop-types usage in places where they conflict with Typescript
Jul 7, 2022
bb2af3a
replace missing type
Jul 7, 2022
f0ace6e
add skipLibCheck option to skip TS errors in node_modules definition …
Jul 7, 2022
27acbf4
update terser-webpack-plugin
Jul 7, 2022
9a31c6e
remove incorrect type
Jul 13, 2022
e2ae58f
Merge pull request #3 from aboks/webpack-5-upgrade
ThomasRoest Jul 14, 2022
8f1879e
chore: require @types/webpack v5
aboks Jul 20, 2022
b5ee9ad
chore: remove usage of deprecated loader-utils method
aboks Jul 20, 2022
16eba76
chore: remove loader-utils
aboks Jul 20, 2022
36ab51c
Merge pull request #4 from aboks/webpack-5-upgrade
ThomasRoest Jul 22, 2022
3404adc
chore: upgrade clean-webpack-plugin
Jul 22, 2022
d240483
chore: update copy-webpack-plugin
Jul 22, 2022
17a964a
fix: fix type error
Jul 24, 2022
dba2414
chore: add test to check createServer supports assetsDir array
aboks Aug 4, 2022
5e73d9f
chore: ignore 'impossible' situation in test coverage
aboks Aug 4, 2022
2c78af7
Merge pull request #5 from aboks/webpack-5-upgrade
ThomasRoest Aug 10, 2022
5deb266
fix: replace 'any' types in try catch with instance of Error check
Aug 3, 2022
484c144
fix: combine mockClear with type assertions into single line
Aug 3, 2022
a949222
fix: add correct webpack plugin types
Aug 10, 2022
3e79364
Remove tapable from package.json
Aug 10, 2022
23df966
fix: combine styleguidist options plugin tests into single file
Aug 15, 2022
2049726
test: improve / add valid webpack config tests with expect not.toThrow()
Aug 16, 2022
3e2abcd
fix: replace type assertion
Aug 17, 2022
e2019f3
fix: add additional ignore statement to skip coverage check
Aug 18, 2022
add7404
fix: fix/replace newly added any types
Aug 19, 2022
9450519
Fix: fix eslint no-shadow rule warnings
Aug 22, 2022
cd02637
fix: fix eslint-no shadow warning
Aug 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view