055d304bc9
Merge pull request #6291 from wallabag/release/2.5.4
...
Prepare 2.5.4
2023-02-07 22:20:00 +01:00
812d6ac376
Prepare 2.5.4
2023-02-07 22:03:20 +01:00
268372dbbd
Merge pull request #6289 from wallabag/2.5/fix-csrf-user-deletion
...
Fix CSRF on user deletion
2023-02-07 21:52:51 +01:00
4e023bddc3
Merge pull request #6288 from wallabag/2.5/xss-username-share-page
...
Fix XSS on username on share page
2023-02-07 21:43:04 +01:00
acd285dcbb
Merge pull request #6290 from wallabag/2.5/fix-add-tag-other-entries
...
Fix adding tag to entries from other people
2023-02-07 21:42:46 +01:00
f1b3d5cdd7
Fix CSRF on user deletion
2023-02-07 21:41:52 +01:00
242e3feac9
Fix adding tag to entries from other people
...
I've also limited tag length to 20 chars (and limit adding more than 5 tags at once)
2023-02-07 21:25:57 +01:00
bd4c71682e
Fix XSS on username on share page
2023-02-07 19:58:06 +01:00
784bc1393c
Merge pull request #6275 from wallabag/2.x/fix-release-script
...
Fix release script
2023-02-06 10:13:57 +01:00
42b03d2834
Fix release script
...
The release script cloned the master branch by default because we never have to clone something else from now.
The script will now clone the tag using the given VERSION parameter.
2023-02-03 10:10:35 +01:00
8954100779
Merge pull request #6267 from wallabag/release/2.5.3
...
Prepare 2.5.3
2023-02-01 10:15:18 +01:00
b795622f06
Prepare 2.5.3
2023-02-01 09:51:02 +01:00
5ac6b6bff9
Merge pull request from GHSA-mrqx-mjc4-vfh3
...
AnnotationController: fix improper authorization vulnerability
2023-02-01 09:32:22 +01:00
0f7460dbab
Merge pull request from GHSA-qwx8-mxxx-mg96
...
ExportController: fix improper authorization vulnerability
2023-02-01 09:30:43 +01:00
3ed7f2b751
AnnotationController: fix improper authorization vulnerability
...
This PR is based on 2.5.x branch.
We fix the improper authorization by retrieving the annotation using id
and user id.
We also replace the ParamConverter used to get the requested Annotation
on put and delete actions with an explicit call to AnnotationRepository
in order to prevent a resource enumeration through response discrepancy.
Fixes GHSA-mrqx-mjc4-vfh3
Co-authored-by: Jeremy Benoist <jeremy.benoist@gmail.com >
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-01-27 23:34:14 +01:00
0fdd9aa991
ExportController: fix improper authorization vulnerability
...
We fix the improper authorization by duplicating the check done by
the private method EntryController::checkUserAction().
We also replace the ParamConverter used to get the requested Entry with
an explicit call to EntryRepository in order to prevent a resource
enumeration through response discrepancy. Thus, we get the same
exception whether the requested resource does not exist or is not owned
by the requester.
Fixes GHSA-qwx8-mxxx-mg96
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2023-01-20 15:09:38 +01:00
9e9aedee94
Merge pull request #6241 from wallabag/fix/2.5/update-deps
...
Update deps before 2.5.3
2023-01-16 10:26:47 +01:00
ea189503de
Fix tests
2023-01-16 10:21:37 +01:00
b50197664e
Update deps before 2.5.3
...
At least, site config will be up to date.
2023-01-16 10:07:06 +01:00
63b7b1c18f
Merge pull request #6026 from wallabag/release/2.5.2
2022-10-21 06:43:56 +02:00
7b2107d3bb
Prepare 2.5.2
2022-10-20 16:00:16 +02:00
14801e36d0
Merge pull request #6025 from weblate/weblate-wallabag-messages
2022-10-20 05:55:23 +02:00
08ce432cea
Translated using Weblate (Japanese)
...
Currently translated at 97.7% (565 of 578 strings)
2022-10-20 02:07:40 +02:00
809e41fe6b
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (40 of 40 strings)
2022-10-20 02:07:39 +02:00
ce79140426
Merge pull request #5992 from wallabag/feature/download-svg-locally
...
Add support to download SVG locally
2022-10-18 11:38:31 +02:00
dc28d7ea0f
Add support to download SVG locally
2022-10-18 11:14:45 +02:00
3340262707
Merge pull request #6019 from yotamN/feature/domain-name-filter
...
Add `domain_name` to entries api endpoint
2022-10-17 21:54:05 +02:00
d4b0b62bb5
Fix unrelated failing test
...
LExpansion is down ATM.
Use a website which isn't down randomly.
2022-10-17 21:49:03 +02:00
7b150dcd26
Add tests
2022-10-17 21:37:08 +02:00
24ae1dbc95
Merge pull request #6023 from wallabag/dependabot/npm_and_yarn/postcss-8.4.18
...
Bump postcss from 8.4.17 to 8.4.18
2022-10-17 02:23:45 +00:00
3ddfe3315a
Bump postcss from 8.4.17 to 8.4.18
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.17 to 8.4.18.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.17...8.4.18 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 02:19:36 +00:00
4d318ff559
Merge pull request #6022 from wallabag/dependabot/npm_and_yarn/stylelint-14.14.0
...
Bump stylelint from 14.13.0 to 14.14.0
2022-10-17 02:14:54 +00:00
ee715e8b81
Merge pull request #6021 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.4
...
Bump @babel/preset-env from 7.19.3 to 7.19.4
2022-10-17 02:10:08 +00:00
1d9137a343
Bump stylelint from 14.13.0 to 14.14.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.13.0 to 14.14.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.13.0...14.14.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 02:06:24 +00:00
7f31603203
Bump @babel/preset-env from 7.19.3 to 7.19.4
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.3 to 7.19.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.19.4/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-17 02:05:59 +00:00
f994ab8b5d
Add domain_name to entries api endpoint
2022-10-16 18:36:41 +03:00
e67e557721
Merge pull request #6016 from weblate/weblate-wallabag-messages
2022-10-13 07:13:46 +02:00
6f750a3b66
Translated using Weblate (Italian)
...
Currently translated at 82.3% (476 of 578 strings)
2022-10-13 00:29:42 +02:00
3589aafbff
Merge pull request #6015 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-10-12 09:05:31 +02:00
6569d15297
Translated using Weblate (Italian)
...
Currently translated at 82.5% (33 of 40 strings)
2022-10-11 23:29:17 +02:00
a4ea04c9db
Merge pull request #6013 from wallabag/fix/random-failing-test
...
Fix random failing tests
2022-10-10 09:43:19 +02:00
53574f05d5
Fix random failing tests
...
Looks like `20minutos.es` sometimes does not return the expected language.
Switching to `elpais.com` fix the problem.
2022-10-10 09:15:26 +02:00
cb8f50307c
Merge pull request #6011 from wallabag/dependabot/npm_and_yarn/eslint-8.25.0
...
Bump eslint from 8.24.0 to 8.25.0
2022-10-10 07:09:50 +00:00
4f16640d90
Merge pull request #6012 from wallabag/dependabot/github_actions/dependabot/fetch-metadata-1.3.4
...
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.4
2022-10-10 09:06:24 +02:00
a34750b5ee
Bump dependabot/fetch-metadata from 1.3.1 to 1.3.4
...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases )
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 02:16:51 +00:00
3b1e4e027b
Merge pull request #6010 from wallabag/dependabot/npm_and_yarn/sass-loader-13.1.0
...
Bump sass-loader from 13.0.2 to 13.1.0
2022-10-10 02:10:31 +00:00
1dc6e88cd2
Bump eslint from 8.24.0 to 8.25.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.24.0 to 8.25.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.24.0...v8.25.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 02:06:09 +00:00
4c79004d84
Bump sass-loader from 13.0.2 to 13.1.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.0.2 to 13.1.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.0.2...v13.1.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-10 02:05:50 +00:00
639bba031f
Merge pull request #6004 from nexxai/master
2022-10-04 08:12:26 +02:00
6da76ffaae
Typofixes
2022-10-03 18:31:43 -06:00
ed777871c0
Merge pull request #6003 from wallabag/fix/auto-merge-js-deps
...
Allow auto merging of Dependabot JS minor or patch
2022-10-03 09:55:11 +02:00
f2f542d093
Allow auto merging of Dependabot JS minor or patch
...
Reducing the time consuming of merging deps which shouldn't break the project
2022-10-03 09:39:31 +02:00
a5dd42958f
Merge pull request #5998 from wallabag/dependabot/npm_and_yarn/postcss-8.4.17
2022-10-03 06:55:40 +02:00
46dec2de03
Merge pull request #5999 from wallabag/dependabot/npm_and_yarn/stylelint-14.13.0
2022-10-03 06:20:34 +02:00
a272abf9cd
Merge pull request #6000 from wallabag/dependabot/npm_and_yarn/babel/core-7.19.3
2022-10-03 06:20:17 +02:00
6e2b9dc9e0
Merge pull request #6001 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.3
2022-10-03 06:19:59 +02:00
7ca3b15359
Bump @babel/preset-env from 7.19.1 to 7.19.3
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.1 to 7.19.3.
- [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.19.3/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 02:14:57 +00:00
0c80ff1054
Bump @babel/core from 7.19.1 to 7.19.3
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.1 to 7.19.3.
- [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.19.3/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 >
2022-10-03 02:14:39 +00:00
b30914b847
Bump stylelint from 14.12.1 to 14.13.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.12.1 to 14.13.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.12.1...14.13.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 02:14:00 +00:00
ad93db45ef
Bump postcss from 8.4.16 to 8.4.17
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.16 to 8.4.17.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.16...8.4.17 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-10-03 02:13:38 +00:00
4ce1b50aeb
Merge pull request #5989 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.12
...
Bump autoprefixer from 10.4.11 to 10.4.12
2022-09-26 10:47:43 +02:00
6c84f6c04e
Rebuild assets
2022-09-26 10:38:18 +02:00
9c5feb64f3
Merge pull request #5985 from wallabag/dependabot/npm_and_yarn/stylelint-14.12.1
...
Bump stylelint from 14.12.0 to 14.12.1
2022-09-26 09:21:02 +02:00
d7829ff5fd
Bump stylelint from 14.12.0 to 14.12.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.12.0 to 14.12.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.12.0...14.12.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 05:01:09 +00:00
36c9a5ec45
Bump autoprefixer from 10.4.11 to 10.4.12
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.11 to 10.4.12.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.11...10.4.12 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 05:00:57 +00:00
2aff236941
Merge pull request #5986 from wallabag/dependabot/npm_and_yarn/eslint-8.24.0
2022-09-26 06:59:29 +02:00
ed4022e8fb
Merge pull request #5987 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.11.1
2022-09-26 06:59:14 +02:00
254399bd38
Merge pull request #5988 from wallabag/dependabot/npm_and_yarn/sass-1.55.0
2022-09-26 06:58:58 +02:00
dedaa29c8d
Bump sass from 1.54.9 to 1.55.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.9 to 1.55.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.54.9...1.55.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 02:09:56 +00:00
b695b4c40f
Bump webpack-dev-server from 4.11.0 to 4.11.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.11.0 to 4.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 02:09:31 +00:00
792363e695
Bump eslint from 8.23.1 to 8.24.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.1 to 8.24.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.23.1...v8.24.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-26 02:08:56 +00:00
1a49567d0c
Merge pull request #5984 from wallabag/fix/api-tags-nb-entries
...
Add `nbEntries` to the API tags list response
2022-09-23 16:03:24 +02:00
812b4a906f
Add nbEntries to the API tags list response
...
So client will be able to do the same as in the web UI.
Also remove empty `div` from the tags template.
2022-09-23 15:16:38 +02:00
a452bb6204
Merge pull request #5980 from weblate/weblate-wallabag-messages
2022-09-22 07:05:50 +02:00
b768371a13
Translated using Weblate (German)
...
Currently translated at 100.0% (578 of 578 strings)
2022-09-22 00:19:06 +02:00
3095d0f178
Merge pull request #5977 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.1
...
Bump @babel/preset-env from 7.19.0 to 7.19.1
2022-09-19 09:40:36 +02:00
4783b01355
Bump @babel/preset-env from 7.19.0 to 7.19.1
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.0 to 7.19.1.
- [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.19.1/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 07:33:35 +00:00
8111a55b79
Merge pull request #5975 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.11
...
Bump autoprefixer from 10.4.9 to 10.4.11
2022-09-19 09:29:37 +02:00
fab2e7d196
Merge pull request #5979 from wallabag/dependabot/npm_and_yarn/babel/core-7.19.1
...
Bump @babel/core from 7.19.0 to 7.19.1
2022-09-19 09:29:14 +02:00
badc02d6b8
Merge pull request #5972 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-09-19 09:28:50 +02:00
03763e7753
Bump @babel/core from 7.19.0 to 7.19.1
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.0 to 7.19.1.
- [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.19.1/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 >
2022-09-19 07:05:55 +00:00
c94d981083
Bump autoprefixer from 10.4.9 to 10.4.11
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.9 to 10.4.11.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.9...10.4.11 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 07:04:31 +00:00
db25a7f5d8
Translated using Weblate (Polish)
...
Currently translated at 100.0% (7 of 7 strings)
2022-09-19 09:02:44 +02:00
1baf6eeafd
Translated using Weblate (Polish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-09-19 09:02:44 +02:00
f1dde1ac80
Translated using Weblate (Polish)
...
Currently translated at 100.0% (578 of 578 strings)
2022-09-19 09:02:44 +02:00
52312ed9f5
Merge pull request #5978 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.5
...
Bump postcss-scss from 4.0.4 to 4.0.5
2022-09-19 09:02:39 +02:00
210eca58ed
Merge pull request #5974 from wallabag/dependabot/npm_and_yarn/stylelint-14.12.0
...
Bump stylelint from 14.11.0 to 14.12.0
2022-09-19 09:02:20 +02:00
b8a9ba8063
Merge pull request #5976 from wallabag/dependabot/npm_and_yarn/eslint-8.23.1
...
Bump eslint from 8.23.0 to 8.23.1
2022-09-19 09:02:00 +02:00
e3a6133046
Merge pull request #5973 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.19.1
...
Bump @babel/eslint-parser from 7.18.9 to 7.19.1
2022-09-19 09:01:42 +02:00
7459ed1459
Bump postcss-scss from 4.0.4 to 4.0.5
...
Bumps [postcss-scss](https://github.com/postcss/postcss-scss ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/postcss/postcss-scss/releases )
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.4...4.0.5 )
---
updated-dependencies:
- dependency-name: postcss-scss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 02:09:39 +00:00
21b6121726
Bump eslint from 8.23.0 to 8.23.1
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.23.0 to 8.23.1.
- [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.23.0...v8.23.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 02:08:33 +00:00
bac0da8f36
Bump stylelint from 14.11.0 to 14.12.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.11.0 to 14.12.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.11.0...14.12.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 02:07:41 +00:00
d729fe8583
Bump @babel/eslint-parser from 7.18.9 to 7.19.1
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.18.9 to 7.19.1.
- [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.19.1/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-19 02:07:10 +00:00
94a710c578
Merge pull request #5962 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.9
...
Bump autoprefixer from 10.4.8 to 10.4.9
2022-09-12 12:55:20 +02:00
d80126c19f
Update assets
2022-09-12 12:43:35 +02:00
a4f4c5902f
Bump autoprefixer from 10.4.8 to 10.4.9
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.8 to 10.4.9.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.8...10.4.9 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 05:27:14 +00:00
1e042a2d60
Merge pull request #5961 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.19.0
2022-09-12 07:25:17 +02:00
e90a2dce4d
Bump @babel/preset-env from 7.18.10 to 7.19.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.10 to 7.19.0.
- [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.19.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 05:15:01 +00:00
1423c667b2
Merge pull request #5963 from wallabag/dependabot/npm_and_yarn/sass-1.54.9
2022-09-12 07:11:24 +02:00
24f6f253f6
Merge pull request #5964 from wallabag/dependabot/npm_and_yarn/node-sass-7.0.3
2022-09-12 07:11:05 +02:00
8620aac6b6
Merge pull request #5965 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.11.0
2022-09-12 07:10:49 +02:00
669e6f44dc
Merge pull request #5966 from wallabag/dependabot/npm_and_yarn/babel/core-7.19.0
2022-09-12 07:10:32 +02:00
101a2e14e5
Bump @babel/core from 7.18.13 to 7.19.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.13 to 7.19.0.
- [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.19.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 02:09:58 +00:00
c7e04eb294
Bump webpack-dev-server from 4.10.1 to 4.11.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.10.1 to 4.11.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.10.1...v4.11.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 02:09:40 +00:00
cedb0fe342
Bump node-sass from 7.0.1 to 7.0.3
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 7.0.1 to 7.0.3.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 02:09:16 +00:00
5514932979
Bump sass from 1.54.8 to 1.54.9
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.8 to 1.54.9.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.54.8...1.54.9 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-12 02:08:46 +00:00
5554414d79
Merge pull request #5957 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.10.1
2022-09-05 19:53:33 +02:00
63ece0e41c
Merge pull request #5958 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.6
2022-09-05 19:44:13 +02:00
03900a54c0
Merge pull request #5956 from wallabag/dependabot/npm_and_yarn/sass-1.54.8
2022-09-05 19:43:33 +02:00
ed6b0fbd9f
Bump terser-webpack-plugin from 5.3.5 to 5.3.6
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.5 to 5.3.6.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 12:58:28 +00:00
86b136f65f
Bump webpack-dev-server from 4.10.0 to 4.10.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 12:58:13 +00:00
d73b9275f2
Bump sass from 1.54.5 to 1.54.8
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.5 to 1.54.8.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.54.5...1.54.8 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-05 12:58:01 +00:00
ff3a670e19
Merge pull request #5955 from weblate/weblate-wallabag-messages
2022-09-05 06:35:35 +02:00
dab677fbc3
Translated using Weblate (Polish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-09-04 10:18:32 +02:00
94a84d3d1d
Merge pull request #5948 from wallabag/dependabot/npm_and_yarn/jquery-3.6.1
...
Bump jquery from 3.6.0 to 3.6.1
2022-08-30 13:22:01 +02:00
fe4864f50f
Rebuild assets
2022-08-30 13:09:14 +02:00
d300c3efc1
Merge pull request #5947 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-28.0.0
2022-08-29 06:50:52 +02:00
b30b460ba1
Merge pull request #5949 from wallabag/dependabot/npm_and_yarn/eslint-8.23.0
2022-08-29 06:49:26 +02:00
58572d8005
Bump eslint from 8.22.0 to 8.23.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.22.0 to 8.23.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.22.0...v8.23.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 02:10:35 +00:00
ea8623d899
Bump jquery from 3.6.0 to 3.6.1
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.6.0...3.6.1 )
---
updated-dependencies:
- dependency-name: jquery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 02:10:16 +00:00
4a3d767202
Bump stylelint-config-standard from 26.0.0 to 28.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 26.0.0 to 28.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/26.0.0...28.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-29 02:09:51 +00:00
8fb6a91d56
Merge pull request #5944 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-08-26 16:25:17 +02:00
cbe77537b1
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 13.4% (78 of 578 strings)
2022-08-26 04:20:12 +02:00
873f1358b0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 12.5% (5 of 40 strings)
2022-08-26 04:20:08 +02:00
b73491e822
Merge pull request #5942 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.13
...
Bump @babel/core from 7.18.9 to 7.18.13
2022-08-22 20:55:16 +02:00
3e7494bef6
Merge pull request #5941 from wallabag/dependabot/npm_and_yarn/stylelint-14.11.0
...
Bump stylelint from 14.9.1 to 14.11.0
2022-08-22 20:54:29 +02:00
3b9b1fd611
Merge pull request #5937 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-08-22 20:52:19 +02:00
47ce4182d9
Bump stylelint from 14.9.1 to 14.11.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.9.1 to 14.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.9.1...14.11.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:37:58 +00:00
1d490f7712
Merge pull request #5939 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.5
...
Bump terser-webpack-plugin from 5.3.4 to 5.3.5
2022-08-22 20:35:23 +02:00
e81f8043b3
Translated using Weblate (German)
...
Currently translated at 100.0% (7 of 7 strings)
2022-08-22 20:21:11 +02:00
7f05c5e583
Merge pull request #5910 from iamvar/gitattributes
...
Add .gitattributes, exclude tests from archive
2022-08-22 20:21:05 +02:00
32428194cc
Bump @babel/core from 7.18.9 to 7.18.13
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.9 to 7.18.13.
- [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.18.13/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 >
2022-08-22 18:16:04 +00:00
44b9cb5fff
Merge pull request #5940 from wallabag/dependabot/npm_and_yarn/sass-1.54.5
...
Bump sass from 1.54.4 to 1.54.5
2022-08-22 20:14:59 +02:00
fd5fbaaefc
Merge pull request #5922 from wallabag/dependabot/npm_and_yarn/postcss-8.4.16
...
Bump postcss from 8.4.14 to 8.4.16
2022-08-22 20:14:01 +02:00
e7b43150b3
Bump terser-webpack-plugin from 5.3.4 to 5.3.5
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.4...v5.3.5 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:13:44 +00:00
e03cf56757
Merge pull request #5920 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.10
...
Bump @babel/preset-env from 7.18.9 to 7.18.10
2022-08-22 20:12:05 +02:00
ad4ea3abcc
Merge pull request #5912 from wallabag/dependabot/npm_and_yarn/webpack-5.74.0
...
Bump webpack from 5.73.0 to 5.74.0
2022-08-22 20:11:45 +02:00
12ac1597cb
Bump sass from 1.54.4 to 1.54.5
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.4 to 1.54.5.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.54.4...1.54.5 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:05:07 +00:00
2872dbc876
Bump postcss from 8.4.14 to 8.4.16
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.14 to 8.4.16.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.14...8.4.16 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:05:03 +00:00
ee1b2af5b7
Bump @babel/preset-env from 7.18.9 to 7.18.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.9 to 7.18.10.
- [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.18.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:04:55 +00:00
6e4b650c04
Bump webpack from 5.73.0 to 5.74.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.73.0...v5.74.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-22 18:04:44 +00:00
abcbbc9043
Merge pull request #5911 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.8
...
Bump autoprefixer from 10.4.7 to 10.4.8
2022-08-22 20:03:22 +02:00
cd4105bbe9
Fix tests
2022-08-22 19:57:57 +02:00
c1dd6bab0b
Rebuild assets
2022-08-22 19:53:24 +02:00
51c9c2285f
Bump autoprefixer from 10.4.7 to 10.4.8
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.7 to 10.4.8.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.7...10.4.8 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 12:59:18 +00:00
2e2cefc92f
Merge pull request #5934 from wallabag/dependabot/npm_and_yarn/eslint-8.22.0
...
Bump eslint from 8.20.0 to 8.22.0
2022-08-15 14:57:14 +02:00
6d3450357b
Bump eslint from 8.20.0 to 8.22.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.20.0 to 8.22.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.20.0...v8.22.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 14:52:35 +02:00
e58a801c4a
Merge pull request #5933 from wallabag/dependabot/npm_and_yarn/sass-1.54.4
...
Bump sass from 1.54.0 to 1.54.4
2022-08-15 14:51:36 +02:00
e4a58711f9
Bump sass from 1.54.0 to 1.54.4
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.54.0 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.54.0...1.54.4 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 14:44:12 +02:00
1da1458e3d
Merge pull request #5916 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-08-15 13:18:39 +02:00
bc4e9aa908
Translated using Weblate (Galician)
...
Currently translated at 100.0% (578 of 578 strings)
2022-08-15 13:10:37 +02:00
0d90358d07
Merge pull request #5931 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.4
...
Bump terser-webpack-plugin from 5.3.3 to 5.3.4
2022-08-15 13:10:33 +02:00
14c05e275e
Merge pull request #5930 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.10.0
...
Bump webpack-dev-server from 4.9.3 to 4.10.0
2022-08-15 13:09:21 +02:00
90920553eb
Bump terser-webpack-plugin from 5.3.3 to 5.3.4
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 02:05:09 +00:00
a5d1efd4d6
Bump webpack-dev-server from 4.9.3 to 4.10.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-15 02:04:57 +00:00
a45c2ff658
Add .gitattributes, exclude tests from archive
2022-07-31 14:39:48 +03:00
57d018248c
Merge pull request #5907 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.9
2022-07-25 06:38:00 +02:00
d1463d1073
Bump @babel/preset-env from 7.18.6 to 7.18.9
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.6 to 7.18.9.
- [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.18.9/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 04:26:47 +00:00
ef60e561f4
Merge pull request #5908 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.18.9
2022-07-25 06:22:23 +02:00
496fdd44f7
Bump @babel/eslint-parser from 7.18.2 to 7.18.9
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.18.2 to 7.18.9.
- [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.18.9/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 04:04:45 +00:00
e93c0b08c6
Merge pull request #5906 from wallabag/dependabot/npm_and_yarn/sass-1.54.0
2022-07-25 06:02:07 +02:00
5b491799c1
Merge pull request #5905 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.9
2022-07-25 06:01:35 +02:00
c513147c94
Bump sass from 1.53.0 to 1.54.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.53.0 to 1.54.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.53.0...1.54.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-25 02:04:59 +00:00
51f9c1d96e
Bump @babel/core from 7.18.6 to 7.18.9
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.6 to 7.18.9.
- [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.18.9/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 >
2022-07-25 02:04:31 +00:00
1c6bc9ab3f
Merge pull request #5902 from weblate/weblate-wallabag-messages
2022-07-22 00:03:35 +02:00
67caee2e2c
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-07-21 21:17:47 +02:00
c92622ff5e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (578 of 578 strings)
2022-07-21 21:17:47 +02:00
b7a7936db2
Merge pull request #5901 from wallabag/dependabot/npm_and_yarn/terser-5.14.2
...
Bump terser from 5.14.0 to 5.14.2
2022-07-21 08:38:59 +02:00
55ee9b88eb
Build assets
2022-07-21 08:23:35 +02:00
f6e0a9de33
Bump terser from 5.14.0 to 5.14.2
...
Bumps [terser](https://github.com/terser/terser ) from 5.14.0 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases )
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/terser/terser/commits )
---
updated-dependencies:
- dependency-name: terser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-21 05:50:24 +00:00
4d0d64579c
Merge pull request #5898 from wallabag/dependabot/npm_and_yarn/highlight.js-11.6.0
2022-07-18 10:09:44 +02:00
787c569193
Rebuild assets
...
And update Composer deps
2022-07-18 09:52:22 +02:00
395c2de900
Bump highlight.js from 11.5.1 to 11.6.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.5.1 to 11.6.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.5.1...11.6.0 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 09:52:21 +02:00
ff7f89e593
Merge pull request #5897 from wallabag/dependabot/npm_and_yarn/postcss-loader-7.0.1
2022-07-18 06:24:47 +02:00
f55865ba21
Merge pull request #5896 from wallabag/dependabot/npm_and_yarn/eslint-8.20.0
2022-07-18 06:24:27 +02:00
b8630964d5
Bump postcss-loader from 7.0.0 to 7.0.1
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases )
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v7.0.0...v7.0.1 )
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 02:04:15 +00:00
2560950780
Bump eslint from 8.19.0 to 8.20.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.19.0 to 8.20.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.19.0...v8.20.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-18 02:04:03 +00:00
7130f4ea1b
Merge pull request #5892 from wallabag/dependabot/npm_and_yarn/stylelint-scss-4.3.0
2022-07-11 06:57:40 +02:00
25db404dd3
Bump stylelint-scss from 4.2.0 to 4.3.0
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-11 02:10:14 +00:00
3f6faa1ef6
Merge pull request #5882 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.6
2022-07-04 08:00:37 +02:00
62a0590ea8
Bump @babel/preset-env from 7.18.2 to 7.18.6
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.2 to 7.18.6.
- [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.18.6/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-04 05:48:36 +00:00
66a8002c14
Merge pull request #5880 from wallabag/dependabot/npm_and_yarn/sass-loader-13.0.2
2022-07-04 07:46:21 +02:00
7e79a69fa2
Merge pull request #5881 from wallabag/dependabot/npm_and_yarn/eslint-8.19.0
2022-07-04 07:46:05 +02:00
04139ca45e
Merge pull request #5883 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.6
2022-07-04 07:45:42 +02:00
f22e98c65f
Merge pull request #5884 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.3
2022-07-04 07:45:26 +02:00
7af78ae542
Bump webpack-dev-server from 4.9.2 to 4.9.3
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-04 02:05:25 +00:00
84746674ea
Bump @babel/core from 7.18.5 to 7.18.6
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.5 to 7.18.6.
- [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.18.6/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 >
2022-07-04 02:05:08 +00:00
bbebba3f92
Bump eslint from 8.18.0 to 8.19.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.18.0 to 8.19.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.18.0...v8.19.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-04 02:03:34 +00:00
91d7533f90
Bump sass-loader from 13.0.1 to 13.0.2
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.0.1...v13.0.2 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-04 02:03:23 +00:00
37f13a2275
Merge pull request #5875 from wallabag/dependabot/npm_and_yarn/sass-1.53.0
2022-06-27 06:40:01 +02:00
83e6fb11ea
Bump sass from 1.52.3 to 1.53.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.3 to 1.53.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.52.3...1.53.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-27 04:28:27 +00:00
1d324f368d
Merge pull request #5874 from wallabag/dependabot/npm_and_yarn/eslint-webpack-plugin-3.2.0
2022-06-27 06:19:53 +02:00
0952142785
Merge pull request #5876 from wallabag/dependabot/npm_and_yarn/sass-loader-13.0.1
2022-06-27 06:18:56 +02:00
b7b61a40a1
Bump sass-loader from 13.0.0 to 13.0.1
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.0.0...v13.0.1 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-27 02:22:13 +00:00
0e8bbfdbab
Bump eslint-webpack-plugin from 3.1.1 to 3.2.0
...
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-27 02:21:12 +00:00
cfb60af0c2
Merge pull request #5866 from wallabag/dependabot/npm_and_yarn/eslint-8.18.0
2022-06-21 06:47:14 +02:00
d787d3cdd2
Merge pull request #5867 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-26.0.0
2022-06-21 06:46:52 +02:00
075c44552f
Merge pull request #5868 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.5
2022-06-21 06:46:31 +02:00
9e0c57c349
Merge pull request #5869 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.6.1
2022-06-21 06:46:16 +02:00
7f4eedd833
Bump mini-css-extract-plugin from 2.6.0 to 2.6.1
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 02:03:15 +00:00
3801f14c0a
Bump @babel/core from 7.18.2 to 7.18.5
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.2 to 7.18.5.
- [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.18.5/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 >
2022-06-20 02:02:58 +00:00
3c70c00e40
Bump stylelint-config-standard from 25.0.0 to 26.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 25.0.0 to 26.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/25.0.0...26.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 02:02:44 +00:00
2f7e2cf6b2
Bump eslint from 8.17.0 to 8.18.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.17.0 to 8.18.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.17.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-20 02:02:30 +00:00
a84ca8a525
Merge pull request #5862 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-06-15 10:07:51 +02:00
821093c033
Translated using Weblate (German)
...
Currently translated at 99.1% (573 of 578 strings)
2022-06-15 10:00:18 +02:00
10f96ec555
Merge pull request #5855 from wallabag/dependabot/npm_and_yarn/mathjax-3.2.2
...
Bump mathjax from 3.2.1 to 3.2.2
2022-06-13 09:23:43 +02:00
a177bccdbf
Rebuild assets
2022-06-13 09:18:25 +02:00
dda2190e1b
Merge pull request #5854 from weblate/weblate-wallabag-messages
2022-06-13 06:14:38 +02:00
e50f2daf76
Translated using Weblate (Portuguese)
...
Currently translated at 62.6% (362 of 578 strings)
2022-06-13 06:02:08 +02:00
274d6d325c
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (578 of 578 strings)
2022-06-13 06:02:08 +02:00
1f4de1bc51
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (40 of 40 strings)
2022-06-13 06:02:08 +02:00
519af0781c
Merge pull request #5856 from wallabag/dependabot/npm_and_yarn/stylelint-14.9.1
2022-06-13 06:02:04 +02:00
8ddafbf5a4
Merge pull request #5857 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.10.0
2022-06-13 06:01:44 +02:00
31da1c6a05
Merge pull request #5858 from wallabag/dependabot/npm_and_yarn/sass-1.52.3
2022-06-13 06:01:21 +02:00
5edc1625c3
Bump sass from 1.52.2 to 1.52.3
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.2 to 1.52.3.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.52.2...1.52.3 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:53 +00:00
ddb367cdcc
Bump webpack-cli from 4.9.2 to 4.10.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:41 +00:00
4ce4cc94ea
Bump stylelint from 14.8.5 to 14.9.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.5 to 14.9.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.8.5...14.9.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:31 +00:00
805d40d658
Bump mathjax from 3.2.1 to 3.2.2
...
Bumps [mathjax](https://github.com/mathjax/MathJax ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/mathjax/MathJax/releases )
- [Commits](https://github.com/mathjax/MathJax/compare/3.2.1...3.2.2 )
---
updated-dependencies:
- dependency-name: mathjax
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-13 02:03:18 +00:00
437f2c5909
Merge pull request #5851 from wallabag/release/automate-package-creation
2022-06-09 11:53:43 +02:00
aa029ea73e
Automatically create the package after a release
...
And then upload it to the created release.
One less step during the release process 💪
We are using that GitHub Actions: https://github.com/shogo82148/actions-upload-release-asset
I've also:
- updated the release script to clone the repo using `https` instead of `git` (otherwise it failed during the build)
- use `md5sum` instead of `md5` because the latest isn't available in GitHub Actions
2022-06-09 11:30:14 +02:00
53ce0b91b5
Merge pull request #5850 from weblate/weblate-wallabag-messages
2022-06-09 07:49:01 +02:00
14a1755445
Translated using Weblate (French)
...
Currently translated at 100.0% (578 of 578 strings)
2022-06-09 07:16:39 +02:00
652e0e63bc
Merge pull request #5849 from wallabag/release/2.5.1
2022-06-09 06:36:16 +02:00
c2ef197726
Prepare 2.5.1
...
And also update Composer & Yarn deps.
2022-06-08 23:13:37 +02:00
a505e9a1b5
docker: bump nodejs to 16
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-06-08 23:13:37 +02:00
b9e25a8810
Merge pull request #5840 from wallabag/fix/chip
...
material: fix "untagged entries" chip style
2022-06-08 07:15:14 +02:00
1d1c2a3311
material: fix "untagged entries" chip style
...
The longest translated string for "Untagged entries" seems to be the
greek "Καταχωρίσεις χωρίς ετικέτες"
Fixes #5632
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-06-07 14:42:14 +02:00
88a92dd734
Merge pull request #5848 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.2
2022-06-07 08:23:29 +02:00
d66a320d4f
Bump webpack-dev-server from 4.9.0 to 4.9.2
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.0 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-07 06:16:59 +00:00
9d804b9386
Merge pull request #5841 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.3
2022-06-07 08:00:27 +02:00
850cb539fd
Merge pull request #5842 from wallabag/dependabot/npm_and_yarn/sass-1.52.2
2022-06-07 08:00:11 +02:00
18f57c58a9
Merge pull request #5843 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.1
2022-06-07 07:59:56 +02:00
d523fbb024
Merge pull request #5844 from wallabag/dependabot/npm_and_yarn/webpack-5.73.0
2022-06-07 07:59:37 +02:00
901a320cb3
Merge pull request #5845 from wallabag/dependabot/npm_and_yarn/eslint-8.17.0
2022-06-07 07:59:22 +02:00
d57694bfc9
Merge pull request #5846 from weblate/weblate-wallabag-messages
2022-06-07 07:06:23 +02:00
932a1cb422
Translated using Weblate (Hungarian)
...
Currently translated at 54.8% (317 of 578 strings)
2022-06-06 20:14:33 +02:00
e934516b28
Translated using Weblate (Thai)
...
Currently translated at 78.3% (453 of 578 strings)
2022-06-06 20:14:33 +02:00
6999f32020
Translated using Weblate (Portuguese)
...
Currently translated at 62.4% (361 of 578 strings)
2022-06-06 20:14:32 +02:00
9a5821eb09
Translated using Weblate (Polish)
...
Currently translated at 86.8% (502 of 578 strings)
2022-06-06 20:14:32 +02:00
67e1bb06b7
Translated using Weblate (Occitan)
...
Currently translated at 82.8% (479 of 578 strings)
2022-06-06 20:14:31 +02:00
a56c5d07ba
Translated using Weblate (Italian)
...
Currently translated at 82.1% (475 of 578 strings)
2022-06-06 20:14:30 +02:00
338d8b25e2
Translated using Weblate (French)
...
Currently translated at 98.7% (571 of 578 strings)
2022-06-06 20:14:30 +02:00
024cae54e9
Bump eslint from 8.16.0 to 8.17.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.16.0 to 8.17.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.16.0...v8.17.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:04:32 +00:00
ed45f594d9
Bump webpack from 5.72.1 to 5.73.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.1 to 5.73.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.1...v5.73.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:04:20 +00:00
9c32732f2a
Bump webpack-dev-server from 4.9.0 to 4.9.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:04:04 +00:00
eee16a9a4f
Bump sass from 1.52.1 to 1.52.2
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.52.1 to 1.52.2.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.52.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:03:44 +00:00
9a8f298f8c
Bump terser-webpack-plugin from 5.3.1 to 5.3.3
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.1 to 5.3.3.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-06 02:03:25 +00:00
1bd1a6f6a0
Merge pull request #5833 from wallabag/fix/2fa-template-missing
2022-05-31 10:38:05 +02:00
d1bafed5ce
Merge pull request #5834 from wallabag/fix/update-deps
...
Update some deps
2022-05-30 15:23:28 +02:00
8376fc4c08
Update some deps
...
Mostly to have some up to date site config.
2022-05-30 13:56:21 +02:00
031f5d27d8
Fix error about template not found
...
Following bundle inheritance removal
2022-05-30 13:40:26 +02:00
96b7b7b831
Merge pull request #5831 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.2
2022-05-30 05:54:04 +02:00
212c96fd7d
Merge pull request #5832 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.2
2022-05-30 05:53:46 +02:00
9a4df92333
Bump @babel/core from 7.18.0 to 7.18.2
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.0 to 7.18.2.
- [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.18.2/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 >
2022-05-30 03:46:54 +00:00
76fb37c538
Bump @babel/preset-env from 7.18.0 to 7.18.2
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.0 to 7.18.2.
- [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.18.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 03:46:50 +00:00
3036a4f6ba
Merge pull request #5830 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.5
2022-05-30 05:45:25 +02:00
8a425e1008
Merge pull request #5829 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.18.2
2022-05-30 05:45:09 +02:00
bca556edff
Bump stylelint from 14.8.3 to 14.8.5
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.3 to 14.8.5.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.8.3...14.8.5 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 02:02:37 +00:00
edf4e11301
Bump @babel/eslint-parser from 7.17.0 to 7.18.2
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.17.0 to 7.18.2.
- [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.18.2/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-30 02:02:27 +00:00
7ecee6bae3
Merge pull request #5820 from wallabag/dependabot/npm_and_yarn/sass-loader-13.0.0
2022-05-23 13:27:50 +02:00
1d0343b595
Bump sass-loader from 12.6.0 to 13.0.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.6.0 to 13.0.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.6.0...v13.0.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 10:09:48 +00:00
b6955fe278
Merge pull request #5812 from wallabag/dependabot/npm_and_yarn/postcss-loader-7.0.0
2022-05-23 12:07:24 +02:00
f26231066e
Bump postcss-loader from 6.2.1 to 7.0.0
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 6.2.1 to 7.0.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases )
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v6.2.1...v7.0.0 )
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 09:48:44 +00:00
753417747c
Merge pull request #5822 from wallabag/fix/use-node-16
2022-05-23 11:47:03 +02:00
bfaf4f7bfd
Merge pull request #5816 from wallabag/dependabot/npm_and_yarn/mathjax-3.2.1
...
Bump mathjax from 3.2.0 to 3.2.1
2022-05-23 08:14:04 +02:00
f265accfc6
Rebuild assets
2022-05-23 08:09:35 +02:00
ce8369ce2d
Jump to Node 16 to build assets
2022-05-23 08:04:16 +02:00
7efaaa40c5
Merge pull request #5821 from wallabag/dependabot/npm_and_yarn/babel/core-7.18.0
2022-05-23 06:48:45 +02:00
f004cd3df0
Bump @babel/core from 7.17.10 to 7.18.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.10 to 7.18.0.
- [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.18.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 04:24:11 +00:00
faac317563
Merge pull request #5819 from wallabag/dependabot/npm_and_yarn/postcss-8.4.14
2022-05-23 06:19:15 +02:00
f52ef455bf
Merge pull request #5818 from wallabag/dependabot/npm_and_yarn/eslint-8.16.0
2022-05-23 06:18:59 +02:00
9bfccb795c
Merge pull request #5817 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.18.0
2022-05-23 06:18:45 +02:00
8fcbdf59fb
Merge pull request #5815 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.3
2022-05-23 06:18:14 +02:00
172ebeadb7
Merge pull request #5814 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.3.0
2022-05-23 06:17:55 +02:00
80e4571569
Merge pull request #5813 from wallabag/dependabot/npm_and_yarn/sass-1.52.1
2022-05-23 06:17:37 +02:00
be092d22ea
Bump postcss from 8.4.13 to 8.4.14
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.13 to 8.4.14.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.13...8.4.14 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:04:47 +00:00
e710ae923c
Bump eslint from 8.15.0 to 8.16.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.15.0 to 8.16.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.15.0...v8.16.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:04:37 +00:00
dccec39efd
Bump @babel/preset-env from 7.17.10 to 7.18.0
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.17.10 to 7.18.0.
- [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.18.0/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:04:25 +00:00
4ec104106a
Bump mathjax from 3.2.0 to 3.2.1
...
Bumps [mathjax](https://github.com/mathjax/MathJax ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/mathjax/MathJax/releases )
- [Commits](https://github.com/mathjax/MathJax/compare/3.2.0...3.2.1 )
---
updated-dependencies:
- dependency-name: mathjax
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:40 +00:00
01986825c8
Bump stylelint from 14.8.2 to 14.8.3
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.2 to 14.8.3.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.8.2...14.8.3 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:30 +00:00
5eccfbd6e5
Bump stylelint-webpack-plugin from 3.2.0 to 3.3.0
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:12 +00:00
d254cfaa6f
Bump sass from 1.51.0 to 1.52.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.51.0 to 1.52.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.51.0...1.52.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-23 02:03:03 +00:00
84c026081b
Merge pull request #5799 from wallabag/release/2.5.0
2022-05-20 16:30:22 +02:00
db3e0dd175
Add info about translations
2022-05-20 16:11:07 +02:00
67ead77375
Add deprecated section in changelog
2022-05-20 15:47:07 +02:00
83f8ddccf0
Merge pull request #5800 from weblate/weblate-wallabag-messages
2022-05-20 07:17:23 +02:00
e0f234e568
Translated using Weblate (Indonesian)
...
Currently translated at 1.3% (8 of 578 strings)
2022-05-19 06:17:19 +02:00
eed182c591
Translated using Weblate (Galician)
...
Currently translated at 100.0% (40 of 40 strings)
2022-05-19 06:17:18 +02:00
4649745a6f
Translated using Weblate (Galician)
...
Currently translated at 100.0% (578 of 578 strings)
2022-05-19 06:17:18 +02:00
1a5348a8b8
Prepare 2.5.0 release
2022-05-17 20:29:28 +02:00
96340e633d
Merge pull request #5797 from wallabag/dependabot/npm_and_yarn/webpack-5.72.1
2022-05-16 06:23:44 +02:00
40e906e69d
Merge pull request #5795 from weblate/weblate-wallabag-messages
2022-05-16 06:23:24 +02:00
c713d5bf60
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (578 of 578 strings)
2022-05-16 06:16:42 +02:00
8d3c5ebada
Bump webpack from 5.72.0 to 5.72.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.0 to 5.72.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-16 02:01:40 +00:00
5ef97e63c3
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (40 of 40 strings)
2022-05-14 16:44:19 +02:00
5809d7b072
Merge pull request #5794 from wallabag/2.5.0
...
Merge branch 2.5.0 in master
2022-05-14 16:44:13 +02:00
6e39c92ead
Merge pull request #5775 from wallabag/issue/5773
...
Deprecate mobi export
2022-05-14 14:35:55 +02:00
37019b5ad5
Fix tests
2022-05-13 14:15:19 +02:00
4947ea6758
Merge remote-tracking branch 'origin/master' into 2.5.0
2022-05-13 13:50:50 +02:00
c87c91d3df
Update message
2022-05-13 09:56:35 +02:00
6824914eb5
Deprecate mobi export
...
- Disable mobi export on new installations
- Put a note in the setting label
Closes #5773
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-05-13 09:52:43 +02:00
e1957c08e4
Merge pull request #5791 from yguedidi/drop-php-prior-to-7.4
...
Drop PHP prior to 7.4
2022-05-13 09:51:09 +02:00
249b8134b1
Merge pull request #5792 from weblate/weblate-wallabag-messages
2022-05-13 09:31:11 +02:00
8e8f19720f
Update PHP dependencies
...
+--------------------------------------+--------+--------+-------------------------------------------------------------------------------+
| Production Changes | From | To | Compare |
+--------------------------------------+--------+--------+-------------------------------------------------------------------------------+
| craue/config-bundle | 2.4.0 | 2.5.0 | https://github.com/craue/CraueConfigBundle/compare/2.4.0...2.5.0 |
| http-interop/http-factory-guzzle | 1.1.1 | 1.2.0 | https://github.com/http-interop/http-factory-guzzle/compare/1.1.1...1.2.0 |
| j0k3r/httplug-ssrf-plugin | v2.0.1 | v2.0.2 | https://github.com/j0k3r/httplug-ssrf-plugin/compare/v2.0.1...v2.0.2 |
| laminas/laminas-code | 3.4.1 | 3.5.1 | https://github.com/laminas/laminas-code/compare/3.4.1...3.5.1 |
| laminas/laminas-diactoros | 2.4.1 | 2.10.0 | https://github.com/laminas/laminas-diactoros/compare/2.4.1...2.10.0 |
| laminas/laminas-eventmanager | 3.2.1 | 3.5.0 | https://github.com/laminas/laminas-eventmanager/compare/3.2.1...3.5.0 |
| laminas/laminas-zendframework-bridge | 1.1.1 | 1.5.0 | https://github.com/laminas/laminas-zendframework-bridge/compare/1.1.1...1.5.0 |
| ocramius/proxy-manager | 2.2.4 | 2.10.2 | https://github.com/Ocramius/ProxyManager/compare/2.2.4...2.10.2 |
| php-http/httplug-bundle | 1.19.0 | 1.24.0 | https://github.com/php-http/HttplugBundle/compare/1.19.0...1.24.0 |
| php-http/stopwatch-plugin | 1.3.0 | 1.4.1 | https://github.com/php-http/stopwatch-plugin/compare/1.3.0...1.4.1 |
| psr/container | 1.1.1 | 1.1.2 | https://github.com/php-fig/container/compare/1.1.1...1.1.2 |
| webimpress/safe-writer | NEW | 2.2.0 | |
+--------------------------------------+--------+--------+-------------------------------------------------------------------------------+
2022-05-13 07:29:23 +02:00
1bd86e156e
Drop PHP prior to 7.4
2022-05-13 07:29:23 +02:00
9a045b87ab
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (570 of 570 strings)
2022-05-13 07:19:34 +02:00
788cb7c4c3
Merge pull request #5772 from yguedidi/fix-php-docker-image
2022-05-13 07:10:37 +02:00
ebfbdb4519
Merge pull request #5381 from wallabag/tag-search-results
2022-05-13 07:09:18 +02:00
3818cfe15f
Merge pull request #5673 from wallabag/api-config-endpoint
...
Add new endpoint for API: config
2022-05-13 00:50:32 +02:00
f1ed14b8f8
Downgrade PHP to 7.4 on Docker
2022-05-13 00:38:53 +02:00
d988065148
Fix tests on Docker by adding missing WebP support
2022-05-13 00:38:53 +02:00
2ae3ef12af
Update to the latest Composer 2.2 version
2022-05-13 00:38:53 +02:00
dce48a1d6a
Merge pull request #5785 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.11
...
Bump clipboard from 2.0.10 to 2.0.11
2022-05-10 10:12:41 +02:00
33ac3e6e21
Update assets
...
And update composer deps
2022-05-10 10:07:18 +02:00
234bc56240
Merge pull request #5788 from wallabag/dependabot/npm_and_yarn/eslint-8.15.0
2022-05-09 07:20:41 +02:00
9289efa277
Merge pull request #5786 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.9.0
2022-05-09 07:08:31 +02:00
1f5d165cf9
Merge pull request #5787 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.2
2022-05-09 07:07:53 +02:00
cde41d4ed0
Bump eslint from 8.14.0 to 8.15.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.14.0 to 8.15.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.14.0...v8.15.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 02:27:04 +00:00
657742976e
Bump stylelint from 14.8.1 to 14.8.2
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.8.1 to 14.8.2.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.8.1...14.8.2 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 02:26:57 +00:00
fd086330e8
Bump webpack-dev-server from 4.8.1 to 4.9.0
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.8.1 to 4.9.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.8.1...v4.9.0 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 02:26:41 +00:00
c8004d0778
Bump clipboard from 2.0.10 to 2.0.11
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-09 02:26:30 +00:00
09126c2c8e
Merge pull request #5783 from weblate/weblate-wallabag-messages
...
Translations update from Hosted Weblate
2022-05-06 10:04:20 +02:00
5ccfc98b47
Translated using Weblate (Galician)
...
Currently translated at 100.0% (569 of 569 strings)
2022-05-06 08:14:32 +02:00
4f96305db7
Merge pull request #5778 from yguedidi/upgrade-php-dependencies
2022-05-03 23:13:11 +02:00
984a0d13f9
Upgrade PHP dependencies
...
+----------------------------------+----------+----------+-----------------------------------------------------------------------------+
| Production Changes | From | To | Compare |
+----------------------------------+----------+----------+-----------------------------------------------------------------------------+
| behat/transliterator | v1.3.0 | v1.5.0 | https://github.com/Behat/Transliterator/compare/v1.3.0...v1.5.0 |
| clue/stream-filter | v1.5.0 | v1.6.0 | https://github.com/clue/stream-filter/compare/v1.5.0...v1.6.0 |
| doctrine/dbal | 2.13.6 | 2.13.9 | https://github.com/doctrine/dbal/compare/2.13.6...2.13.9 |
| doctrine/deprecations | v0.5.3 | v1.0.0 | https://github.com/doctrine/deprecations/compare/v0.5.3...v1.0.0 |
| doctrine/instantiator | 1.4.0 | 1.4.1 | https://github.com/doctrine/instantiator/compare/1.4.0...1.4.1 |
| j0k3r/graby-site-config | 1.0.146 | 1.0.150 | https://github.com/j0k3r/graby-site-config/compare/1.0.146...1.0.150 |
| paragonie/constant_time_encoding | v2.4.0 | v2.5.0 | https://github.com/paragonie/constant_time_encoding/compare/v2.4.0...v2.5.0 |
| php-http/httplug | 2.2.0 | 2.3.0 | https://github.com/php-http/httplug/compare/2.2.0...2.3.0 |
| php-http/logger-plugin | 1.2.2 | 1.3.0 | https://github.com/php-http/logger-plugin/compare/1.2.2...1.3.0 |
| php-http/message | 1.12.0 | 1.13.0 | https://github.com/php-http/message/compare/1.12.0...1.13.0 |
| phpseclib/phpseclib | 3.0.12 | 3.0.14 | https://github.com/phpseclib/phpseclib/compare/3.0.12...3.0.14 |
| phpstan/phpdoc-parser | 1.2.0 | 1.4.5 | https://github.com/phpstan/phpdoc-parser/compare/1.2.0...1.4.5 |
| simplepie/simplepie | 1.5.8 | 1.6.0 | https://github.com/simplepie/simplepie/compare/1.5.8...1.6.0 |
| spomky-labs/otphp | v10.0.1 | v10.0.3 | https://github.com/Spomky-Labs/otphp/compare/v10.0.1...v10.0.3 |
| symfony/deprecation-contracts | v2.5.0 | v2.5.1 | https://github.com/symfony/deprecation-contracts/compare/v2.5.0...v2.5.1 |
| symfony/http-client | v5.4.2 | v5.4.8 | https://github.com/symfony/http-client/compare/v5.4.2...v5.4.8 |
| symfony/http-client-contracts | v2.5.0 | v2.5.1 | https://github.com/symfony/http-client-contracts/compare/v2.5.0...v2.5.1 |
| symfony/mime | v5.4.3 | v5.4.8 | https://github.com/symfony/mime/compare/v5.4.3...v5.4.8 |
| symfony/polyfill-iconv | v1.24.0 | v1.25.0 | https://github.com/symfony/polyfill-iconv/compare/v1.24.0...v1.25.0 |
| symfony/polyfill-uuid | v1.24.0 | v1.25.0 | https://github.com/symfony/polyfill-uuid/compare/v1.24.0...v1.25.0 |
| symfony/service-contracts | v2.5.0 | v2.5.1 | https://github.com/symfony/service-contracts/compare/v2.5.0...v2.5.1 |
| twig/twig | v2.14.11 | v2.14.13 | https://github.com/twigphp/Twig/compare/v2.14.11...v2.14.13 |
| willdurand/negotiation | 3.0.0 | 3.1.0 | https://github.com/willdurand/Negotiation/compare/3.0.0...3.1.0 |
+----------------------------------+----------+----------+-----------------------------------------------------------------------------+
+-----------------------------------+--------+--------+--------------------------------------------------------------------------+
| Dev Changes | From | To | Compare |
+-----------------------------------+--------+--------+--------------------------------------------------------------------------+
| composer/pcre | 1.0.0 | 1.0.1 | https://github.com/composer/pcre/compare/1.0.0...1.0.1 |
| composer/semver | 3.2.7 | 3.3.2 | https://github.com/composer/semver/compare/3.2.7...3.3.2 |
| composer/xdebug-handler | 2.0.4 | 2.0.5 | https://github.com/composer/xdebug-handler/compare/2.0.4...2.0.5 |
| doctrine/data-fixtures | 1.5.1 | 1.5.3 | https://github.com/doctrine/data-fixtures/compare/1.5.1...1.5.3 |
| doctrine/doctrine-fixtures-bundle | 3.4.1 | 3.4.2 | https://github.com/doctrine/DoctrineFixturesBundle/compare/3.4.1...3.4.2 |
| symfony/phpunit-bridge | v6.0.7 | v6.0.8 | https://github.com/symfony/phpunit-bridge/compare/v6.0.7...v6.0.8 |
+-----------------------------------+--------+--------+--------------------------------------------------------------------------+
2022-05-03 22:50:48 +02:00
a7bf62c70d
Update composer.lock format
...
With `composer update --lock`
2022-05-03 22:40:11 +02:00
0d0baf467c
Merge pull request #5751 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.7.0
...
Bump material-design-icons-iconfont from 6.6.0 to 6.7.0
2022-05-03 15:13:42 +02:00
99f61b6807
Update assets
2022-05-03 15:09:19 +02:00
c711cae494
Merge pull request #5763 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.10
2022-05-03 09:16:55 +02:00
49b812961a
Merge pull request #5769 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.7
2022-05-03 09:16:37 +02:00
b06f669759
Bump autoprefixer from 10.4.6 to 10.4.7
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.6 to 10.4.7.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.6...10.4.7 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 05:53:31 +00:00
483bcba973
Merge pull request #5757 from yguedidi/exclude-local-phpunit.xml
2022-05-03 07:53:18 +02:00
aa1374cf9d
Bump @babel/core from 7.17.9 to 7.17.10
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.9 to 7.17.10.
- [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.17.10/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 >
2022-05-03 05:51:10 +00:00
f104f7f870
Merge pull request #5749 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.5
2022-05-03 07:48:08 +02:00
a14efd975d
Merge pull request #5750 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.4
2022-05-03 07:47:52 +02:00
2f8e10da9c
Merge pull request #5764 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.17.10
2022-05-03 07:47:22 +02:00
29984497f1
Merge pull request #5770 from yguedidi/disable-xdebug-in-test-make-recipe
2022-05-03 07:46:44 +02:00
05b1f56c56
Merge pull request #5771 from yguedidi/fix-sqlite-database-location
2022-05-03 07:45:30 +02:00
1efe54859f
Fix SQLite database location
2022-05-03 06:47:58 +02:00
ff8f4079ea
Disable XDebug in test make recipe
2022-05-03 06:39:37 +02:00
28fe2d3c08
Bump babel-loader from 8.2.4 to 8.2.5
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.4 to 8.2.5.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.4...v8.2.5 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 03:44:48 +00:00
1844752125
Bump postcss-scss from 4.0.3 to 4.0.4
...
Bumps [postcss-scss](https://github.com/postcss/postcss-scss ) from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/postcss/postcss-scss/releases )
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.3...4.0.4 )
---
updated-dependencies:
- dependency-name: postcss-scss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 03:43:26 +00:00
fd409f402c
Bump @babel/preset-env from 7.16.11 to 7.17.10
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.11 to 7.17.10.
- [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.17.10/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-03 03:40:58 +00:00
d4a331af4a
Merge pull request #5753 from wallabag/dependabot/npm_and_yarn/eslint-8.14.0
2022-05-03 05:40:57 +02:00
e90a7c20e2
Merge pull request #5742 from wallabag/fix/deprecated-baggy-theme
2022-05-03 05:40:38 +02:00
e778aeacf7
Merge pull request #5762 from wallabag/dependabot/npm_and_yarn/stylelint-14.8.1
2022-05-03 05:39:57 +02:00
1044c2ec38
Merge pull request #5765 from wallabag/dependabot/npm_and_yarn/sass-1.51.0
2022-05-03 05:39:30 +02:00
3ddf8be1b8
Merge pull request #5766 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.6
2022-05-03 05:39:14 +02:00
711f8928a7
Merge pull request #5767 from wallabag/dependabot/npm_and_yarn/postcss-8.4.13
2022-05-03 05:38:58 +02:00
20183a47a0
Bump postcss from 8.4.12 to 8.4.13
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.12 to 8.4.13.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.12...8.4.13 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:03:45 +00:00
965d9f28cf
Bump autoprefixer from 10.4.4 to 10.4.6
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.4 to 10.4.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.4...10.4.6 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:03:29 +00:00
27929bc99b
Bump sass from 1.50.1 to 1.51.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.50.1 to 1.51.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.50.1...1.51.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:03:16 +00:00
2fba8815f4
Bump stylelint from 14.7.1 to 14.8.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.7.1 to 14.8.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.7.1...14.8.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-02 02:02:23 +00:00
acb849e1a4
Exclude local phpunit.xml
2022-04-29 00:20:20 +02:00
d28ffbd2d4
Bump eslint from 8.13.0 to 8.14.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.13.0 to 8.14.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.13.0...v8.14.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 02:56:39 +00:00
89e2ad80d7
Bump material-design-icons-iconfont from 6.6.0 to 6.7.0
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.6.0...v6.7.0 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-25 02:55:58 +00:00
dcddd4bdae
Merge pull request #5744 from jonas-hagen/domainname-www
2022-04-24 08:11:43 +02:00
7e6d0d61db
Merge pull request #5746 from yguedidi/remove-bundle-inheritance
2022-04-24 08:07:09 +02:00
82fc828442
Remove bundle inheritance
2022-04-24 05:56:44 +02:00
0396e15098
Use site with subdomain as tagging rule example
...
Fixes wallabag/doc#104
This change affects all translations in documentation and wallabag source.
2022-04-23 23:26:46 +02:00
9f6414785c
Fix tests
2022-04-20 23:13:17 +02:00
5077c46e4e
Added action to tag search results
2022-04-20 22:57:25 +02:00
d86f296870
Deprecated Baggy
...
- a big message will be displayed to user using the Baggy theme
- switching from Material to Baggy is no more allowed in config (it'll be forced to material)
- the theme label in the config for Baggy is now _Baggy (DEPRECATED)_
2022-04-20 22:50:08 +02:00
a885f5043a
Update tests
2022-04-20 22:14:56 +02:00
33b1c252a7
fixed review
2022-04-20 22:12:49 +02:00
aaa03cc395
Added serialization group
2022-04-20 22:12:49 +02:00
bb12538fab
Added new endpoint for API: config
2022-04-20 22:12:49 +02:00
88fd7afeb5
Merge pull request #5739 from wallabag/dependabot/npm_and_yarn/sass-1.50.1
2022-04-19 21:27:00 +02:00
baebc3cdbb
Merge pull request #5738 from wallabag/dependabot/github_actions/actions/setup-node-3
2022-04-19 21:26:42 +02:00
590d4a1ede
Bump sass from 1.50.0 to 1.50.1
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.50.0 to 1.50.1.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.50.0...1.50.1 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-19 19:06:45 +00:00
a5d883a55d
Bump actions/setup-node from 2 to 3
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-19 19:05:39 +00:00
96a83ecb02
Merge pull request #5737 from turrisxyz/naveen/feat/githubactions
2022-04-19 21:05:13 +02:00
d52f00132a
Included githubactions in the dependabot config
...
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.
Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot
GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com >
2022-04-19 13:55:41 -05:00
dfb43c21fd
Merge pull request #5736 from wallabag/dependabot/npm_and_yarn/async-2.6.4
2022-04-19 07:10:28 +02:00
9f3b1b3b2c
Merge pull request #5735 from wallabag/dependabot/npm_and_yarn/stylelint-14.7.1
2022-04-19 06:55:43 +02:00
0ee895da84
Bump async from 2.6.3 to 2.6.4
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-19 04:54:08 +00:00
e3a5d66afc
Merge pull request #5732 from turrisxyz/naveen/feat/set-perms-actions
2022-04-19 06:53:40 +02:00
69f1e6ecca
Bump stylelint from 14.6.1 to 14.7.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.6.1 to 14.7.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.6.1...14.7.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-18 02:01:08 +00:00
8446cda519
Set permissions for GitHub actions
...
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com >
2022-04-16 01:58:38 +00:00
5a14755be9
Merge pull request #5726 from wallabag/dependabot/npm_and_yarn/highlight.js-11.5.1
...
Bump highlight.js from 11.5.0 to 11.5.1
2022-04-12 16:47:02 +02:00
88113289d7
Rebuild assets
2022-04-12 16:25:30 +02:00
cdbdf7de1f
Bump highlight.js from 11.5.0 to 11.5.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.5.0 to 11.5.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/11.5.1/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.5.0...11.5.1 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 16:23:51 +02:00
c6ebd9cd25
Merge pull request #5725 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.6.0
...
Bump material-design-icons-iconfont from 6.5.0 to 6.6.0
2022-04-12 16:22:54 +02:00
82b79e6ebc
Rebuild assets
2022-04-12 16:18:15 +02:00
c341cffe0c
Bump material-design-icons-iconfont from 6.5.0 to 6.6.0
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.5.0...v6.6.0 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 16:16:42 +02:00
934f63efba
Merge pull request #5722 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.9
...
Bump @babel/core from 7.17.8 to 7.17.9
2022-04-12 16:15:55 +02:00
b57815a089
Bump @babel/core from 7.17.8 to 7.17.9
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.8 to 7.17.9.
- [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.17.9/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 >
2022-04-12 14:03:53 +00:00
d8d5f180b1
Merge pull request #5724 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.8.1
...
Bump webpack-dev-server from 4.7.4 to 4.8.1
2022-04-12 16:01:42 +02:00
54c2440edc
Merge pull request #5723 from wallabag/dependabot/npm_and_yarn/eslint-8.13.0
...
Bump eslint from 8.12.0 to 8.13.0
2022-04-12 16:01:16 +02:00
cc49b0516a
Bump eslint from 8.12.0 to 8.13.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.12.0 to 8.13.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.12.0...v8.13.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 13:52:40 +00:00
b5555514bd
Bump webpack-dev-server from 4.7.4 to 4.8.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.4 to 4.8.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.1 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 13:51:15 +00:00
9e73a166a7
Merge pull request #5721 from wallabag/dependabot/npm_and_yarn/webpack-5.72.0
...
Bump webpack from 5.71.0 to 5.72.0
2022-04-12 15:49:42 +02:00
a07c4e2506
Bump webpack from 5.71.0 to 5.72.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.71.0 to 5.72.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.71.0...v5.72.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 13:43:42 +00:00
fc581b0320
Merge pull request #5720 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.26.0
...
Bump eslint-plugin-import from 2.25.4 to 2.26.0
2022-04-12 15:41:24 +02:00
baf470ea3f
Bump eslint-plugin-import from 2.25.4 to 2.26.0
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.25.4 to 2.26.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 13:36:03 +00:00
aa88671211
Merge pull request #5727 from wallabag/dependabot/npm_and_yarn/sass-1.50.0
...
Bump sass from 1.49.11 to 1.50.0
2022-04-12 15:33:50 +02:00
a6b428c207
Bump sass from 1.49.11 to 1.50.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.11 to 1.50.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.11...1.50.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-12 13:23:44 +00:00
23f12f853d
Merge pull request #5729 from wallabag/fix/php-7.2-7.3-mysql
2022-04-12 15:17:36 +02:00
0ac8089eee
CI workaround for PHP < 7.4 & MySQL 8
...
The error on PHP 7.2 & 7.3 is:
> PDO::__construct(): The server requested authentication method unknown to the client [caching_sha2_password]
See:
- https://stackoverflow.com/q/53066962/569101
- https://stackoverflow.com/q/52364415/569101
- https://stackoverflow.com/q/51489616/569101
- https://stackoverflow.com/q/50026939/569101
Also upgrade `actions/checkout` v3
2022-04-11 22:11:22 +02:00
17f87affdb
Merge pull request #5715 from wallabag/fix-composer-dockerfile
...
Fix composer version in docker dev configuration
2022-04-04 14:35:37 +02:00
31337b0a0a
Fixed composer version in docker dev configuration
2022-04-04 14:02:13 +02:00
d0cfc547ba
Merge pull request #5713 from wallabag/dependabot/npm_and_yarn/sass-1.49.11
...
Bump sass from 1.49.9 to 1.49.11
2022-04-04 11:17:41 +02:00
c946372180
Update assets
2022-04-04 11:10:49 +02:00
3ea74bd4b2
Merge pull request #5662 from wallabag/impr/env
...
Update readme and docker development env
2022-04-04 10:59:21 +02:00
f51008aef0
Update docker-compose and Dockerfile for dev env
...
This change should ease the spawn of a development environment.
It can be used as a vscode devcontainer.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-04-04 10:10:55 +02:00
71ffcdc710
Update README
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-04-04 10:10:55 +02:00
52752cd0d9
Merge pull request #5712 from wallabag/dependabot/npm_and_yarn/webpack-5.71.0
2022-04-04 07:05:32 +02:00
8a92a7a569
Merge pull request #5714 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.7
2022-04-04 07:05:16 +02:00
56a5625ce7
Bump sass from 1.49.9 to 1.49.11
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.9 to 1.49.11.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.9...1.49.11 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 04:55:08 +00:00
2b736cb32b
Bump webpack from 5.70.0 to 5.71.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.70.0 to 5.71.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.70.0...v5.71.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 04:54:34 +00:00
f8c5817251
Bump symfony/phpunit-bridge from 6.0.3 to 6.0.7
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 6.0.3 to 6.0.7.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v6.0.3...v6.0.7 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-04 04:53:39 +00:00
4ff43814bc
Merge pull request #5708 from wallabag/fix/composer-2.3
2022-04-04 06:52:29 +02:00
fea2b46496
Composer 2.3 isn't compatible with wallabag
2022-04-01 16:09:59 +02:00
287eba084a
Merge pull request #5703 from wallabag/dependabot/composer/guzzlehttp/psr7-1.8.4
2022-03-31 06:21:38 +02:00
d50288a951
Bump guzzlehttp/psr7 from 1.8.3 to 1.8.4
...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7 ) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/guzzle/psr7/releases )
- [Changelog](https://github.com/guzzle/psr7/blob/1.8.4/CHANGELOG.md )
- [Commits](https://github.com/guzzle/psr7/compare/1.8.3...1.8.4 )
---
updated-dependencies:
- dependency-name: guzzlehttp/psr7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-29 22:19:08 +00:00
e096d66667
Merge pull request #5701 from wallabag/dependabot/npm_and_yarn/minimist-1.2.6
2022-03-28 06:14:42 +02:00
971b690d75
Merge pull request #5697 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.2.0
2022-03-28 06:02:16 +02:00
2a70090a11
Merge pull request #5698 from wallabag/dependabot/npm_and_yarn/eslint-8.12.0
2022-03-28 06:01:40 +02:00
527719f8a8
Bump minimist from 1.2.5 to 1.2.6
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 04:01:30 +00:00
77bdaf3e17
Merge pull request #5699 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.4
2022-03-28 06:01:24 +02:00
ba6eb8e424
Merge pull request #5700 from wallabag/dependabot/npm_and_yarn/stylelint-14.6.1
2022-03-28 06:01:00 +02:00
61ee19a7a1
Bump stylelint from 14.6.0 to 14.6.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.6.0 to 14.6.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.6.0...14.6.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 02:02:19 +00:00
a21bdfc2e5
Bump babel-loader from 8.2.3 to 8.2.4
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.3 to 8.2.4.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.3...v8.2.4 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 02:02:00 +00:00
b075eb4c38
Bump eslint from 8.11.0 to 8.12.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.11.0 to 8.12.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.11.0...v8.12.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 02:01:51 +00:00
6fa74891c8
Bump stylelint-webpack-plugin from 3.1.1 to 3.2.0
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-28 02:01:38 +00:00
073e413e1f
Merge pull request #5695 from wallabag/impr/mass-buttons
...
material: improve mass buttons style, mostly for smartphone screens
2022-03-25 12:32:16 +01:00
78ad422486
material: improve mass buttons style, mostly for smartphone screens
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-03-25 11:00:06 +01:00
59502d281a
Merge pull request #5692 from wallabag/dependabot/composer/wallabag/php-mobi-1.1.1
2022-03-23 08:16:13 +01:00
2f0cc2ef84
Bump wallabag/php-mobi from 1.1.0 to 1.1.1
...
Bumps [wallabag/php-mobi](https://github.com/wallabag/php-mobi ) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/wallabag/php-mobi/releases )
- [Commits](https://github.com/wallabag/php-mobi/compare/1.1.0...1.1.1 )
---
updated-dependencies:
- dependency-name: wallabag/php-mobi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-23 03:07:23 +00:00
7a85206aba
Merge pull request #5690 from wallabag/dependabot/npm_and_yarn/node-forge-1.3.0
2022-03-22 22:31:14 +01:00
bef57e4fb8
Bump node-forge from 1.2.1 to 1.3.0
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/digitalbazaar/forge/releases )
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-22 20:50:29 +00:00
974062f749
Merge pull request #5647 from wallabag/fix/epub-language
2022-03-21 22:40:01 +01:00
8f2fefe233
Merge pull request #5680 from wallabag/impr/intl
...
Replace `iconv()` calls with Transliterator
2022-03-21 22:28:49 +01:00
b7ed531c31
Merge pull request #5687 from wallabag/feature/download-webp
2022-03-21 22:17:04 +01:00
1608bf5a4e
Replace iconv() calls with Transliterator
...
See https://stackoverflow.com/a/35178027/954513
Closes #5377
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2022-03-21 22:12:11 +01:00
0049ef390b
Add some basic test
2022-03-21 21:29:30 +01:00
1b9e1d4886
add webp support
2022-03-21 21:29:26 +01:00
20b450916e
Merge pull request #5685 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.4
...
Bump autoprefixer from 10.4.2 to 10.4.4
2022-03-21 21:16:45 +01:00
879dd60b9a
Merge pull request #5683 from wallabag/dependabot/npm_and_yarn/stylelint-scss-4.2.0
...
Bump stylelint-scss from 4.1.0 to 4.2.0
2022-03-21 21:16:11 +01:00
6ab4088582
Bump autoprefixer from 10.4.2 to 10.4.4
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.2 to 10.4.4.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.2...10.4.4 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 20:00:53 +00:00
6bd4f98b78
Bump stylelint-scss from 4.1.0 to 4.2.0
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 20:00:19 +00:00
2c870423c4
Fix epub language
...
Ensure language has `_` instead of `-`
And update wallabag/phpepub
2022-03-21 20:56:29 +01:00
5e377b8925
Merge pull request #5686 from wallabag/fix/chrome-import-test
...
Fix test with `usinenouvelle.com` being flaky these times
2022-03-21 20:55:50 +01:00
3a918cf30e
Fix test with usinenouvelle.com being flaky these times
...
Replace it with a more robust website 🤩
2022-03-21 20:43:29 +01:00
194c87e363
Merge pull request #5682 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.8
...
Bump @babel/core from 7.17.5 to 7.17.8
2022-03-21 10:10:58 +01:00
edc9e8410d
Merge pull request #5681 from wallabag/dependabot/npm_and_yarn/stylelint-14.6.0
...
Bump stylelint from 14.5.3 to 14.6.0
2022-03-21 10:04:07 +01:00
746e6c06b9
Bump @babel/core from 7.17.5 to 7.17.8
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.5 to 7.17.8.
- [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.17.8/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 >
2022-03-21 03:02:20 +00:00
2b371a7d33
Bump stylelint from 14.5.3 to 14.6.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.5.3 to 14.6.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.5.3...14.6.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-21 03:02:10 +00:00
4b32192178
Merge pull request #5676 from Simounet/fix/style-row-card-regression
2022-03-15 15:39:21 +01:00
d0cfdaf10e
Fix row and card style regressions
2022-03-15 13:54:04 +01:00
eb99cacf43
Merge pull request #5664 from Simounet/feat/home-entries-updated
2022-03-15 09:34:00 +01:00
33a7b1e105
Merge pull request #5659 from agallou/sort_tag_feed_on_updated_at
2022-03-15 08:05:33 +01:00
02a88d01a6
Merge pull request #5671 from wallabag/dependabot/composer/bdunogier/guzzle-site-authenticator-1.0.1
2022-03-15 07:47:24 +01:00
3036579ac5
Bump bdunogier/guzzle-site-authenticator from 1.0.0 to 1.0.1
...
Bumps [bdunogier/guzzle-site-authenticator](https://github.com/wallabag/guzzle-site-authenticator ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/wallabag/guzzle-site-authenticator/releases )
- [Commits](https://github.com/wallabag/guzzle-site-authenticator/compare/1.0.0...1.0.1 )
---
updated-dependencies:
- dependency-name: bdunogier/guzzle-site-authenticator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-15 03:07:21 +00:00
29df8ed590
this change adds an option to sort the feed entires by updated_at
...
There is now an option to sort the feed entires by updated_at, on the
controler : a sort querystring argument that accepts either "created"
or "updated".
2022-03-14 22:58:45 +01:00
201a9930f9
Card actions styled at the bottom
2022-03-14 22:13:44 +01:00
016ceb6829
ul entries list replaced by ol
2022-03-14 22:12:22 +01:00
e700cadae3
Mass action buttons extracted from entries list
2022-03-14 22:11:09 +01:00
85e91f9e67
CSS grid used for bloc mode entries and flex for card bloc
2022-03-14 22:09:07 +01:00
f6bc76a8ce
Merge pull request #5669 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.5.0
...
Bump material-design-icons-iconfont from 6.4.2 to 6.5.0
2022-03-14 13:28:43 +01:00
34a8f36a42
Update assets
2022-03-14 12:04:41 +01:00
4f3da43416
Bump material-design-icons-iconfont from 6.4.2 to 6.5.0
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.4.2 to 6.5.0.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.4.2...v6.5.0 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-14 12:02:34 +01:00
3382e15ee2
Merge pull request #5667 from wallabag/dependabot/npm_and_yarn/highlight.js-11.5.0
...
Bump highlight.js from 11.4.0 to 11.5.0
2022-03-14 12:01:39 +01:00
be36db24ea
Update assets
2022-03-14 11:50:58 +01:00
49d5f27cd0
Merge pull request #4341 from wallabag/with-annotations-route
2022-03-14 06:44:43 +01:00
b2226686ff
Merge pull request #5668 from wallabag/dependabot/npm_and_yarn/css-loader-6.7.1
2022-03-14 06:31:33 +01:00
2a0e5b4d31
Bump css-loader from 6.7.0 to 6.7.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.7.0 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.1 )
---
updated-dependencies:
- dependency-name: css-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-14 05:19:11 +00:00
f24ab9e5b5
Merge pull request #5665 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-5.0.0
2022-03-14 06:16:53 +01:00
68208e899a
Merge pull request #5666 from wallabag/dependabot/npm_and_yarn/eslint-8.11.0
2022-03-14 06:16:10 +01:00
7b22893806
Bump highlight.js from 11.4.0 to 11.5.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.4.0 to 11.5.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.4.0...11.5.0 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-14 03:02:18 +00:00
3ec38b515e
Bump eslint from 8.10.0 to 8.11.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.10.0 to 8.11.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.10.0...v8.11.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-14 03:02:08 +00:00
8f46e12579
Bump webpack-manifest-plugin from 4.1.1 to 5.0.0
...
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin ) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases )
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v4.1.1...v5.0.0 )
---
updated-dependencies:
- dependency-name: webpack-manifest-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-14 03:01:51 +00:00
6bd257a711
Merge pull request #5656 from wallabag/add-greek-language
...
Enabled greek translation
2022-03-08 16:39:27 +01:00
9a9d8840bb
Enabled greek translation
2022-03-08 15:30:45 +01:00
7fbbbb40f8
Merge pull request #5654 from wallabag/dependabot/npm_and_yarn/postcss-8.4.8
2022-03-08 06:25:43 +01:00
48222ed5af
Merge pull request #5655 from wallabag/dependabot/composer/ocramius/proxy-manager-2.2.4
2022-03-08 06:25:21 +01:00
d1e7666d27
Bump postcss from 8.4.7 to 8.4.8
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.7 to 8.4.8.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.7...8.4.8 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-08 05:15:40 +00:00
5713402ffb
Merge pull request #5651 from wallabag/dependabot/npm_and_yarn/css-loader-6.7.0
2022-03-08 06:14:11 +01:00
db2ff7c856
Merge pull request #5652 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.6.0
2022-03-08 06:13:53 +01:00
d1cb8f4e8a
Merge pull request #5653 from wallabag/dependabot/npm_and_yarn/webpack-5.70.0
2022-03-08 06:13:32 +01:00
9093b884c7
Bump ocramius/proxy-manager from 2.2.3 to 2.2.4
...
Bumps [ocramius/proxy-manager](https://github.com/Ocramius/ProxyManager ) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/Ocramius/ProxyManager/releases )
- [Commits](https://github.com/Ocramius/ProxyManager/compare/2.2.3...2.2.4 )
---
updated-dependencies:
- dependency-name: ocramius/proxy-manager
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 03:06:37 +00:00
73f4b9b54d
Bump webpack from 5.69.1 to 5.70.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.69.1 to 5.70.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.69.1...v5.70.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 03:02:25 +00:00
67ea13f0fa
Bump mini-css-extract-plugin from 2.5.3 to 2.6.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.5.3...v2.6.0 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 03:02:13 +00:00
14092b8fb3
Bump css-loader from 6.6.0 to 6.7.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.6.0...v6.7.0 )
---
updated-dependencies:
- dependency-name: css-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-07 03:01:54 +00:00
f2f62eb35c
Merge pull request #5648 from wallabag/dependabot/composer/pagerfanta/pagerfanta-2.7.3
2022-03-03 06:43:09 +01:00
b422209634
Bump pagerfanta/pagerfanta from 2.7.2 to 2.7.3
...
Bumps [pagerfanta/pagerfanta](https://github.com/BabDev/Pagerfanta ) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/BabDev/Pagerfanta/releases )
- [Changelog](https://github.com/BabDev/Pagerfanta/blob/v2.7.3/CHANGELOG.md )
- [Commits](https://github.com/BabDev/Pagerfanta/compare/v2.7.2...v2.7.3 )
---
updated-dependencies:
- dependency-name: pagerfanta/pagerfanta
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-03 03:05:33 +00:00
7def677ba1
Merge pull request #5646 from wallabag/fix/tagging-rule-custom-reading-speed
2022-03-02 22:03:30 +01:00
7ec0c9f844
Fix tests
2022-03-02 20:12:08 +01:00
9160c4e713
Remove commented translations
...
Not necessary as they are handled by weblate.
2022-03-02 20:07:44 +01:00
0feee8ba9a
Fixed review
2022-03-02 20:07:44 +01:00
9992017fb7
Fixed translation file
2022-03-02 20:07:44 +01:00
cd975c5f13
Added annotated filter
2022-03-02 20:07:44 +01:00
6dfc031839
Enhanced tests and changed route
2022-03-02 20:07:43 +01:00
0aeaf0e8c2
Added tests
2022-03-02 20:07:17 +01:00
dce50ddb79
Added route to list entries with annotations
2022-03-02 20:07:17 +01:00
9a6146d2ef
Merge remote-tracking branch 'origin/master' into 2.5.0
2022-03-02 20:03:33 +01:00
10d071a4f2
Fix tests
2022-03-02 19:28:48 +01:00
5c4993832e
Fix tagging rule match when user a custom reading speed
...
By default, we assume the reading speed is 200 word per minute (WPM) when we save an entry.
User can change that value in the config and the rendering is properly performed with the user reading speed.
BUT, when the matching rule is applied, it uses the default reading time defined in the entry without applying the custom reading speed of the user.
This should fix that bug.
Also update the `wallabag:tag:all` to fix the bug when tagging all entries.
2022-03-02 19:12:33 +01:00
32aa8e8fd6
Merge pull request #5640 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.4.2
...
Bump material-design-icons-iconfont from 6.4.1 to 6.4.2
2022-02-28 14:37:51 +01:00
35774dbac8
Update assets
2022-02-28 13:54:34 +01:00
ef970311b0
Merge pull request #5641 from wallabag/dependabot/npm_and_yarn/sass-1.49.9
2022-02-28 06:19:32 +01:00
5286b97b10
Merge pull request #5642 from wallabag/dependabot/npm_and_yarn/eslint-8.10.0
2022-02-28 06:19:21 +01:00
60218ad175
Merge pull request #5643 from wallabag/dependabot/npm_and_yarn/postcss-8.4.7
2022-02-28 06:19:10 +01:00
75ba895d72
Merge pull request #5639 from wallabag/dependabot/npm_and_yarn/stylelint-14.5.3
2022-02-28 06:18:53 +01:00
be4e74558f
Bump postcss from 8.4.6 to 8.4.7
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.6 to 8.4.7.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.6...8.4.7 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:02:44 +00:00
55eeae3fef
Bump eslint from 8.9.0 to 8.10.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.9.0 to 8.10.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.9.0...v8.10.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:02:29 +00:00
daa0ff2fb0
Bump sass from 1.49.8 to 1.49.9
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.8 to 1.49.9.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.8...1.49.9 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:02:20 +00:00
9d54674c4f
Bump material-design-icons-iconfont from 6.4.1 to 6.4.2
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/6.4.1...v6.4.2 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:02:04 +00:00
62b085c16d
Bump stylelint from 14.5.1 to 14.5.3
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.5.1 to 14.5.3.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.5.1...14.5.3 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-28 03:01:54 +00:00
798fae040f
Merge pull request #5625 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.4.1
...
Bump material-design-icons-iconfont from 6.1.1 to 6.4.1
2022-02-21 10:41:16 +01:00
48a70c8071
Update assets
2022-02-21 10:19:02 +01:00
3a8e2d18b7
Bump material-design-icons-iconfont from 6.1.1 to 6.4.1
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.1.1...6.4.1 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 09:54:17 +01:00
9f59b176b5
Merge pull request #5629 from wallabag/dependabot/npm_and_yarn/sass-loader-12.6.0
2022-02-21 07:37:59 +01:00
d738cae6b8
Merge pull request #5628 from wallabag/dependabot/npm_and_yarn/webpack-5.69.1
2022-02-21 06:49:29 +01:00
e13f321686
Bump sass-loader from 12.4.0 to 12.6.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 12.4.0 to 12.6.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v12.4.0...v12.6.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 05:28:17 +00:00
e84e685199
Bump webpack from 5.68.0 to 5.69.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.68.0 to 5.69.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.69.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 05:27:20 +00:00
5a76d86dea
Merge pull request #5626 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.5
2022-02-21 06:26:47 +01:00
d55ba3f1bd
Merge pull request #5627 from wallabag/dependabot/npm_and_yarn/sass-1.49.8
2022-02-21 06:26:31 +01:00
601572e7b6
Merge pull request #5630 from wallabag/dependabot/npm_and_yarn/stylelint-14.5.1
2022-02-21 06:25:54 +01:00
a894fa5f4f
Bump stylelint from 14.5.0 to 14.5.1
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.5.0 to 14.5.1.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.5.0...14.5.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 03:03:27 +00:00
fcd8f63c92
Bump sass from 1.49.7 to 1.49.8
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.7 to 1.49.8.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.7...1.49.8 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-21 03:02:59 +00:00
89e94c551b
Bump @babel/core from 7.17.2 to 7.17.5
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.2 to 7.17.5.
- [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.17.5/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 >
2022-02-21 03:02:51 +00:00
5d4ca12155
Merge pull request #5622 from weblate/weblate-wallabag-messages
2022-02-18 18:55:54 +01:00
3920ece418
Translated using Weblate (Portuguese)
...
Currently translated at 63.9% (364 of 569 strings)
2022-02-18 15:55:34 +01:00
6f5298a2f5
Merge pull request #5619 from wallabag/prepare-2.4.3
...
2.4.3
2022-02-14 16:50:42 +01:00
9e5a7db740
2.4.3
...
Also exclude @dependabot from automated GitHub release
2022-02-14 16:25:16 +01:00
320c4c3b3b
Merge pull request #5618 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.2
2022-02-14 06:17:48 +01:00
362f8a77b4
Merge pull request #5617 from wallabag/dependabot/npm_and_yarn/stylelint-14.5.0
2022-02-14 06:17:29 +01:00
6be6a811d5
Merge pull request #5616 from wallabag/dependabot/npm_and_yarn/eslint-8.9.0
2022-02-14 06:17:05 +01:00
03e1fd6d73
Merge pull request #5594 from wallabag/fix/download-image-overlapping
2022-02-14 06:05:18 +01:00
3e58de5b93
Bump @babel/core from 7.17.0 to 7.17.2
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.17.0 to 7.17.2.
- [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.17.2/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 >
2022-02-14 03:02:24 +00:00
f5e2d11f79
Bump stylelint from 14.3.0 to 14.5.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.3.0 to 14.5.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.3.0...14.5.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-14 03:02:12 +00:00
f8b89f375d
Bump eslint from 8.8.0 to 8.9.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.8.0 to 8.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/v8.8.0...v8.9.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-14 03:02:04 +00:00
d9fa0c41af
Merge pull request #5614 from wallabag/dependabot/npm_and_yarn/follow-redirects-1.14.8
...
Bump follow-redirects from 1.14.7 to 1.14.8
2022-02-12 12:47:13 +01:00
a6bf9ddcf6
Bump follow-redirects from 1.14.7 to 1.14.8
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-12 07:32:58 +00:00
7cd721997a
Merge pull request #5612 from wallabag/dependabot/composer/twig/twig-2.14.11
2022-02-11 06:21:57 +01:00
91f92118a1
Bump twig/twig from 2.14.10 to 2.14.11
...
Bumps [twig/twig](https://github.com/twigphp/Twig ) from 2.14.10 to 2.14.11.
- [Release notes](https://github.com/twigphp/Twig/releases )
- [Changelog](https://github.com/twigphp/Twig/blob/v2.14.11/CHANGELOG )
- [Commits](https://github.com/twigphp/Twig/compare/v2.14.10...v2.14.11 )
---
updated-dependencies:
- dependency-name: twig/twig
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-11 02:27:41 +00:00
33fcd81bc0
Merge pull request #5599 from Monirzadeh/rtl
...
Add support for RTL content
2022-02-08 16:02:20 +01:00
84306f52a5
Rebuild assets
2022-02-08 15:54:15 +01:00
d38fe8d7af
Add support for RTL content
2022-02-08 15:51:50 +01:00
2b3ff84829
Avoid overlapping images when downloading them
2022-02-07 15:19:49 +01:00
485405190d
Merge pull request #5605 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.10
...
Bump clipboard from 2.0.9 to 2.0.10
2022-02-07 13:49:10 +01:00
84303d6ef3
Update assets
2022-02-07 13:17:58 +01:00
17f4a6bca1
Merge pull request #5608 from wallabag/dependabot/npm_and_yarn/css-loader-6.6.0
...
Bump css-loader from 6.5.1 to 6.6.0
2022-02-07 09:32:36 +01:00
70cc88216d
Bump css-loader from 6.5.1 to 6.6.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0 )
---
updated-dependencies:
- dependency-name: css-loader
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 08:14:30 +00:00
9dde3540c2
Merge pull request #5607 from wallabag/dependabot/npm_and_yarn/postcss-8.4.6
2022-02-07 09:11:34 +01:00
01e41d00ac
Merge pull request #5603 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.17.0
2022-02-07 09:11:00 +01:00
b956f3b56f
Bump @babel/eslint-parser from 7.16.5 to 7.17.0
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.16.5 to 7.17.0.
- [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.17.0/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 06:23:59 +00:00
a613ce27ba
Merge pull request #5602 from wallabag/dependabot/npm_and_yarn/babel/core-7.17.0
2022-02-07 07:21:54 +01:00
565b94491d
Bump postcss from 8.4.5 to 8.4.6
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.5 to 8.4.6.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.5...8.4.6 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 06:12:48 +00:00
a340931c29
Merge pull request #5604 from wallabag/dependabot/npm_and_yarn/sass-1.49.7
2022-02-07 07:11:17 +01:00
8109cc502e
Merge pull request #5606 from wallabag/dependabot/npm_and_yarn/webpack-5.68.0
2022-02-07 07:00:45 +01:00
8a28cffeb9
Bump webpack from 5.67.0 to 5.68.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.67.0 to 5.68.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.67.0...v5.68.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 05:38:48 +00:00
7b9a6c871f
Merge pull request #5600 from wallabag/dependabot/npm_and_yarn/terser-webpack-plugin-5.3.1
2022-02-07 06:35:35 +01:00
c70a6c4144
Merge pull request #5601 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.7.4
2022-02-07 06:35:18 +01:00
b4bfdb9db7
Bump clipboard from 2.0.9 to 2.0.10
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.9 to 2.0.10.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.9...v2.0.10 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:49 +00:00
6ad6fcbd1a
Bump sass from 1.49.0 to 1.49.7
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.49.0 to 1.49.7.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.49.0...1.49.7 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:33 +00:00
07802398a6
Bump @babel/core from 7.16.12 to 7.17.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.16.12 to 7.17.0.
- [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.17.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:15 +00:00
51f2c5ab64
Bump webpack-dev-server from 4.7.3 to 4.7.4
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.3 to 4.7.4.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.7.3...v4.7.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:02:02 +00:00
11484f3fc3
Bump terser-webpack-plugin from 5.3.0 to 5.3.1
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.0...v5.3.1 )
---
updated-dependencies:
- dependency-name: terser-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 03:01:54 +00:00
b3a9003da2
Merge pull request #5593 from wallabag/dependabot/composer/j0k3r/graby-2.4.1
2022-02-03 07:01:39 +01:00
0e28ba303e
Bump j0k3r/graby from 2.3.5 to 2.4.1
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.3.5 to 2.4.1.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.3.5...2.4.1 )
---
updated-dependencies:
- dependency-name: j0k3r/graby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-03 03:04:52 +00:00
a0c679d27a
Merge pull request #5591 from wallabag/fix/test-php8
...
Add build test on PHP 8.0 & 8.1
2022-01-31 13:09:56 +01:00
3c507d676f
Add build test on PHP 8.0 & 8.1
...
Add `isTransactional` to `WallabagMigration` because PHP 8 behave differently with PDO transaction.
This is a workaround because we can't upgrade Doctrine Migration for now (upper versions have the fix).
- Build is now using Composer v2 (instead of v1)
- All actions have been updated to latest version
- Fix bug in PHP 8 were `$entry->getTags()` can't be properly used as a _traversable_ by `assertContains` during tests. Added a custom method `Entry::getTagsLabel()` which return a flatted tag array with only label
- Replace `assertNotRegExp` by `assertDoesNotMatchRegularExpression` because it was deprecated
2022-01-31 12:59:39 +01:00
c57cd26d68
Merge pull request #5585 from christianjunk/master
...
Fixed wrong number of entries for tag feeds
2022-01-31 10:40:25 +01:00
4c724f2661
Fixed 'PHP-CS-Fixer.no_whitespace_in_blank_line'.
2022-01-31 01:18:04 -08:00
ac34b97f3b
Merge pull request #5586 from wallabag/dependabot/npm_and_yarn/clipboard-2.0.9
...
Bump clipboard from 2.0.8 to 2.0.9
2022-01-31 09:25:26 +01:00
62cd0ab54a
Update assets
2022-01-31 09:14:31 +01:00
6aeaaaabdd
Merge pull request #5587 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.9.2
2022-01-31 05:37:34 +01:00
cf1da7a3a8
Merge pull request #5588 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.5.3
2022-01-31 05:37:18 +01:00
75170a94f2
Merge pull request #5589 from wallabag/dependabot/npm_and_yarn/eslint-8.8.0
2022-01-31 05:36:55 +01:00
8cb4cdd3fb
Merge pull request #5590 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.3
2022-01-31 05:27:58 +01:00
83704817ad
Bump symfony/phpunit-bridge from 6.0.0 to 6.0.3
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 6.0.0 to 6.0.3.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v6.0.0...v6.0.3 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:06:15 +00:00
465572d780
Bump eslint from 8.7.0 to 8.8.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.7.0 to 8.8.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.7.0...v8.8.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:02:29 +00:00
2290caa5c6
Bump mini-css-extract-plugin from 2.5.2 to 2.5.3
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.5.2...v2.5.3 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:02:19 +00:00
d8f57bc33d
Bump webpack-cli from 4.9.1 to 4.9.2
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:02:12 +00:00
5b3fd1de25
Bump clipboard from 2.0.8 to 2.0.9
...
Bumps [clipboard](https://github.com/zenorocha/clipboard.js ) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/zenorocha/clipboard.js/releases )
- [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.8...v2.0.9 )
---
updated-dependencies:
- dependency-name: clipboard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 03:02:04 +00:00
fc7265f1b8
Fixed wrong number of entries for tag feeds.
2022-01-30 18:11:18 +01:00
e833fc4017
Merge pull request #5581 from weblate/weblate-wallabag-messages
2022-01-28 06:01:15 +01:00
e8720dafbc
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (40 of 40 strings)
2022-01-28 01:54:47 +01:00
6d79d4461f
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (6 of 6 strings)
2022-01-28 01:54:47 +01:00
cc99dd95b9
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (7 of 7 strings)
2022-01-28 01:54:46 +01:00
c8c0d94326
Merge pull request #5580 from weblate/weblate-wallabag-messages
2022-01-26 06:13:47 +01:00
912a4589bf
Translated using Weblate (Indonesian)
...
Currently translated at 0.1% (1 of 569 strings)
2022-01-26 05:53:51 +01:00
7ac10ee54d
Translated using Weblate (Indonesian)
...
Currently translated at 85.7% (6 of 7 strings)
2022-01-26 05:53:50 +01:00
6b0c61bf2b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-26 05:53:50 +01:00
3a8ce2ac64
Merge pull request #5578 from wallabag/dependabot/composer/m6web/redis-mock-5.2.0
2022-01-25 08:54:57 +01:00
cf4fb5de9c
Bump m6web/redis-mock from 5.1.0 to 5.2.0
...
Bumps [m6web/redis-mock](https://github.com/BedrockStreaming/RedisMock ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/BedrockStreaming/RedisMock/releases )
- [Commits](https://github.com/BedrockStreaming/RedisMock/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: m6web/redis-mock
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-25 03:04:35 +00:00
88e3312ab0
Merge pull request #5576 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.16.11
2022-01-24 06:58:56 +01:00
5341ec9eae
Merge pull request #5570 from wallabag/dependabot/npm_and_yarn/nanoid-3.2.0
2022-01-24 06:45:51 +01:00
28e340745d
Merge pull request #5574 from wallabag/dependabot/npm_and_yarn/stylelint-14.3.0
2022-01-24 06:44:06 +01:00
e298c21dac
Bump stylelint from 14.2.0 to 14.3.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 14.2.0 to 14.3.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/14.2.0...14.3.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 05:08:18 +00:00
f5b2b3ff2b
Merge pull request #5572 from wallabag/dependabot/npm_and_yarn/babel/core-7.16.12
2022-01-24 06:07:00 +01:00
21b155d507
Merge pull request #5573 from wallabag/dependabot/npm_and_yarn/webpack-5.67.0
2022-01-24 06:05:37 +01:00
8e3359d1a7
Merge pull request #5575 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.5.2
2022-01-24 06:04:27 +01:00
fbce07b7ec
Merge pull request #5577 from wallabag/dependabot/npm_and_yarn/sass-1.49.0
2022-01-24 06:03:40 +01:00
758f2ca311
Bump sass from 1.48.0 to 1.49.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.48.0...1.49.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 03:03:12 +00:00
5bcfb06aca
Bump @babel/preset-env from 7.16.8 to 7.16.11
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.8 to 7.16.11.
- [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.16.11/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 03:02:55 +00:00
33456eba7f
Bump mini-css-extract-plugin from 2.4.6 to 2.5.2
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.4.6 to 2.5.2.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.4.6...v2.5.2 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 03:02:49 +00:00
15e7e12caa
Bump webpack from 5.66.0 to 5.67.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.66.0 to 5.67.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.66.0...v5.67.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 03:02:04 +00:00
41d1461c71
Bump @babel/core from 7.16.7 to 7.16.12
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.16.7 to 7.16.12.
- [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.16.12/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 >
2022-01-24 03:01:50 +00:00
9784b517ea
Bump nanoid from 3.1.30 to 3.2.0
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-22 01:33:42 +00:00
08f057bd7a
Merge pull request #5563 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.1.1
2022-01-17 07:07:25 +01:00
67bbee9c66
Merge pull request #5562 from wallabag/dependabot/npm_and_yarn/sass-1.48.0
2022-01-17 07:07:07 +01:00
7f8cadb789
Merge pull request #5564 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-4.1.1
2022-01-17 07:06:48 +01:00
67576b96c3
Merge pull request #5561 from wallabag/dependabot/npm_and_yarn/eslint-8.7.0
2022-01-17 07:06:30 +01:00
889b0a6321
Bump stylelint-webpack-plugin from 3.1.0 to 3.1.1
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 05:46:59 +00:00
9a52ff2d17
Bump eslint from 8.6.0 to 8.7.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.6.0 to 8.7.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.6.0...v8.7.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 05:46:34 +00:00
3f35486f54
Bump sass from 1.47.0 to 1.48.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.47.0 to 1.48.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.47.0...1.48.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 05:46:28 +00:00
2624f85989
Bump webpack-manifest-plugin from 4.0.2 to 4.1.1
...
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin ) from 4.0.2 to 4.1.1.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases )
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v4.0.2...v4.1.1 )
---
updated-dependencies:
- dependency-name: webpack-manifest-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 05:46:04 +00:00
9df9d34599
Merge pull request #5565 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.16.8
2022-01-17 06:42:22 +01:00
9743a7a2cc
Merge pull request #5566 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.3
2022-01-17 06:41:59 +01:00
67daad2fd5
Merge pull request #5567 from wallabag/dependabot/npm_and_yarn/webpack-5.66.0
2022-01-17 06:41:34 +01:00
7b48e54ca2
Merge pull request #5568 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.7.3
2022-01-17 06:41:14 +01:00
90ff5b45a4
Bump webpack-dev-server from 4.7.2 to 4.7.3
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.7.2...v4.7.3 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 03:03:04 +00:00
00f375dffc
Bump webpack from 5.65.0 to 5.66.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.65.0 to 5.66.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.65.0...v5.66.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 03:02:55 +00:00
921919ffbb
Bump postcss-scss from 4.0.2 to 4.0.3
...
Bumps [postcss-scss](https://github.com/postcss/postcss-scss ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/postcss/postcss-scss/releases )
- [Changelog](https://github.com/postcss/postcss-scss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss-scss/compare/4.0.2...4.0.3 )
---
updated-dependencies:
- dependency-name: postcss-scss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 03:02:42 +00:00
6f5c2d6d40
Bump @babel/preset-env from 7.16.7 to 7.16.8
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.7 to 7.16.8.
- [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.16.8/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-17 03:02:34 +00:00
722990988d
Merge pull request #5555 from wallabag/dependabot/npm_and_yarn/follow-redirects-1.14.7
2022-01-13 07:13:27 +01:00
55ad2860a2
Bump follow-redirects from 1.14.6 to 1.14.7
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-13 05:51:48 +00:00
7d2bcc223f
Merge pull request #5554 from wallabag/dependabot/composer/j0k3r/graby-2.3.5
2022-01-13 06:51:16 +01:00
e373129db1
Bump j0k3r/graby from 2.3.3 to 2.3.5
...
Bumps [j0k3r/graby](https://github.com/j0k3r/graby ) from 2.3.3 to 2.3.5.
- [Release notes](https://github.com/j0k3r/graby/releases )
- [Commits](https://github.com/j0k3r/graby/compare/2.3.3...2.3.5 )
---
updated-dependencies:
- dependency-name: j0k3r/graby
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-13 03:09:26 +00:00
5a2dd96dec
Merge pull request #5549 from wallabag/dependabot/npm_and_yarn/highlight.js-11.4.0
...
Bump highlight.js from 11.3.1 to 11.4.0
2022-01-10 09:06:46 +01:00
45a6e34265
Rebuild assets
2022-01-10 09:01:26 +01:00
c881be6a71
Merge pull request #5546 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.2
2022-01-10 06:45:35 +01:00
9c7f19d673
Merge pull request #5547 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.4.6
2022-01-10 06:45:17 +01:00
f3fe1a12a3
Merge pull request #5548 from wallabag/dependabot/npm_and_yarn/sass-1.47.0
2022-01-10 06:44:53 +01:00
fa86a6b26b
Bump highlight.js from 11.3.1 to 11.4.0
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 11.3.1 to 11.4.0.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/11.3.1...11.4.0 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-10 03:02:57 +00:00
d6cd1b357c
Bump sass from 1.45.2 to 1.47.0
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.45.2 to 1.47.0.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.45.2...1.47.0 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-10 03:02:40 +00:00
b61673d079
Bump mini-css-extract-plugin from 2.4.5 to 2.4.6
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 2.4.5 to 2.4.6.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.4.5...v2.4.6 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-10 03:02:25 +00:00
907919bba9
Bump autoprefixer from 10.4.1 to 10.4.2
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.4.1 to 10.4.2.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.1...10.4.2 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-10 03:02:15 +00:00
8c120a3c42
Merge pull request #5380 from wallabag/add-random-entry-view
...
Added random button on article view
2022-01-07 23:21:23 +01:00
561c46c99c
Merge pull request #5378 from wallabag/harmonize-unread-items
...
Show when articles is read
2022-01-07 23:21:07 +01:00
da18ed13b2
Added random button on article view
2022-01-07 15:39:09 +01:00
c9a3b67c83
Show when articles is read
2022-01-07 15:37:53 +01:00
3e3823ff2b
Merge pull request #5542 from oupala/patch-1
...
Change the name of the static package's root directory
2022-01-07 15:36:49 +01:00
fc4c97e413
feat: change the name of the static package's root directory
...
Change the name of the static package's root directory so that it is `wallabag-2.4.2` instead of simply `2.4.2`.
2022-01-07 14:27:35 +01:00
3ac38d6e00
fix: shellcheck warnings
...
Fix shellcheck warnings in order to improve robustness of this script.
2022-01-06 21:49:25 +01:00
57ad76bced
Merge pull request #5541 from wallabag/fix/node-alerts
2022-01-05 22:31:34 +01:00
4ca50d95c6
Fix Dependabot alerts for tar & json-schema
2022-01-05 22:21:27 +01:00
75e0210912
Merge pull request #5540 from wallabag/fix/deps-update
...
Update deps
2022-01-05 21:59:20 +01:00
da39295c9a
Update Composer deps
2022-01-05 21:43:37 +01:00
01609f8514
Update to ESLint 8
...
And run it:
- `yarn eslint app/**/*.js --fix`
- `yarn eslint web/**/*.js --fix`
2022-01-05 21:43:32 +01:00
c32d136cd2
Merge pull request #5539 from wallabag/dependabot/npm_and_yarn/material-design-icons-iconfont-6.1.1
...
Bump material-design-icons-iconfont from 6.1.0 to 6.1.1
2022-01-05 21:08:30 +01:00
88720633f1
Rebuild assets
2022-01-05 20:58:08 +01:00
730e76fa04
Bump material-design-icons-iconfont from 6.1.0 to 6.1.1
...
Bumps [material-design-icons-iconfont](https://github.com/jossef/material-design-icons-iconfont ) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/jossef/material-design-icons-iconfont/releases )
- [Commits](https://github.com/jossef/material-design-icons-iconfont/compare/v6.1.0...v6.1.1 )
---
updated-dependencies:
- dependency-name: material-design-icons-iconfont
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 20:56:26 +01:00
dbb963f539
Merge pull request #5536 from wallabag/dependabot/npm_and_yarn/sass-1.45.2
...
Bump sass from 1.37.5 to 1.45.2
2022-01-05 20:54:15 +01:00
9d1716c0e5
Rebuild assets
...
And add `postcss-scss` and fixing some issues.
2022-01-05 20:43:36 +01:00
f028a7b5b0
Merge pull request #5538 from wallabag/dependabot/npm_and_yarn/babel/core-7.16.7
2022-01-05 20:10:02 +01:00
553e69273f
Bump sass from 1.37.5 to 1.45.2
...
Bumps [sass](https://github.com/sass/dart-sass ) from 1.37.5 to 1.45.2.
- [Release notes](https://github.com/sass/dart-sass/releases )
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sass/dart-sass/compare/1.37.5...1.45.2 )
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 18:51:45 +00:00
8862c16bf4
Bump @babel/core from 7.15.0 to 7.16.7
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.0 to 7.16.7.
- [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.16.7/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 18:51:41 +00:00
3beb8ff1dc
Merge pull request #5537 from wallabag/dependabot/npm_and_yarn/stylelint-and-stylelint-config-standard-and-stylelint-scss-14.2.0
2022-01-05 19:49:01 +01:00
979d7d46b8
Bump stylelint, stylelint-config-standard and stylelint-scss
...
Bumps [stylelint](https://github.com/stylelint/stylelint ), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ). These dependencies needed to be updated together.
Updates `stylelint` from 13.13.1 to 14.2.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.2.0 )
Updates `stylelint-config-standard` from 22.0.0 to 24.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/22.0.0...24.0.0 )
Updates `stylelint-scss` from 3.21.0 to 4.1.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/3.21.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 16:46:12 +00:00
00d103ce0c
Merge pull request #5531 from wallabag/dependabot/npm_and_yarn/postcss-8.4.5
...
Bump postcss from 8.3.6 to 8.4.5
2022-01-05 16:50:04 +01:00
7a444ed4aa
Merge pull request #5535 from marapavelka/patch-2
...
Add Czech language
2022-01-05 16:49:30 +01:00
b5813e3c9f
Merge pull request #5516 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.7.2
...
Bump webpack-dev-server from 3.11.2 to 4.7.2
2022-01-05 16:46:59 +01:00
dbb8fc2258
Merge pull request #5533 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.16.5
...
Bump @babel/eslint-parser from 7.15.0 to 7.16.5
2022-01-05 16:46:25 +01:00
c429a31273
Update wallabag.yml
...
Added option for Czech language.
2022-01-05 16:40:28 +01:00
100469025a
Update webpack dev server config & webpack-cli package
2022-01-05 16:40:08 +01:00
e6c51b9835
Bump @babel/eslint-parser from 7.15.0 to 7.16.5
...
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser ) from 7.15.0 to 7.16.5.
- [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.16.5/eslint/babel-eslint-parser )
---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:32:37 +00:00
a641925bf9
Bump webpack-dev-server from 3.11.2 to 4.7.2
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.11.2 to 4.7.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.11.2...v4.7.2 )
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:32:13 +00:00
859376387b
Bump postcss from 8.3.6 to 8.4.5
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.6 to 8.4.5.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.3.6...8.4.5 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:31:07 +00:00
d860f7c724
Merge pull request #5532 from wallabag/dependabot/npm_and_yarn/stylelint-config-standard-22.0.0
...
Bump stylelint-config-standard from 21.0.0 to 22.0.0
2022-01-05 16:28:58 +01:00
e85ed8c56f
Merge pull request #5534 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.16.7
...
Bump @babel/preset-env from 7.15.0 to 7.16.7
2022-01-05 16:27:39 +01:00
d54e704a0f
Merge pull request #5527 from wallabag/dependabot/npm_and_yarn/style-loader-3.3.1
...
Bump style-loader from 2.0.0 to 3.3.1
2022-01-05 16:26:28 +01:00
fd799a156e
Merge pull request #5496 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-2.4.5
...
Bump mini-css-extract-plugin from 1.6.2 to 2.4.5
2022-01-05 16:24:58 +01:00
13b195d222
Bump @babel/preset-env from 7.15.0 to 7.16.7
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.0 to 7.16.7.
- [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.16.7/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:20:17 +00:00
95a1711d57
Merge pull request #5499 from wallabag/dependabot/npm_and_yarn/css-loader-6.5.1
...
Bump css-loader from 5.2.7 to 6.5.1
2022-01-05 16:16:44 +01:00
9fa8ddfd46
Bump stylelint-config-standard from 21.0.0 to 22.0.0
...
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard ) from 21.0.0 to 22.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases )
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0 )
---
updated-dependencies:
- dependency-name: stylelint-config-standard
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:11:54 +00:00
283675ccd0
Rebuild assets and update webpack config
...
And optimize images (Thanks ImageOptim)
2022-01-05 16:09:43 +01:00
a1d99e00db
Bump css-loader from 5.2.7 to 6.5.1
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.2.7 to 6.5.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.2.7...v6.5.1 )
---
updated-dependencies:
- dependency-name: css-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 16:09:42 +01:00
f6be929b19
Merge pull request #5470 from wallabag/dependabot/npm_and_yarn/highlight.js-11.3.1
...
Bump highlight.js from 10.7.3 to 11.3.1
2022-01-05 16:09:24 +01:00
7ac1217c01
Update assets
2022-01-05 16:04:40 +01:00
a792690ab6
Bump highlight.js from 10.7.3 to 11.3.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.7.3 to 11.3.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.7.3...11.3.1 )
---
updated-dependencies:
- dependency-name: highlight.js
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 15:56:35 +01:00
e85dbe3370
Bump mini-css-extract-plugin from 1.6.2 to 2.4.5
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.6.2 to 2.4.5.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.2...v2.4.5 )
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 14:11:23 +00:00
7d182fab04
Merge pull request #5523 from wallabag/dependabot/npm_and_yarn/webpack-5.65.0
...
Bump webpack from 5.48.0 to 5.65.0
2022-01-05 15:08:24 +01:00
3cc858fc7b
Merge pull request #5518 from wallabag/dependabot/npm_and_yarn/autoprefixer-10.4.1
...
Bump autoprefixer from 10.3.1 to 10.4.1
2022-01-05 15:07:58 +01:00
e407f0425e
Merge pull request #5529 from wallabag/dependabot/npm_and_yarn/node-sass-7.0.1
...
Bump node-sass from 6.0.1 to 7.0.1
2022-01-05 15:07:19 +01:00
96e2e8eeeb
Rebuild assets
...
Also update GitHub Actions to latest versions
2022-01-05 14:26:10 +01:00
1bec12e9ff
Bump autoprefixer from 10.3.1 to 10.4.1
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 10.3.1 to 10.4.1.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/10.3.1...10.4.1 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 14:26:06 +01:00
4d172108ef
Bump node-sass from 6.0.1 to 7.0.1
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 6.0.1 to 7.0.1.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v6.0.1...v7.0.1 )
---
updated-dependencies:
- dependency-name: node-sass
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 13:21:09 +00:00
0f1f78b0a5
Bump webpack from 5.48.0 to 5.65.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.48.0 to 5.65.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.65.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 13:20:18 +00:00
f283adc873
Bump style-loader from 2.0.0 to 3.3.1
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 2.0.0 to 3.3.1.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v2.0.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: style-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 13:18:04 +00:00
ec17cb93fa
Merge pull request #5525 from wallabag/dependabot/npm_and_yarn/stylelint-scss-3.21.0
...
Bump stylelint-scss from 3.20.1 to 3.21.0
2022-01-05 14:18:01 +01:00
a8831fd689
Merge pull request #5526 from wallabag/dependabot/npm_and_yarn/eslint-webpack-plugin-3.1.1
...
Bump eslint-webpack-plugin from 2.5.4 to 3.1.1
2022-01-05 14:16:25 +01:00
d1fc90cabe
Merge pull request #5524 from wallabag/dependabot/npm_and_yarn/babel-loader-8.2.3
...
Bump babel-loader from 8.2.2 to 8.2.3
2022-01-05 14:12:33 +01:00
8c8f5e4f84
Bump stylelint-scss from 3.20.1 to 3.21.0
...
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss ) from 3.20.1 to 3.21.0.
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases )
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/3.20.1...3.21.0 )
---
updated-dependencies:
- dependency-name: stylelint-scss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:58:53 +00:00
33080b718d
Bump eslint-webpack-plugin from 2.5.4 to 3.1.1
...
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin ) from 2.5.4 to 3.1.1.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v2.5.4...v3.1.1 )
---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:58:13 +00:00
3a43436eda
Merge pull request #5384 from wallabag/dependabot/npm_and_yarn/webpack-manifest-plugin-4.0.2
...
Bump webpack-manifest-plugin from 3.2.0 to 4.0.2
2022-01-05 13:55:36 +01:00
3506cc7da3
Bump babel-loader from 8.2.2 to 8.2.3
...
Bumps [babel-loader](https://github.com/babel/babel-loader ) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/babel/babel-loader/releases )
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.2.3 )
---
updated-dependencies:
- dependency-name: babel-loader
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:55:00 +00:00
9550abd718
Merge pull request #5498 from wallabag/dependabot/npm_and_yarn/stylelint-webpack-plugin-3.1.0
...
Bump stylelint-webpack-plugin from 2.2.2 to 3.1.0
2022-01-05 13:54:52 +01:00
c5128b7eec
Merge pull request #5517 from wallabag/dependabot/npm_and_yarn/sass-loader-12.4.0
...
Bump sass-loader from 11.1.1 to 12.4.0
2022-01-05 13:54:05 +01:00
5f2d55dcdd
Merge pull request #5494 from wallabag/dependabot/npm_and_yarn/postcss-loader-6.2.1
...
Bump postcss-loader from 5.3.0 to 6.2.1
2022-01-05 13:53:36 +01:00
275dc3e1fb
Merge pull request #5493 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.0
...
Bump symfony/phpunit-bridge from 5.3.10 to 6.0.0
2022-01-05 13:52:45 +01:00
1443c72871
Merge pull request #5522 from wallabag/dependabot/npm_and_yarn/eslint-plugin-import-2.25.4
...
Bump eslint-plugin-import from 2.23.4 to 2.25.4
2022-01-05 13:51:51 +01:00
192a9f703e
Merge pull request #5521 from wallabag/dependabot/composer/m6web/redis-mock-5.1.0
...
Bump m6web/redis-mock from 5.0.1 to 5.1.0
2022-01-05 13:51:20 +01:00
32509b2b8d
Merge pull request #5448 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.44
...
Bump phpstan/phpstan-symfony from 0.12.41 to 0.12.44
2022-01-05 13:50:29 +01:00
5f94dc852a
Merge pull request #5449 from wallabag/dependabot/composer/phpstan/phpstan-doctrine-0.12.44
...
Bump phpstan/phpstan-doctrine from 0.12.42 to 0.12.44
2022-01-05 13:49:59 +01:00
3e8b882226
Bump eslint-plugin-import from 2.23.4 to 2.25.4
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.23.4 to 2.25.4.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.25.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:39:29 +00:00
1635cc71af
Bump m6web/redis-mock from 5.0.1 to 5.1.0
...
Bumps [m6web/redis-mock](https://github.com/BedrockStreaming/RedisMock ) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/BedrockStreaming/RedisMock/releases )
- [Commits](https://github.com/BedrockStreaming/RedisMock/compare/v5.0.1...v5.1.0 )
---
updated-dependencies:
- dependency-name: m6web/redis-mock
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:37:43 +00:00
e2427812bb
Bump phpstan/phpstan-symfony from 0.12.41 to 0.12.44
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.41 to 0.12.44.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.41...0.12.44 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan-symfony
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:35:40 +00:00
ea761db6cb
Bump phpstan/phpstan-doctrine from 0.12.42 to 0.12.44
...
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine ) from 0.12.42 to 0.12.44.
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases )
- [Commits](https://github.com/phpstan/phpstan-doctrine/compare/0.12.42...0.12.44 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan-doctrine
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:35:20 +00:00
b810ef34b5
Merge pull request #5445 from wallabag/dependabot/composer/phpstan/phpstan-0.12.99
...
Bump phpstan/phpstan from 0.12.94 to 0.12.99
2022-01-05 13:34:20 +01:00
0afd91a160
Remove dead test
...
The URL seems to be down now.
Move to a more frequent deps update
2022-01-05 13:25:50 +01:00
299e30130e
Bump phpstan/phpstan from 0.12.94 to 0.12.99
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.94 to 0.12.99.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.94...0.12.99 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-05 12:13:39 +00:00
6510538da5
Merge pull request #5469 from wallabag/dependabot/composer/predis/predis-1.1.9
...
Bump predis/predis from 1.1.8 to 1.1.9
2022-01-05 13:13:14 +01:00
5bcec924c6
Merge pull request #5410 from wallabag/dependabot/composer/pragmarx/recovery-0.2.1
...
Bump pragmarx/recovery from 0.2.0 to 0.2.1
2022-01-05 13:12:39 +01:00
92b327590e
Merge pull request #5409 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.22
...
Bump phpstan/phpstan-phpunit from 0.12.21 to 0.12.22
2022-01-05 13:11:53 +01:00
c474052b6b
Merge pull request #5391 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2022-01-05 13:11:17 +01:00
161f113e69
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (40 of 40 strings)
2022-01-02 12:37:07 +01:00
980d939ea4
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-02 12:37:07 +01:00
f3e04b1d4b
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
bbee0a52ea
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
660444e69c
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
f9e5ea1507
Added translation using Weblate (Lithuanian)
2022-01-02 12:37:07 +01:00
feef933404
Translated using Weblate (Russian)
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-02 12:37:07 +01:00
5f7deb1a3f
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (40 of 40 strings)
2022-01-02 12:37:07 +01:00
5ead4f7949
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (569 of 569 strings)
2022-01-02 12:37:07 +01:00
02d91b7f83
Translated using Weblate (Indonesian)
...
Currently translated at 22.5% (9 of 40 strings)
2022-01-02 12:37:07 +01:00
db4f5a8e7f
Translated using Weblate (Indonesian)
...
Currently translated at 71.4% (5 of 7 strings)
2022-01-02 12:37:07 +01:00
30e3437d29
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
2b8f63fdf1
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
d04da487aa
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
b9f59b393f
Added translation using Weblate (Indonesian)
2022-01-02 12:37:06 +01:00
9a92a96103
Translated using Weblate (Spanish)
...
Currently translated at 94.0% (535 of 569 strings)
2022-01-02 12:37:06 +01:00
f7cbd937f2
Merge pull request #5519 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.4.4
...
Bump tecnickcom/tcpdf from 6.4.2 to 6.4.4
2022-01-02 12:37:01 +01:00
8feed58778
Bump tecnickcom/tcpdf from 6.4.2 to 6.4.4
...
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF ) from 6.4.2 to 6.4.4.
- [Release notes](https://github.com/tecnickcom/TCPDF/releases )
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT )
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.4.2...6.4.4 )
---
updated-dependencies:
- dependency-name: tecnickcom/tcpdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-01 03:55:35 +00:00
8ef9481dba
Bump sass-loader from 11.1.1 to 12.4.0
...
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader ) from 11.1.1 to 12.4.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases )
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.4.0 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-01 03:07:05 +00:00
3cd6a454bd
Bump stylelint-webpack-plugin from 2.2.2 to 3.1.0
...
Bumps [stylelint-webpack-plugin](https://github.com/webpack-contrib/stylelint-webpack-plugin ) from 2.2.2 to 3.1.0.
- [Release notes](https://github.com/webpack-contrib/stylelint-webpack-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/stylelint-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v2.2.2...v3.1.0 )
---
updated-dependencies:
- dependency-name: stylelint-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 03:06:46 +00:00
3276e5a3be
Bump postcss-loader from 5.3.0 to 6.2.1
...
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader ) from 5.3.0 to 6.2.1.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases )
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v5.3.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: postcss-loader
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 03:05:13 +00:00
31d93def7c
Bump symfony/phpunit-bridge from 5.3.10 to 6.0.0
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.3.10 to 6.0.0.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.3.10...v6.0.0 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-12-01 03:01:09 +00:00
8d9c219406
Merge pull request #5468 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.3.10
...
Bump symfony/phpunit-bridge from 5.3.4 to 5.3.10
2021-11-01 13:39:10 +01:00
455084278a
Bump predis/predis from 1.1.8 to 1.1.9
...
Bumps [predis/predis](https://github.com/predis/predis ) from 1.1.8 to 1.1.9.
- [Release notes](https://github.com/predis/predis/releases )
- [Changelog](https://github.com/predis/predis/blob/v1.1.9/CHANGELOG.md )
- [Commits](https://github.com/predis/predis/compare/v1.1.8...v1.1.9 )
---
updated-dependencies:
- dependency-name: predis/predis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-01 03:03:34 +00:00
fafd4f6e44
Bump symfony/phpunit-bridge from 5.3.4 to 5.3.10
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.3.4 to 5.3.10.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.3/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.3.4...v5.3.10 )
---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-11-01 03:01:42 +00:00
ff31d5b29c
Merge pull request #5465 from wallabag/fix/dark-mode-hljs
...
Fix dark mode background color for pre tags
2021-10-25 20:50:28 +02:00
26ea252526
Merge pull request #5439 from wallabag/dependabot/composer/lcobucci/jwt-3.4.6
...
Bump lcobucci/jwt from 3.4.5 to 3.4.6
2021-10-23 15:12:16 +02:00
00a4e594ec
Bump lcobucci/jwt from 3.4.5 to 3.4.6
...
Bumps [lcobucci/jwt](https://github.com/lcobucci/jwt ) from 3.4.5 to 3.4.6.
- [Release notes](https://github.com/lcobucci/jwt/releases )
- [Commits](https://github.com/lcobucci/jwt/compare/3.4.5...3.4.6 )
---
updated-dependencies:
- dependency-name: lcobucci/jwt
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-23 13:01:48 +00:00
b27d20d7b7
Merge pull request #5446 from wallabag/dependabot/composer/predis/predis-1.1.8
...
Bump predis/predis from 1.1.7 to 1.1.8
2021-10-23 14:59:56 +02:00
b205c99604
Merge pull request #5408 from wallabag/dependabot/composer/m6web/redis-mock-5.0.1
...
Bump m6web/redis-mock from 5.0.0 to 5.0.1
2021-10-23 14:58:09 +02:00
1e7849c401
Fix dark mode background color for pre tags
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-10-23 14:50:14 +02:00
c34760127f
Merge pull request #5453 from Simounet/fix/5421-dark-theme-developper-page
...
Fix/5421 dark theme developper page
2021-10-23 14:35:11 +02:00
ac529622bb
Merge pull request #5405 from wallabag/fix-5404
...
Fixed reading time in epub/pdf exports
2021-10-23 13:49:17 +02:00
ff1c4f6090
Fixed reading time in epub/pdf exports
2021-10-23 13:29:27 +02:00
05a7904cfa
Merge pull request #5156 from wallabag/fix-assign-tags
...
Fixed timeout when assigning tags to entry
2021-10-23 13:24:22 +02:00
60d601789c
Fix dark theme first-app code
2021-10-07 15:10:25 +02:00
3d74bf483f
Fix 5421 dark theme on the developper page
2021-10-07 19:25:03 +02:00
e30c56fd45
Bump predis/predis from 1.1.7 to 1.1.8
...
Bumps [predis/predis](https://github.com/predis/predis ) from 1.1.7 to 1.1.8.
- [Release notes](https://github.com/predis/predis/releases )
- [Changelog](https://github.com/predis/predis/blob/v1.1.8/CHANGELOG.md )
- [Commits](https://github.com/predis/predis/compare/v1.1.7...v1.1.8 )
---
updated-dependencies:
- dependency-name: predis/predis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-10-01 02:53:30 +00:00
6142adc4dc
Merge pull request #5406 from zidingz/patch-1
...
Create SECURITY.md
2021-09-01 19:06:01 +02:00
e88860d5cb
Bump pragmarx/recovery from 0.2.0 to 0.2.1
...
Bumps [pragmarx/recovery](https://github.com/antonioribeiro/recovery ) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/antonioribeiro/recovery/releases )
- [Changelog](https://github.com/antonioribeiro/recovery/blob/master/CHANGELOG.md )
- [Commits](https://github.com/antonioribeiro/recovery/compare/v0.2.0...v0.2.1 )
---
updated-dependencies:
- dependency-name: pragmarx/recovery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 02:01:54 +00:00
e14ba6ca2e
Bump phpstan/phpstan-phpunit from 0.12.21 to 0.12.22
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 0.12.21 to 0.12.22.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.21...0.12.22 )
---
updated-dependencies:
- dependency-name: phpstan/phpstan-phpunit
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 02:01:44 +00:00
b37c4249af
Bump m6web/redis-mock from 5.0.0 to 5.0.1
...
Bumps [m6web/redis-mock](https://github.com/M6Web/RedisMock ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/M6Web/RedisMock/releases )
- [Commits](https://github.com/M6Web/RedisMock/compare/v5.0.0...v5.0.1 )
---
updated-dependencies:
- dependency-name: m6web/redis-mock
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-01 02:01:31 +00:00
9f7c5e9c8f
Create SECURITY.md
...
A simple instruction for security researchers.
2021-08-31 10:50:12 +01:00
ca845b3204
Merge pull request #5379 from wallabag/fix-search-homepage
...
Fixed search on homepage
2021-08-20 11:16:33 +02:00
ca4d7283d2
Merge pull request #5347 from hennevogel/bugfix/rss-feed-entry
...
Make RSS feed entry links valid and accessible
2021-08-07 10:45:29 +02:00
d7a3f7eb01
Merge pull request #5261 from wallabag/fix/performance-exists
...
Improve performance of REST exists call
2021-08-07 00:11:37 +02:00
19802d8bd5
Improve performance of REST exists call
...
I've noticed that the endpoint `/api/entries/exists` used by the "Sweep
articles" feature on the Android app failed almost all the time on my
instance.
After checking the corresponding method I found that
`EntryRestController::getEntriesExistsAction()` could be improved.
Here is the former way the method worked:
```
for id in [list of ids]
get full entry by id
if null
get full entry by given id
return array of ids or array of hashes
```
With this behavior on my instance I could expect up to 13k SQL requests
when sweeping articles from the Android app. Morever the repository
fetches all fields (content included) while the method only returns ids
or hashes.
The new behavior is described as follow:
```
get ids, hashes by [list of ids]
merge with provided [list of ids] // this part will complete the final
// array with not found ids
return array of ids or array of hashes
```
In my case this change reduces the number of SQL requests to only 135
(_considering one request for 50 articles_)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 23:19:08 +02:00
9d55c62898
Bump webpack-manifest-plugin from 3.2.0 to 4.0.2
...
Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin ) from 3.2.0 to 4.0.2.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases )
- [Commits](https://github.com/shellscape/webpack-manifest-plugin/compare/v3.2.0...v4.0.2 )
---
updated-dependencies:
- dependency-name: webpack-manifest-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-05 21:01:07 +00:00
dc6e1af684
Merge pull request #5326 from wallabag/updates
...
Update dependencies
2021-08-05 22:57:13 +02:00
9a4ff85cf5
Update phpunit dep for phpstan
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
6a044f8c6e
Update assets
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
2eaa4f838b
Update compose.lock
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
c467bf9382
Update npm/yarn dependencies
...
Replace deprecated babel-eslint with @babel/eslint-parser
Replace deprecated eslint-loader with eslint-webpack-plugin
Update other plugins, resolving several opened security reports.
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-08-05 22:51:23 +02:00
fe572f5a6c
Merge pull request #5187 from weblate/weblate-wallabag-messages
...
Translations update from Weblate
2021-08-05 21:46:00 +02:00
851e4225c2
Translated using Weblate (Russian)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-05 19:55:57 +02:00
c914aef2e9
Translated using Weblate (Polish)
...
Currently translated at 88.9% (506 of 569 strings)
2021-08-04 17:34:32 +02:00
f664af752d
Fixed search on homepage
2021-08-03 11:54:36 +02:00
c34fe9945a
Fixed test
2021-08-03 08:36:56 +02:00
ebb806496f
Fixed timeout when assigning tags to entry
...
Fix #4998
2021-08-03 08:14:13 +02:00
0c68b9b4f3
Translated using Weblate (Galician)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:26 +02:00
2dc3ff561c
Translated using Weblate (Ukrainian)
...
Currently translated at 67.8% (386 of 569 strings)
2021-08-03 08:10:26 +02:00
518f44f4f7
Translated using Weblate (Korean)
...
Currently translated at 100.0% (6 of 6 strings)
2021-08-03 08:10:26 +02:00
d568336d85
Translated using Weblate (Korean)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:26 +02:00
b0c6dcd9ea
Translated using Weblate (Korean)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:26 +02:00
ea06e4b735
Translated using Weblate (Korean)
...
Currently translated at 100.0% (40 of 40 strings)
2021-08-03 08:10:25 +02:00
efbc47e7ce
Translated using Weblate (Czech)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:25 +02:00
731136c8eb
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (40 of 40 strings)
2021-08-03 08:10:25 +02:00
cbb6272ae3
Translated using Weblate (Portuguese)
...
Currently translated at 61.8% (352 of 569 strings)
2021-08-03 08:10:25 +02:00
f8075510ca
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:25 +02:00
ea9712245d
Translated using Weblate (Czech)
...
Currently translated at 77.8% (443 of 569 strings)
2021-08-03 08:10:25 +02:00
e53a22d409
Translated using Weblate (Czech)
...
Currently translated at 68.3% (389 of 569 strings)
2021-08-03 08:10:25 +02:00
f7ed2a3554
Translated using Weblate (Czech)
...
Currently translated at 52.0% (296 of 569 strings)
2021-08-03 08:10:25 +02:00
a103b60c74
Translated using Weblate (Czech)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:25 +02:00
a11d2ad04e
Translated using Weblate (Czech)
...
Currently translated at 100.0% (40 of 40 strings)
2021-08-03 08:10:25 +02:00
eed243ff45
Translated using Weblate (Czech)
...
Currently translated at 100.0% (6 of 6 strings)
2021-08-03 08:10:25 +02:00
236099129c
Translated using Weblate (German)
...
Currently translated at 100.0% (7 of 7 strings)
2021-08-03 08:10:25 +02:00
be2db47d39
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (569 of 569 strings)
2021-08-03 08:10:25 +02:00
5344db7924
Merge pull request #5376 from wallabag/fix-failing-test
...
Fixed unavailable russian website in test
2021-08-03 08:10:20 +02:00
609193cf59
Fixed unavailable russian website in test
2021-08-03 07:56:14 +02:00
ad9df862f0
Merge pull request #5202 from Simounet/feat/pagination-styling
...
Pagination style updated
2021-08-02 23:48:13 +02:00
23de687696
Make RSS feed entry links valid and accessible
...
According to the ATOM spec link elements must have a href:
https://validator.w3.org/feed/docs/atom.html
Also most feed readers (TinyTiny, Feedly, Thunderbird) prefer link elements in
this order:
- plain
- with attribute rel=alternate
- with attribute rel=via
As the content is work of the entry author, link to it by default. Not to the
wallabag instance entry.
This also makes it possible to share links with people who don't have access to
the wallabag instance via the RSS feed.
2021-07-08 22:36:50 +02:00
7b17dfc172
Merge pull request #5296 from wallabag/tag-order
...
Tag view: order tags by label
2021-05-22 01:21:47 +02:00
d930639b06
Merge pull request #5260 from wallabag/dependabot-schedule
...
dependabot: change schedule to check updates once a month
2021-05-22 01:21:32 +02:00
1ba4d40e82
Tag view: order tags by label
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-05-20 13:09:27 +02:00
60ce3da325
Merge pull request #5274 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.33
...
Bump phpstan/phpstan-symfony from 0.12.25 to 0.12.33
2021-05-14 22:03:51 +02:00
e369309570
Bump phpstan/phpstan-symfony from 0.12.25 to 0.12.33
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.25 to 0.12.33.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.25...0.12.33 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 19:44:24 +00:00
b4a1d6f62d
Merge pull request #5277 from wallabag/dependabot/npm_and_yarn/webpack-5.37.0
...
Bump webpack from 5.28.0 to 5.37.0
2021-05-14 21:43:38 +02:00
457c462f35
Merge pull request #5278 from wallabag/dependabot/composer/phpstan/phpstan-phpunit-0.12.19
...
Bump phpstan/phpstan-phpunit from 0.12.18 to 0.12.19
2021-05-14 21:43:13 +02:00
339f2772fa
Bump webpack from 5.28.0 to 5.37.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.28.0 to 5.37.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.28.0...v5.37.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 19:33:42 +00:00
bbb894d28c
Bump phpstan/phpstan-phpunit from 0.12.18 to 0.12.19
...
Bumps [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit ) from 0.12.18 to 0.12.19.
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases )
- [Commits](https://github.com/phpstan/phpstan-phpunit/compare/0.12.18...0.12.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 19:26:33 +00:00
600872304c
Merge pull request #5285 from wallabag/dependabot/composer/symfony/symfony-3.4.48
...
Bump symfony/symfony from 3.4.47 to 3.4.48
2021-05-14 21:25:23 +02:00
d988e0d568
Bump symfony/symfony from 3.4.47 to 3.4.48
...
Bumps [symfony/symfony](https://github.com/symfony/symfony ) from 3.4.47 to 3.4.48.
- [Release notes](https://github.com/symfony/symfony/releases )
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.48/CHANGELOG-3.4.md )
- [Commits](https://github.com/symfony/symfony/compare/v3.4.47...v3.4.48 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-14 09:18:46 +00:00
e2a5f3ba41
Merge pull request #5288 from wallabag/dependabot/composer/phpseclib/phpseclib-3.0.8
...
Bump phpseclib/phpseclib from 3.0.6 to 3.0.8
2021-05-14 11:15:28 +02:00
2ed5e63668
Bump phpseclib/phpseclib from 3.0.6 to 3.0.8
...
Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib ) from 3.0.6 to 3.0.8.
- [Release notes](https://github.com/phpseclib/phpseclib/releases )
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md )
- [Commits](https://github.com/phpseclib/phpseclib/compare/3.0.6...3.0.8 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-13 22:17:37 +00:00
4d43f79b34
dependabot: change schedule to check updates once a month
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2021-05-03 13:30:34 +02:00
691746e8d9
Merge pull request #5218 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.25
...
Bump phpstan/phpstan-symfony from 0.12.21 to 0.12.25
2021-04-14 15:35:08 +02:00
abb69c5911
Pagination style updated
2021-04-14 14:14:49 +02:00
3fcef24f08
Bump phpstan/phpstan-symfony from 0.12.21 to 0.12.25
...
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony ) from 0.12.21 to 0.12.25.
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases )
- [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.21...0.12.25 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-14 12:14:22 +00:00
5d2ab97d1a
Merge pull request #5217 from Simounet/fix/tests
...
Fix/tests
2021-04-14 14:13:03 +02:00
6324d30db2
Fix PHPUnit deprecated warning
2021-04-14 13:07:46 +02:00
e491052b0d
Fix 404 on real content test URL
2021-04-14 13:07:34 +02:00
082d04aa42
Merge pull request #5182 from wallabag/dependabot/npm_and_yarn/babel/core-7.13.14
2021-03-30 06:16:41 +02:00
824caca05c
Merge pull request #5183 from wallabag/dependabot/composer/symfony/phpunit-bridge-5.2.6
2021-03-30 06:15:50 +02:00
ae9f258f1d
Bump symfony/phpunit-bridge from 5.2.4 to 5.2.6
...
Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge ) from 5.2.4 to 5.2.6.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases )
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.2.4...v5.2.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-30 02:06:35 +00:00
236ab0d8de
Bump @babel/core from 7.13.13 to 7.13.14
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.13 to 7.13.14.
- [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.13.14/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-30 02:01:18 +00:00
3d06304319
Merge pull request #5174 from wallabag/dependabot/npm_and_yarn/eslint-7.23.0
2021-03-29 07:41:44 +02:00
8c93cc423b
Merge pull request #5175 from wallabag/dependabot/npm_and_yarn/babel/core-7.13.13
2021-03-29 07:41:22 +02:00
e3a990cf95
Merge pull request #5176 from wallabag/dependabot/npm_and_yarn/mini-css-extract-plugin-1.4.0
2021-03-29 07:40:59 +02:00
9d70c51287
Merge pull request #5177 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.6.0
2021-03-29 07:40:43 +02:00
61d8621f14
Merge pull request #5178 from wallabag/dependabot/composer/tecnickcom/tcpdf-6.4.1
2021-03-29 07:39:55 +02:00
0afd143f19
Bump tecnickcom/tcpdf from 6.3.5 to 6.4.1
...
Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF ) from 6.3.5 to 6.4.1.
- [Release notes](https://github.com/tecnickcom/TCPDF/releases )
- [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT )
- [Commits](https://github.com/tecnickcom/TCPDF/compare/6.3.5...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:04:23 +00:00
70f459f91a
Bump webpack-cli from 4.5.0 to 4.6.0
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.5.0...webpack-cli@4.6.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:02:35 +00:00
f9a17602bb
Bump mini-css-extract-plugin from 1.3.9 to 1.4.0
...
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin ) from 1.3.9 to 1.4.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases )
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.3.9...v1.4.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:02:27 +00:00
e8478e9d05
Bump @babel/core from 7.13.10 to 7.13.13
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.10 to 7.13.13.
- [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.13.13/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:02:16 +00:00
351aa2197d
Bump eslint from 7.22.0 to 7.23.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.22.0 to 7.23.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.23.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-29 02:01:56 +00:00
8af2ad2ec6
Merge pull request #5171 from wallabag/dependabot/npm_and_yarn/webpack-5.28.0
2021-03-25 06:30:43 +01:00
e4d3630faf
Merge pull request #5172 from wallabag/dependabot/npm_and_yarn/css-loader-5.2.0
2021-03-25 06:30:05 +01:00
a7f643b782
Bump css-loader from 5.1.3 to 5.2.0
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v5.1.3...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-25 03:04:06 +00:00
d9f36a8446
Bump webpack from 5.27.2 to 5.28.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.2 to 5.28.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.2...v5.28.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-25 03:03:41 +00:00
e9cacfa6a5
Merge pull request #5163 from wallabag/dependabot/npm_and_yarn/highlight.js-10.7.1
2021-03-24 18:25:07 +01:00
1a4f298e41
Update assets
2021-03-24 16:55:08 +01:00
e7856c95c8
Merge pull request #5170 from wallabag/dependabot/composer/pragmarx/recovery-0.2.0
2021-03-24 07:31:52 +01:00
874a09091f
Bump pragmarx/recovery from 0.1.0 to 0.2.0
...
Bumps [pragmarx/recovery](https://github.com/antonioribeiro/recovery ) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/antonioribeiro/recovery/releases )
- [Changelog](https://github.com/antonioribeiro/recovery/blob/master/CHANGELOG.md )
- [Commits](https://github.com/antonioribeiro/recovery/compare/v0.1.0...v0.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-24 03:04:36 +00:00
3f2f14a037
Merge pull request #5167 from wallabag/dependabot/npm_and_yarn/webpack-5.27.2
2021-03-23 06:02:26 +01:00
c625076ce1
Merge pull request #5168 from wallabag/dependabot/npm_and_yarn/babel/preset-env-7.13.12
2021-03-23 06:02:10 +01:00
654590798d
Bump @babel/preset-env from 7.13.10 to 7.13.12
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.13.10 to 7.13.12.
- [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.13.12/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-23 03:03:12 +00:00
581a0280e5
Bump webpack from 5.27.1 to 5.27.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.27.1 to 5.27.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.27.1...v5.27.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-23 03:02:50 +00:00
dfd7ad77cc
Merge pull request #5165 from wallabag/dependabot/composer/phpstan/phpstan-0.12.82
...
Bump phpstan/phpstan from 0.12.81 to 0.12.82
2021-03-22 09:20:57 +01:00
e8b43a18f1
Merge pull request #5164 from wallabag/dependabot/npm_and_yarn/webpack-5.27.1
...
Bump webpack from 5.26.3 to 5.27.1
2021-03-22 09:12:43 +01:00
52a6ec417a
Bump phpstan/phpstan from 0.12.81 to 0.12.82
...
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan ) from 0.12.81 to 0.12.82.
- [Release notes](https://github.com/phpstan/phpstan/releases )
- [Commits](https://github.com/phpstan/phpstan/compare/0.12.81...0.12.82 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-22 03:04:03 +00:00
6ca379524a
Bump webpack from 5.26.3 to 5.27.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.26.3 to 5.27.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.26.3...v5.27.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-22 03:03:50 +00:00
46c67ebe20
Bump highlight.js from 10.6.0 to 10.7.1
...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js ) from 10.6.0 to 10.7.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases )
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md )
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.6.0...10.7.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-22 03:03:28 +00:00
4a9c665820
Merge pull request #5161 from wallabag/dependabot/npm_and_yarn/webpack-5.26.3
...
Bump webpack from 5.26.2 to 5.26.3
2021-03-18 11:58:10 +01:00
7ca833bccb
Fix tests
2021-03-18 11:44:57 +01:00
17572786b6
Bump webpack from 5.26.2 to 5.26.3
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.26.2 to 5.26.3.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.26.2...v5.26.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-18 03:00:57 +00:00
a34e8e2b1f
Merge pull request #5158 from wallabag/dependabot/npm_and_yarn/webpack-5.26.2
2021-03-17 05:35:04 +01:00
d9c03a1703
Bump webpack from 5.26.0 to 5.26.2
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.26.0 to 5.26.2.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.26.0...v5.26.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-03-17 03:03:54 +00:00
17ed80d044
Merge pull request #5022 from wallabag/feature/del.icio.us-import
...
Add Delicious import
2021-02-09 10:23:19 +01:00
52cd346617
"below button" -> "button below"
2021-02-09 09:33:59 +01:00
38902a2f04
Fix test
2021-02-08 09:57:10 +01:00
a962a3ab13
CS
2021-02-08 09:56:25 +01:00
dd9d6a4c64
Add Delicious import
...
Since 2021, you can export again your data \o/
Also fix indentation in json fixtures files.
2021-02-08 09:47:56 +01:00
890c7d0bfa
Added button to show entries with the same domain
2021-02-08 09:45:38 +01:00