JC Brand
cac92c3ebc
Bump copy-webpack-plugin
to 11.0.0
2022-08-09 13:33:12 +02:00
JC Brand
603f8349e8
Bump eslint and use @babel/eslint-parser
...
Also had to add a `babel.config.js` for it to work
2022-08-09 11:56:00 +02:00
JC Brand
c716551fc8
Update postcss-loader to version 7.0.1
2022-08-09 11:00:38 +02:00
JC Brand
085de8405f
Bump Lerna to 5.1.8
2022-07-19 10:47:23 +02:00
JC Brand
a95c070c2b
Set autoprefixer version to fix compilation error
2022-06-22 14:05:03 +02:00
JC Brand
b7e793df02
Bump 3rd party dependencies
2022-06-20 21:05:27 +02:00
JC Brand
b8579ccc90
Explicitly add po2json as dependency and fix package-lock version
2022-06-16 15:33:43 +02:00
JC Brand
ae2bd63d8f
Release 9.1.1
2022-05-05 21:33:31 +02:00
JC Brand
4b6626ee70
Improve and simplify the webpack builds
...
I've now also figured out why loading of chunks failed when running
using converse.js (but not when using converse.min.js or when running `make watch`).
When running `make dist`, first `converse.js` and `converse.min.js` were
built with `mode` set to `development` (via `webpack.dev.js`) and then
`converse.min.js` was again built with mode set to `production` (via
`webpack.prod.js`).
When running only one build or the other (either `webpack.dev.js` or
`webpack.prod.js`) then the loading of chunks didn't fail, so it had
something to do with running both builds back to back.
I've now removed the `.dev.js` webpack config files and instead build
the minimized and non-minimized from the same config file
`webpack.build.js`.
I did the same for the headless builds.
2022-05-05 07:28:44 +02:00
JC Brand
8ea9e8a5ad
Update to po-loader 0.6.1
2022-05-04 21:54:51 +02:00
JC Brand
ad8c250314
Fix loading of fonts
...
No need to use `file-loader` anymore, using the built-in resource loading.
2022-05-04 21:54:51 +02:00
JC Brand
02146bdf22
Fixes #2906
...
Bump po-loader to a commit that includes the latest po2json
2022-05-04 14:37:58 +02:00
JC Brand
a3b5c58023
Bump autoprefixer to 10.4.5
2022-04-29 00:13:20 +02:00
JC Brand
1f7fe4f48e
Upgrade to Strophe 1.5.0 and upgrade various other dependencies
...
Had to add `src/strophe-shims.js` as a webpack alias to the shims.js
file in Strophe because the usage of `require` to load Node.js packags
in shims.js is causing problems with Webpack 5.
Set postcss-clean to 1.2.0 to fix the build error `node.getIterator() is
not a function`
Upgrade to latest Webpack
2022-04-28 23:53:31 +02:00
JC Brand
828b6785b4
Bump babel-loader
, karma-jasmine
and webpack-dev-server
2022-04-26 21:39:52 +02:00
JC Brand
e06d335b7d
Bump dependencies
...
Bump `http-server`, `@babel/core`, `clean-css-cli`, `karma-chrome-launcher` and `sass`
2022-04-26 21:25:59 +02:00
JC Brand
8e612e3cd9
Bump lit, karma, prettierx and localforage-webextensionstorage-driver
2022-04-26 21:05:14 +02:00
JC Brand
18ca225450
Update Sass and sass-loader
2022-04-25 16:24:06 +02:00
JC Brand
fe10f2203b
Bump minimist, mini-css-extract-plugin and css-loader
2022-04-25 13:40:13 +02:00
JC Brand
35b2c247f3
Remove po2json as explicit dep. Fixes build issue
2022-04-23 12:57:41 +02:00
JC Brand
99ae9a9850
Update webpack-copy-plugin
2022-04-09 09:13:05 +02:00
JC Brand
6b1845ff39
Release 9.1.0
2022-04-02 19:31:37 +02:00
JC Brand
d432bab73a
Remove and recreate lockfiles
...
To see if that fixes Github Actions CI
2022-02-28 13:34:40 +01:00
JC Brand
351212cd13
Move webpack files into dir
2022-01-27 13:08:40 +01:00
JC Brand
93ec6e4e83
Also build a non-minified version of converse-headless
...
Relevant to #2788
2022-01-27 11:51:54 +01:00
JC Brand
077162529d
Release 9.0.0
2021-11-29 10:00:38 +01:00
Andy Friedman
c76e6fb86b
Compress new avatar images
2021-11-19 13:01:09 +01:00
JC Brand
6b3f8a3f39
Release 8.0.1
2021-09-09 22:09:26 +02:00
JC Brand
8d62c2b103
Bump dompurify to latest version
2021-08-26 06:58:00 +02:00
JC Brand
726dbddea7
Bump webpack-dev-server
2021-08-26 06:42:35 +02:00
JC Brand
b936824348
Bump eslint
2021-08-25 14:16:36 +02:00
JC Brand
b22127a877
Downgrade css-loader to 5.2.7
...
Fixes an issue with fonts not showing properly
2021-07-15 15:59:07 +02:00
JC Brand
d7af120154
Bump css-loader to 6.0.0
2021-07-15 14:36:28 +02:00
JC Brand
7bc70f728a
Bump style loader to version 3.1.0
2021-07-15 14:32:53 +02:00
JC Brand
664c3522a7
Update postcss-loader to 6.1.1
2021-07-15 14:28:34 +02:00
JC Brand
2bcf01f5ab
Use DOMPurify instead of XSS.js
...
Remove exports-loader, which is therefore no longer necessary
2021-07-15 14:16:41 +02:00
JC Brand
14e5e3b3a6
Bump more deps and update changelog to mention required Node version
2021-07-15 12:47:19 +02:00
JC Brand
3c0a621b47
Bump various dependencies
2021-07-15 11:54:55 +02:00
JC Brand
b90a435833
Move url related utility methods to @converse/headless
2021-07-05 18:35:58 +02:00
JC Brand
27bc548552
Update more 3rd party dependencies
2021-06-29 16:46:40 +02:00
JC Brand
424a0c43a3
Upgrade babel
2021-06-29 16:27:32 +02:00
JC Brand
3e9f028bf4
Update more 3rd party deps
2021-06-29 13:00:36 +02:00
JC Brand
f4da817cb2
Upgrades
...
babel/cli, lerna/ mini-css-extract-plugin, postcss-clean and webpack-merge
2021-06-25 17:17:34 +02:00
JC Brand
51e0237f5d
Upgrade lit to 2.0.0-rc.2
2021-06-25 11:34:56 +02:00
JC Brand
14020125b9
Remove sinon and bump npm
2021-06-25 11:21:17 +02:00
JC Brand
4c6c774251
Bump jasmine from 3.5.0 to 3.7.0
2021-06-25 10:55:56 +02:00
JC Brand
fe28b3e6af
Upgrade copy-webpack-plugin to 9.0.0
2021-06-25 10:51:36 +02:00
JC Brand
ba0ea6c2c4
Update translations based on suggestions from Zash on weblate
2021-06-25 10:38:38 +02:00
JC Brand
14f0ed43c5
Add dayjs as dependency to @converse/headless
2021-06-16 14:47:34 +02:00
JC Brand
dd609c1cec
Get the webpack dev server to work again
...
This required triggering the `converse-loaded` event in the entry.js
file, which means it won't be triggered for `@converse/headless` when
used in isolation.
Not ideal, but probably ok because consumers of `@converse/headless`
should probably import it into their own project in any case.
2021-05-06 12:07:44 +02:00