alexander.akait
|
49e15a733e
|
chore: update checks
|
2023-04-06 20:10:41 +03:00 |
alexander.akait
|
90ee795dd3
|
chore: revert prettier
|
2023-04-06 20:03:23 +03:00 |
alexander.akait
|
14f133ccfd
|
chore: revert comment parser
|
2023-04-06 19:50:28 +03:00 |
alexander.akait
|
1b0e67b18b
|
test: update snaphosts
|
2023-04-06 14:51:01 +03:00 |
alexander.akait
|
7e0535fc44
|
chore: deps update
|
2023-04-06 14:35:39 +03:00 |
Alexander Akait
|
542c051380
|
Merge pull request #16905 from webpack/dependabot/npm_and_yarn/core-js-3.30.0
chore(deps-dev): bump core-js from 3.20.3 to 3.30.0
|
2023-04-06 14:22:01 +03:00 |
Sean Larkin
|
e51f834702
|
5.78.0
|
2023-04-05 18:09:32 +00:00 |
Sean Larkin
|
2703c1bc56
|
Merge pull request #16685 from weareoutman/main
Fix a bug in Module Federation where a package self-references itself in a shared module
|
2023-04-05 11:04:31 -07:00 |
Sean Larkin
|
765cbff1dc
|
Merge pull request #16477 from xiaoxiaojx/fix/issue-16466
fix: oneOf rule has been picked multiple times
|
2023-04-05 10:58:26 -07:00 |
Sean Larkin
|
276154a5ac
|
Merge pull request #16904 from webpack/issue-16724
Support `createRequire` from `node: module` similar to `createRequire` from `module`
|
2023-04-05 10:55:48 -07:00 |
Alexander Akait
|
b2cd77908e
|
Merge pull request #16864 from janlent1/fixnativecssparsingissue
Fix faulty css parser processing
|
2023-04-05 19:50:26 +03:00 |
Alexander Akait
|
7c7ca776a2
|
Merge pull request #15812 from noreiller/fix-experiments-css-at-rule-nested
fix(css parser): handle nested atRule
|
2023-04-05 19:47:43 +03:00 |
Sean Larkin
|
7a6e9503de
|
Merge pull request #16562 from long76/patch-1
Introduce amdContainer support
|
2023-04-05 09:30:59 -07:00 |
Alexander Akait
|
9875719e8f
|
ci: update actions/cache to v3
|
2023-04-05 00:44:10 +03:00 |
dependabot[bot]
|
f032c984aa
|
chore(deps-dev): bump core-js from 3.20.3 to 3.30.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.20.3 to 3.30.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.30.0/packages/core-js)
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-04 03:11:31 +00:00 |
alexander.akait
|
2145fde855
|
fix: detect `createRequire` when imported with `node:` prefix
|
2023-04-04 02:42:29 +03:00 |
janlent1
|
d511c9feef
|
Always add a ) when using pseudofunctions
|
2023-04-01 13:44:24 +02:00 |
Sean Larkin
|
eed37e93c5
|
Merge pull request #16898 from webpack/thelarkinn/refactor-profiling-plugin
add more module type constants, use them across codebase
|
2023-03-31 15:16:13 -07:00 |
Sean Larkin
|
92ccb9e077
|
Merge pull request #16894 from webpack/thelarkinn/refactor-flag-dep-plugins
refactor(plugins): reduce memory footprint in string usages for multiple plugins
|
2023-03-31 11:07:09 -07:00 |
Sean Larkin
|
fa4cbf11a1
|
add more module type constants, use them across codebase
|
2023-03-31 10:56:32 -07:00 |
Sean Larkin
|
63648224df
|
Merge pull request #16896 from webpack/thelarkinn/module-type-constants
refactor(moduletypes): introduce module type constants for plugins
|
2023-03-31 10:55:38 -07:00 |
Sean Larkin
|
4bcc0f0ed5
|
yarn lint fix
|
2023-03-31 09:45:36 -07:00 |
Sean Larkin
|
844fc55b36
|
refactor(moduletypes): introduce module type constants, reduce memory footprint define/json plugins
|
2023-03-31 09:26:38 -07:00 |
Sean Larkin
|
46a3e3d6e4
|
Merge pull request #16893 from webpack/thelarkinn/refactor-error-helpers
refactor(ErrorHelpers): Make ErrorHelpers named functions for debuggability; add types & docs
|
2023-03-31 08:54:54 -07:00 |
Sean Larkin
|
4fda34a744
|
refactor(plugins): Reduce memory footprint in string usages for flag plugins
|
2023-03-31 08:18:47 -07:00 |
Sean Larkin
|
30e9d70ac2
|
refactor(ErrorHelpers): Make error helpers named functions; add types
|
2023-03-31 08:07:02 -07:00 |
Sean Larkin
|
d96ce76f4d
|
Merge pull request #16890 from geromegrignon/fix/copilot-template
fix: copilot command typo
|
2023-03-29 08:57:00 -07:00 |
Gerome Grignon
|
1f3f9910b8
|
fix: copilot command typo
|
2023-03-29 17:47:33 +02:00 |
Sean Larkin
|
263f291890
|
5.77.0
|
2023-03-29 07:19:14 -07:00 |
Sean Larkin
|
ae9f0e065a
|
Merge pull request #16881 from webpack/feature/beta-test-github-template-copilot-for-pr
Enable GitHub Copilot for PR's into default Pull Request Template
|
2023-03-28 17:42:25 -07:00 |
Sean Larkin
|
fdcdc2d8c7
|
Pilot the Copilot for PR in default PR template, retain original template
|
2023-03-28 16:53:57 -07:00 |
Jan Lentmaier
|
4a41029d46
|
Adding other available pseudofunctionnames+tests
|
2023-03-28 07:54:20 +00:00 |
Sean Larkin
|
a3ab4e78b6
|
Merge pull request #16807 from snitin315/improve-resolve-extention-error
fix: improve error message if `resolve.extensions` is invalid
|
2023-03-27 08:13:32 -07:00 |
Jan Lentmaier
|
97c40376d1
|
Add same logic for :is
|
2023-03-27 08:11:53 +00:00 |
Nitin Kumar
|
d9604e9003
|
refactor: move RegExp to a variable and use RegExp.prototype.test()
|
2023-03-27 12:20:30 +05:30 |
Jan Lentmaier
|
9b63cfc787
|
Fix test css and remove allowmodeswitch
The mode switch is not needed as :not( is not a mode switch
|
2023-03-26 18:14:48 +00:00 |
Jan Lentmaier
|
c138b127a3
|
Allow multiple parameters in not(
Adds a test as well.
|
2023-03-26 17:31:57 +00:00 |
Jan Lentmaier
|
b63e28c499
|
Fix failing browserslist test
|
2023-03-25 22:20:22 +00:00 |
Jan Lentmaier
|
b767e52c89
|
Fix if check error
|
2023-03-25 21:54:37 +00:00 |
Jan Lentmaier
|
e10b29a2e8
|
Fix faulty css parser processing
|
2023-03-25 21:49:58 +00:00 |
long76
|
4eaa6aba11
|
update snapshot after merge
|
2023-03-25 14:56:11 +03:00 |
long76
|
595e1cb5ba
|
fix WebpackOptions.check.js
|
2023-03-25 14:06:56 +03:00 |
long76
|
c5ac0d39c4
|
Merge branch 'main' into patch-1
|
2023-03-25 13:53:20 +03:00 |
Sean Larkin
|
eac5d8cacb
|
Merge pull request #16671 from thomastay/main
Add a new output option, workerPublicPath
|
2023-03-23 09:07:08 -07:00 |
g.borkov
|
a966338f51
|
add test amd-container-require
|
2023-03-23 10:05:23 +03:00 |
Sean Larkin
|
8ac9616280
|
5.76.3
|
2023-03-22 07:58:55 -07:00 |
Thomas Tay
|
8c6a1a47cd
|
revert weird space issues part 2
|
2023-03-22 15:32:19 +08:00 |
Thomas Tay
|
f33c2b07d0
|
Merge branch 'webpack:main' into main
|
2023-03-22 15:27:50 +08:00 |
Thomas Tay
|
2cad865c43
|
change hash
|
2023-03-22 15:25:15 +08:00 |
Thomas Tay
|
628125f69d
|
revert weird space issues
|
2023-03-22 15:24:12 +08:00 |