Commit Graph

16301 Commits

Author SHA1 Message Date
alexander.akait 3f71468514 refactor(types): more 2023-06-21 19:01:55 +03:00
alexander.akait d9d64b5198 refactor(types): more 2023-06-21 19:01:53 +03:00
alexander.akait e226101c55 refactor(types): more 2023-06-21 19:00:24 +03:00
alexander.akait a911bd9fa1 refactor(types): more 2023-06-21 19:00:24 +03:00
alexander.akait e381884115 refactor(types): more 2023-06-21 19:00:24 +03:00
alexander.akait 4809421990 refactor(types): more 2023-06-21 19:00:24 +03:00
Sean Larkin 1ab7cad9a3
Merge pull request #17393 from ahabhgk/fix-async-module
fix: async module runtime for won't run top-level-await
2023-06-21 08:39:33 -07:00
Sean Larkin 43c1958ba7
Merge pull request #17395 from steverep/update-kaios-browser
fix: update environment support for KaiOS browser
2023-06-21 08:37:47 -07:00
Sean Larkin 76076f6f34
Merge pull request #17397 from webpack/issue-17390
fix: indirect call for tagged template expressions
2023-06-21 08:35:20 -07:00
Sean Larkin da76b19bf4
Merge pull request #17399 from burhanuday/feat/auto-css-modes
feat: use css/auto as the default css mode
2023-06-21 08:32:24 -07:00
Sean Larkin bc7daebf57
Merge pull request #17400 from webpack/fix-runtime-problems-with-css
fix: runtime for CSS loading
2023-06-21 07:43:26 -07:00
alexander.akait 60dc7b79ec test: fix 2023-06-21 12:56:40 +03:00
alexander.akait 5a49b861dc fix: runtime for CSS loading 2023-06-21 12:43:08 +03:00
Sean Larkin 123511b789
Merge pull request #17388 from webpack/issue-17386
fix: require.context and layer
2023-06-20 22:03:11 -07:00
alexander.akait f778bde634 fix: bug with css/auto 2023-06-20 23:40:47 +03:00
alexander.akait 694aee940d test: prefer relative 2023-06-20 23:03:02 +03:00
Alexander Akait fd3c9330b3
Merge pull request #17407 from webpack/dependabot/npm_and_yarn/eslint-plugin-jest-27.2.2
chore(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.2
2023-06-20 11:22:07 +03:00
Burhanuddin Udaipurwala 5d54a5e5bb test: fix tests 2023-06-20 09:22:46 +05:30
dependabot[bot] c836dcef05
chore(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.2
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.2.1 to 27.2.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.2.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-20 02:56:51 +00:00
Burhanuddin Udaipurwala 53df4b0222 test: add tests for module extensions 2023-06-19 22:07:37 +05:30
Burhanuddin Udaipurwala d2bc40cf73 feat: update regex to match valid css file names 2023-06-19 21:36:01 +05:30
Alexander Akait a5fa35931a
Merge pull request #17401 from webpack/dependabot/npm_and_yarn/eslint-8.43.0
chore(deps-dev): bump eslint from 8.42.0 to 8.43.0
2023-06-19 16:54:51 +03:00
Alexander Akait 2c3cf7c2d1
Merge pull request #17402 from webpack/dependabot/npm_and_yarn/acorn-8.9.0
chore(deps): bump acorn from 8.8.2 to 8.9.0
2023-06-19 16:53:29 +03:00
Burhanuddin Udaipurwala aaadc24daf test: update snapshots 2023-06-19 09:22:20 +05:30
Burhanuddin Udaipurwala bb04b0f562 test: update tests 2023-06-19 09:16:06 +05:30
Burhanuddin Udaipurwala 510849cf36 test: update snapshots 2023-06-19 09:03:13 +05:30
Burhanuddin Udaipurwala 1d69cffbbe refactor: rewrite defaults 2023-06-19 08:59:24 +05:30
dependabot[bot] f1a16fdc12
chore(deps): bump acorn from 8.8.2 to 8.9.0
Bumps [acorn](https://github.com/acornjs/acorn) from 8.8.2 to 8.9.0.
- [Commits](https://github.com/acornjs/acorn/compare/8.8.2...8.9.0)

---
updated-dependencies:
- dependency-name: acorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 02:57:57 +00:00
dependabot[bot] 579d991b95
chore(deps-dev): bump eslint from 8.42.0 to 8.43.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.43.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 02:57:11 +00:00
alexander.akait 8ded974d8b test: update 2023-06-18 19:39:50 +03:00
Burhanuddin Udaipurwala 991280588f test: update snapshots 2023-06-18 21:52:08 +05:30
Burhanuddin Udaipurwala d06b22d9b4 feat: use css/auto as default css type 2023-06-18 21:51:48 +05:30
alexander.akait 64a8822896 refactor(types): fix 2023-06-17 22:57:47 +03:00
alexander.akait 75151416ca fix: indirect call to tagged template expression 2023-06-17 22:54:17 +03:00
Steve Repsher eb106afd8f
fix: update environment support for KaiOS browser 2023-06-17 00:18:08 -04:00
ahabhgk c6b6fd9889 update test 2023-06-17 00:03:31 +08:00
ahabhgk 41f0a98b12 move test to async-modules case 2023-06-16 23:09:55 +08:00
ahabhgk 148c136e07 fix: test 2023-06-16 23:04:57 +08:00
ahabhgk c90f2b35f6 fix: forgot .d 2023-06-16 22:52:27 +08:00
Alexander Akait dc4d97429b
Merge pull request #17389 from webpack/dependabot/npm_and_yarn/browserslist-4.21.9
chore(deps): bump browserslist from 4.21.8 to 4.21.9
2023-06-16 17:30:23 +03:00
ahabhgk 6e62cf40cf fix: tla for await won't run 2023-06-16 20:39:13 +08:00
dependabot[bot] 9fd9cf710c
chore(deps): bump browserslist from 4.21.8 to 4.21.9
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.21.8 to 4.21.9.
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.21.8...4.21.9)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-16 02:57:19 +00:00
alexander.akait 1af62939a2 test: fix name and bug in test 2023-06-16 00:46:39 +03:00
alexander.akait 39b883ec4f test: fixed 2023-06-16 00:39:16 +03:00
alexander.akait c24eb04d14 test: added 2023-06-15 23:19:32 +03:00
alexander.akait bf28e94eac test: update 2023-06-15 20:56:55 +03:00
alexander.akait 17211ffa4e fix: require.context and layer 2023-06-15 19:48:55 +03:00
Sean Larkin 8e0e0eb47d 5.87.0 2023-06-14 18:24:56 +00:00
Sean Larkin a2a0e01862
Merge pull request #17365 from webpack/refactor-types
refactor(types): more
2023-06-14 11:12:19 -07:00
alexander.akait 5efc30a0b0 refactor: rebase 2023-06-14 19:47:52 +03:00