alexander.akait
|
eabf85d858
|
chore(release): 5.94.0
|
2024-08-22 16:02:03 +03:00 |
Alexander Akait
|
955e057abc
|
security: fix DOM clobbering in auto public path
|
2024-08-22 15:05:07 +03:00 |
alexander.akait
|
9822387362
|
test: fix
|
2024-08-21 19:03:48 +03:00 |
alexander.akait
|
cbb86ede32
|
test: fix
|
2024-08-21 18:49:35 +03:00 |
Alexander Akait
|
5ac3d7f2cd
|
fix: unexpected asi generation with sequence expression
|
2024-08-21 15:49:04 +03:00 |
alexander.akait
|
2411661bd1
|
security: fix DOM clobbering in auto public path
|
2024-08-21 15:47:34 +03:00 |
Hana
|
b8c03d4772
|
fix: unexpected asi generation with sequence expression
|
2024-08-21 16:32:04 +08:00 |
Alexander Akait
|
f46a03ccbc
|
revert: do not use heuristic fallback for "module-import"
|
2024-08-20 14:12:59 +03:00 |
fi3ework
|
60f189871a
|
fix: do not use heuristic fallback for "module-import"
|
2024-08-20 13:57:40 +08:00 |
fi3ework
|
66306aa456
|
Revert "fix: module-import get fallback from externalsPresets"
This reverts commit c951c982e3.
|
2024-08-19 19:50:35 +08:00 |
Alexander Akait
|
8bf907b239
|
fix: handle ASI for export declaration
|
2024-08-15 16:54:46 +03:00 |
inottn
|
420cb39bdd
|
fix: handle ASI for export declaration
|
2024-08-15 20:32:58 +08:00 |
Alexander Akait
|
844fe4b2fa
|
fix: ts types
|
2024-08-15 14:14:16 +03:00 |
Alexander Akait
|
e8384b2090
|
chore(deps-dev): bump @types/node from 22.2.0 to 22.3.0 in the dependencies group
|
2024-08-15 14:11:57 +03:00 |
dependabot[bot]
|
78f784265f
|
chore(deps-dev): bump @types/node in the dependencies group
Bumps the dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `@types/node` from 22.2.0 to 22.3.0
- [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
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-15 03:01:13 +00:00 |
alexander.akait
|
a2b0f9bac0
|
fix: ts types
|
2024-08-14 21:38:08 +03:00 |
Alexander Akait
|
46cee28719
|
feat: support `webpackIgnore` for `new URL()` construction
|
2024-08-14 19:18:42 +03:00 |
Alexander Akait
|
71ce863569
|
fix: mangle destruction incorrect with export named default
|
2024-08-14 19:14:31 +03:00 |
Alexander Akait
|
ddbea27133
|
test: name in multi compiler mode
|
2024-08-14 18:18:33 +03:00 |
alexander.akait
|
04d70cd29e
|
test: name in multi compiler mode
|
2024-08-14 17:48:59 +03:00 |
alexander.akait
|
ebd3050243
|
test: more
|
2024-08-14 17:06:35 +03:00 |
alexander.akait
|
5cdd031fb6
|
feat: support `webpackIgnore` for `new URL()` construction
|
2024-08-14 16:58:10 +03:00 |
jserfeng
|
0d856a3553
|
fix: mangle destruction incorrect with export named default
|
2024-08-14 21:38:14 +08:00 |
Alexander Akait
|
cb6ffaf38f
|
fix: handle ASI for export named declarations
|
2024-08-14 15:11:23 +03:00 |
Alexander Akait
|
62f4c687a6
|
refactor: module-import get fallback from externalsPresets
|
2024-08-14 15:10:51 +03:00 |
alexander.akait
|
d28b92c80c
|
fix: handle ASI for export named declarations
|
2024-08-14 14:47:21 +03:00 |
Alexander Akait
|
8a12d37d32
|
chore(deps): bump the dependencies group with 3 updates
|
2024-08-14 13:54:20 +03:00 |
dependabot[bot]
|
16cc98b47d
|
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [watchpack](https://github.com/webpack/watchpack), [lint-staged](https://github.com/lint-staged/lint-staged) and [terser](https://github.com/terser/terser).
Updates `watchpack` from 2.4.1 to 2.4.2
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Commits](https://github.com/webpack/watchpack/compare/v2.4.1...v2.4.2)
Updates `lint-staged` from 15.2.8 to 15.2.9
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9)
Updates `terser` from 5.31.5 to 5.31.6
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)
---
updated-dependencies:
- dependency-name: watchpack
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-14 02:43:38 +00:00 |
Alexander Akait
|
a4adf9ff4e
|
fix: `related` in asset stats is now always an array
|
2024-08-13 19:40:15 +03:00 |
alexander.akait
|
3c675c5510
|
refactor: fix logic
|
2024-08-13 19:09:15 +03:00 |
alexander.akait
|
21621cc49f
|
test: fix
|
2024-08-13 18:25:02 +03:00 |
alexander.akait
|
f7fd4ae43a
|
fix: `related` in asset stats is now always an array
|
2024-08-13 18:13:07 +03:00 |
Alexander Akait
|
a5a06140e2
|
feat(CSS): pathinfo support
|
2024-08-13 14:15:07 +03:00 |
fi3ework
|
c951c982e3
|
fix: module-import get fallback from externalsPresets
|
2024-08-13 12:10:06 +08:00 |
alexander.akait
|
026f82d57b
|
test: update
|
2024-08-12 17:20:54 +03:00 |
alexander.akait
|
856f3a4bfb
|
refactor: rebase
|
2024-08-12 17:12:05 +03:00 |
Alexander Akait
|
d8b869fa92
|
Merge branch 'main' into feat/at_import_pathinfo_support
|
2024-08-12 17:08:27 +03:00 |
alexander.akait
|
7298d19d4a
|
refactor: logic
|
2024-08-12 16:53:44 +03:00 |
Alexander Akait
|
1012ed8546
|
fix: move `@types/eslint-scope` to dev deps
|
2024-08-12 16:09:52 +03:00 |
alexander.akait
|
815f6723f5
|
fix: move `@types/eslint-scope` to dev deps
|
2024-08-12 15:29:41 +03:00 |
Alexander Akait
|
29025155e8
|
chore(deps-dev): bump the dependencies group across 1 directory with 6 updates
|
2024-08-12 15:22:20 +03:00 |
dependabot[bot]
|
3c5cd4ac85
|
chore(deps-dev): bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.8.0` | `9.9.0` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `2.6.1` | `2.6.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.1.0` | `22.2.0` |
| [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.7.0` | `28.8.0` |
| [terser](https://github.com/terser/terser) | `5.31.3` | `5.31.5` |
Updates `@eslint/js` from 9.8.0 to 9.9.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/commits/v9.9.0/packages/js)
Updates `@stylistic/eslint-plugin` from 2.6.1 to 2.6.2
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v2.6.2/packages/eslint-plugin)
Updates `@types/node` from 22.1.0 to 22.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `eslint` from 9.8.0 to 9.9.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/v9.8.0...v9.9.0)
Updates `eslint-plugin-jest` from 28.7.0 to 28.8.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/v28.7.0...v28.8.0)
Updates `terser` from 5.31.3 to 5.31.5
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.31.3...v5.31.5)
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: "@stylistic/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-12 11:49:29 +00:00 |
Alexander Akait
|
cc4d671855
|
test: avoid real hash using
|
2024-08-12 14:44:36 +03:00 |
alexander.akait
|
936548211c
|
test: avoid real hash using
|
2024-08-12 14:30:19 +03:00 |
faga
|
fe51e3e48b
|
feat: at_import pathinfo support
|
2024-08-12 02:17:52 +08:00 |
Alexander Akait
|
001cab1469
|
fix: types
|
2024-08-09 19:08:16 +03:00 |
alexander.akait
|
0a76fa02d3
|
fix: types
|
2024-08-09 18:42:37 +03:00 |
Alexander Akait
|
86272e4849
|
fix: types
|
2024-08-08 21:04:22 +03:00 |
alexander.akait
|
7fd8ffb271
|
fix: types
|
2024-08-08 20:03:17 +03:00 |
alexander.akait
|
1805436d3b
|
fix: types
|
2024-08-07 21:59:26 +03:00 |