Commit Graph

71 Commits

Author SHA1 Message Date
flarum-bot
e731fb6189 Bundled output for commit 229a7affa5
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2023-08-02 17:04:35 +00:00
Sami Mazouz
229a7affa5
feat: Code Splitting (#3860)
* feat: configure webpack to allow splitting chunks
* feat: `JsDirectoryCompiler` and expose js assets URL
* chore: support es2020 dynamic importing
* feat: control which URL to fetch chunks from
* feat: allow showing async modals & split 'LogInModal'
* feat: split `SignUpModal`
* feat: allow rendering async pages & split `UserSecurityPage`
* fix: module might not be listed in chunk
* feat: lazy load user pages
* feat: track the chunk containing each module
* chore: lightly warn
* chore: split `Composer`
* feat: add common frontend (for split common chunks)
* fix: jsDoc typing imports should be ignored
* feat: split `PostStream` `ForgotPasswordModal` and `EditUserModal`
* fix: multiple inline async imports not picked up
* chore: new `common` frontend assets only needs a jsdir compiler
* feat: add revision hash to chunk import URL
* fix: nothing to split for `admin` frontend yet
* chore: cleanup registry API
* chore: throw an error in debug mode if attempting to import a non-loaded module
* feat: defer `extend` & `override` until after module registration
* fix: plugin not picking up on all module sources
* fix: must override default chunk loader function from webpack plugin
* feat: split tags `TagDiscussionModal` and `TagSelectionModal`
* fix: wrong export name
* feat: import chunked modules from external packages
* feat: extensions compatibility
* feat: Router frontend extender async component
* chore: clean JS output path (removes stale chunks)
* fix: common chunks also need flushing
* chore: flush backend stale chunks
* Apply fixes from StyleCI
* feat: loading alert when async page component is loading
* chore: `yarn format`
* chore: typings
* chore: remove exception
* Apply fixes from StyleCI
* chore(infra): bundlewatch
* chore(infra): bundlewatch split chunks
* feat: split text editor
* chore: tag typings
* chore: bundlewatch
* fix: windows paths
* fix: wrong planned ext import format
2023-08-02 17:57:57 +01:00
flarum-bot
9feb9dd4eb Bundled output for commit 016503d8c3
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2023-06-29 18:24:31 +00:00
flarum-bot
3757bde4fc Bundled output for commit f67ca5782a
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2023-06-07 10:45:14 +00:00
dependabot[bot]
13e655aca5
chore(deps): bump webpack from 5.75.0 to 5.76.0 (#3761)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-19 07:45:00 +01:00
flarum-bot
0e238a9c82 Bundled output for commit 64fa35f2f3
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2022-11-25 17:25:24 +00:00
flarum-bot
c50c924242 Bundled output for commit 18bdd48835
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2022-11-16 10:30:13 +00:00
flarum-bot
ab56aefeaa Bundled output for commit 259db92b9a
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2022-11-10 23:30:18 +00:00
flarum-bot
021793fc52 Bundled output for commit 9ab1680b17
Includes transpiled JS/TS.

[skip ci]
2022-07-29 12:54:55 +00:00
Sami Mazouz
27fb011bf5
chore: with yarn workspaces we only need a single yarn.lock (#3464)
* chore: yarn workspaces means we only need a single `yarn.lock`
* fix: add a `cache_dependency_path` workflow input
* fix: re-introduce `env.cache_dependency_path`
2022-06-19 19:01:21 +01:00
flarum-bot
b5e5ae8c4c Bundled output for commit b0fa795cc9
Includes transpiled JS/TS.

[skip ci]
2022-04-07 16:56:27 +00:00
Alexander Skvortsov
f2910d8763 chore: add version to core/ext package.json
This is necessary for yarn workspaces to work.
2022-03-11 19:12:11 -05:00
Alexander Skvortsov
5fc0b4963a chore: flarum-cli audit infra --fix 2022-03-11 18:02:51 -05:00
flarum-bot
514d843c04 Bundled output for commit 99033734e2
Includes transpiled JS/TS.

[skip ci]
2022-01-20 08:26:50 +00:00
Alexander Skvortsov
99033734e2 chore: flarum-cli audit infra --fix 2022-01-20 03:25:07 -05:00
flarum-bot
1bb5c2a609 Bundled output for commit 7b621df353
Includes transpiled JS/TS.

[skip ci]
2022-01-11 10:43:29 +00:00
Ian Morland
7b621df353 chore: repo maintenance (#12)
* Bump deps

* Update imports

* Format
2022-01-11 10:42:06 +00:00
flarum-bot
408a1bba51 Bundled output for commit 6f117a24e4
Includes transpiled JS/TS.

[skip ci]
2021-10-13 11:02:15 +00:00
David Wheatley
6f117a24e4 chore: update lockfile 2021-10-13 12:01:03 +01:00
David Wheatley
15dee0ca48 chore: fix JS 2021-10-13 12:00:05 +01:00
flarum-bot
8ff66a09d8 Bundled output for commit 8109eda0c6
Includes transpiled JS/TS.

[skip ci]
2021-10-12 01:27:28 +00:00
Alexander Skvortsov
8109eda0c6 Release v1.1.0 2021-10-11 21:04:49 -04:00
Daniel Klabbers
a20651617e changes for stable 2021-05-25 15:28:08 +02:00
Daniel Klabbers
1890553c8b npm audit 2021-03-15 10:51:41 +01:00
Daniël Klabbers
abf29bd77b npm audit fix 2020-12-14 21:34:57 +01:00
Daniël Klabbers
4a6a4c6f95 npm audit security vulnerabilities patched 2020-10-14 08:58:24 +02:00
flarum-bot
bae0f5b6ff Bundled output for commit 5dfc037719 [skip ci] 2020-10-02 23:20:02 +00:00
Alexander Skvortsov
5dfc037719 Use flarum/utils/Stream instead of m.stream 2020-10-02 19:19:05 -04:00
flarum-bot
a3119e151e Bundled output for commit f23a3833fa [skip ci] 2020-09-24 02:46:21 +00:00
Alexander Skvortsov
f23a3833fa Mithril 2 Update (#10)
Update for Mithril 2
2020-09-23 22:45:14 -04:00
dependabot[bot]
300015927f Bump elliptic from 6.5.2 to 6.5.3 in /js (#9)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 01:07:53 +02:00
dependabot[bot]
1eac18a1fd Bump lodash from 4.17.15 to 4.17.19 in /js (#8)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 10:46:55 +02:00
Franz Liedke
5b5a3405f4 Update Webpack 2020-05-01 10:29:25 +02:00
flarum-bot
a5f87d4e2e Bundled output for commit 5beb553730 [skip ci] 2020-04-24 12:31:59 +00:00
Franz Liedke
5beb553730 npm audit fix 2020-04-24 14:30:27 +02:00
dependabot[bot]
11b798a4a6 Bump acorn from 6.4.0 to 6.4.1 in /js (#7)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-17 20:23:22 +01:00
flarum-bot
d61514efab Bundled output for commit e58814a187 [skip ci] 2020-02-26 07:03:08 +00:00
Franz Liedke
e58814a187 Update Webpack 2020-02-26 08:02:11 +01:00
flarum-bot
56d643c49d Bundled output for commit 6cfa42eb90 [skip ci] 2019-09-09 20:20:21 +00:00
Daniël Klabbers
6cfa42eb90 Merge pull request #6 from flarum/ds/beta-8-fixes
Make embed functional again
2019-09-09 22:18:42 +02:00
flarum-bot
59f375e498 Bundled output for commit 93ec72214a [skip ci] 2019-09-05 00:06:31 +00:00
Franz Liedke
93ec72214a Remove obsolete imports 2019-09-05 02:02:49 +02:00
David Sevilla Martín
1be6e31f2a Merge branch 'master' into ds/beta-8-fixes 2019-08-21 10:10:04 -04:00
flarum-bot
64243f2aa4 Bundled output for commit 6ee71dfe46 [skip ci] 2019-08-20 21:45:52 +00:00
David Sevillas Martin
554927f9b9 Remove unneeded JS imports 2019-08-19 18:59:57 -04:00
David Sevillas Martin
da300e5a77 Update JS dependencies 2019-08-19 18:59:47 -04:00
Franz Liedke
86dc439d52 Update JS dependencies to fix vulnerable packages 2019-02-13 20:08:20 +01:00
Toby Zerner
b678ace1eb Make npm package private, update deps, change watch to dev 2018-11-22 12:13:41 +10:30
Toby Zerner
d748d8739d Update for beta 8 2018-11-22 12:13:41 +10:30
Toby Zerner
856906d208 Update for beta 6, fix some errors 2016-06-05 09:54:25 +09:30