Commit Graph

16829 Commits

Author SHA1 Message Date
alexander.akait 7125cc6884 feat: allow to set `web`/`webworker` and `node` environments 2024-04-17 15:11:10 +03:00
Alexander Akait b630e21e10
chore(deps-dev): bump core-js from 3.36.1 to 3.37.0 2024-04-17 12:56:56 +03:00
dependabot[bot] ec43d6ea1c
chore(deps-dev): bump core-js from 3.36.1 to 3.37.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.36.1 to 3.37.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.37.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>
2024-04-17 02:07:01 +00:00
Alexander Akait 3fe0502e30
chore(deps-dev): bump memfs from 4.8.1 to 4.8.2 2024-04-16 15:18:49 +03:00
dependabot[bot] ca05537872
chore(deps-dev): bump memfs from 4.8.1 to 4.8.2
Bumps [memfs](https://github.com/streamich/memfs) from 4.8.1 to 4.8.2.
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/memfs/compare/v4.8.1...v4.8.2)

---
updated-dependencies:
- dependency-name: memfs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 02:36:37 +00:00
Alexander Akait e97af9b531
feat: support `node:` prefix for Node.js core modules in runtime code 2024-04-12 16:31:23 +03:00
alexander.akait 6e85f7f1c0 test: fix 2024-04-12 15:41:05 +03:00
Alexander Akait 0f7dedd712
fix: stats.hasWarnings() respects ignoreWarnings 2024-04-12 15:10:33 +03:00
alexander.akait 7ec9157d78 test: added 2024-04-12 15:08:08 +03:00
nanianlisao 2cf4283751 update test 2024-04-12 17:05:01 +08:00
chenxiang 6f8340a59b
Merge branch 'webpack:main' into fix/stats-hasWarnings 2024-04-12 17:00:06 +08:00
alexander.akait 7fc1d52f42 test: update 2024-04-11 19:24:59 +03:00
alexander.akait bfe7a71f85 feat: support `node:` prefix for Node.js core modules in runtime code 2024-04-11 19:16:15 +03:00
Alexander Akait d0ee82bd58
Merge pull request #18312 from webpack/dependabot/npm_and_yarn/assemblyscript-0.27.27
chore(deps-dev): bump assemblyscript from 0.27.26 to 0.27.27
2024-04-11 14:03:19 +03:00
Alexander Akait 0a894d86bb
Merge pull request #18314 from webpack/dependabot/npm_and_yarn/typescript-5.4.5
chore(deps-dev): bump typescript from 5.4.4 to 5.4.5
2024-04-11 14:03:04 +03:00
dependabot[bot] 865bf93afd
chore(deps-dev): bump typescript from 5.4.4 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.4...v5.4.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 02:33:24 +00:00
dependabot[bot] c883e50aa4
chore(deps-dev): bump assemblyscript from 0.27.26 to 0.27.27
Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.27.26 to 0.27.27.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](https://github.com/AssemblyScript/assemblyscript/compare/v0.27.26...v0.27.27)

---
updated-dependencies:
- dependency-name: assemblyscript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 02:32:55 +00:00
Alexander Akait 77a4398a90
chore(deps-dev): bump @types/node from 20.12.5 to 20.12.7 2024-04-10 15:21:02 +03:00
dependabot[bot] 338352b57e
chore(deps-dev): bump @types/node from 20.12.5 to 20.12.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.5 to 20.12.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 02:33:32 +00:00
Alexander Akait 9a3c75d1e7
fix: ArrayQueue iterator logic 2024-04-09 16:47:55 +03:00
alexander.akait 878ae8a8b3 fix: ArrayQueue iterator 2024-04-09 14:16:44 +03:00
Alexander Akait 7090328ba3
chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.2.0 2024-04-08 16:12:43 +03:00
Alexander Akait 8dd5096298
chore(deps-dev): bump @types/node from 20.12.4 to 20.12.5 2024-04-08 16:12:04 +03:00
Alexander Akait 5571ba1b0b
chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 2024-04-08 16:11:05 +03:00
dependabot[bot] aa58d58ef2
chore(deps-dev): bump @types/node from 20.12.4 to 20.12.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.4 to 20.12.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:42:23 +00:00
dependabot[bot] 7778dadc08
chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.2.0
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.2.0.
- [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.9.0...v28.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:41:51 +00:00
dependabot[bot] dbc9973714
chore(deps-dev): bump typescript from 5.4.3 to 5.4.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 02:58:01 +00:00
Alexander Akait 00cee81f1c
chore(deps-dev): bump assemblyscript from 0.27.25 to 0.27.26 2024-04-04 13:16:54 +03:00
Alexander Akait 78fe999601
chore(deps-dev): bump @babel/core from 7.24.3 to 7.24.4 2024-04-04 13:16:35 +03:00
Alexander Akait aa8678752d
chore(deps-dev): bump @types/node from 20.12.3 to 20.12.4 2024-04-04 13:15:38 +03:00
dependabot[bot] 08506a91ac
chore(deps-dev): bump @types/node from 20.12.3 to 20.12.4
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.3 to 20.12.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 02:55:00 +00:00
dependabot[bot] a63806cbcc
chore(deps-dev): bump @babel/core from 7.24.3 to 7.24.4
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.3 to 7.24.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 02:54:39 +00:00
dependabot[bot] 929cf92129
chore(deps-dev): bump assemblyscript from 0.27.25 to 0.27.26
Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.27.25 to 0.27.26.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](https://github.com/AssemblyScript/assemblyscript/compare/v0.27.25...v0.27.26)

---
updated-dependencies:
- dependency-name: assemblyscript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 02:54:21 +00:00
Alexander Akait 049ea2f29f
chore(deps-dev): bump @types/node from 20.12.2 to 20.12.3 2024-04-03 13:11:44 +03:00
dependabot[bot] 056301a536
chore(deps-dev): bump @types/node from 20.12.2 to 20.12.3
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.2 to 20.12.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 02:58:24 +00:00
Alexander Akait 3361a5e5f5
feat(css): redirect named locals to default export when named export is disabled 2024-04-02 18:29:53 +03:00
alexander.akait ca0f1e82ed test: fix 2024-04-02 17:40:26 +03:00
alexander.akait f3dbf6bc39 feat(css): allow to use default and named export 2024-04-02 16:57:29 +03:00
Alexander Akait 3403e99c14
chore(deps-dev): bump memfs from 4.8.0 to 4.8.1 2024-04-02 14:21:56 +03:00
Alexander Akait 57cfd7f630
chore(deps-dev): bump @types/node from 20.11.30 to 20.12.2 2024-04-02 14:21:31 +03:00
dependabot[bot] 972577c242
chore(deps-dev): bump @types/node from 20.11.30 to 20.12.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 02:18:23 +00:00
dependabot[bot] 91dca36f8b
chore(deps-dev): bump memfs from 4.8.0 to 4.8.1
Bumps [memfs](https://github.com/streamich/memfs) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/memfs/compare/v4.8.0...v4.8.1)

---
updated-dependencies:
- dependency-name: memfs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-01 02:17:15 +00:00
Alexander Akait 23c3943761
chore(deps-dev): bump simple-git from 3.23.0 to 3.24.0 2024-03-29 11:56:29 +03:00
dependabot[bot] 0138f42d38
chore(deps-dev): bump simple-git from 3.23.0 to 3.24.0
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.23.0 to 3.24.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.24.0/simple-git)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 03:26:17 +00:00
Alexander Akait e00439e7fa
fix: correct behavior of `__webpack_exports_info__.a.b.canMangle` 2024-03-26 13:01:24 +03:00
Alexander Akait 4598a3e702
chore(deps): bump es-module-lexer from 1.4.2 to 1.5.0 2024-03-26 12:59:58 +03:00
dependabot[bot] 45a147a719
chore(deps): bump es-module-lexer from 1.4.2 to 1.5.0
Bumps [es-module-lexer](https://github.com/guybedford/es-module-lexer) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](https://github.com/guybedford/es-module-lexer/compare/1.4.2...1.5.0)

---
updated-dependencies:
- dependency-name: es-module-lexer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 03:04:55 +00:00
David Michon c5fe368326 (test) Clarify unit test for xxx.yyy.canMangle 2024-03-25 15:14:03 -07:00
David Michon 2feccc099d (fix) Correct behavior of __webpack_exports_info__.a.b.canMangle 2024-03-25 15:01:41 -07:00
Alexander Akait 29cc4ead7e
fix(types): context module types 2024-03-25 19:25:28 +03:00