Commit graph

6708 commits

Author SHA1 Message Date
Jeremy Benoist 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
Jérémy Benoist 6aeaaaabdd
Merge pull request #5587 from wallabag/dependabot/npm_and_yarn/webpack-cli-4.9.2 2022-01-31 05:37:34 +01:00
Jérémy Benoist 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
Jérémy Benoist 75170a94f2
Merge pull request #5589 from wallabag/dependabot/npm_and_yarn/eslint-8.8.0 2022-01-31 05:36:55 +01:00
Jérémy Benoist 8cb4cdd3fb
Merge pull request #5590 from wallabag/dependabot/composer/symfony/phpunit-bridge-6.0.3 2022-01-31 05:27:58 +01:00
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
Jérémy Benoist e833fc4017
Merge pull request #5581 from weblate/weblate-wallabag-messages 2022-01-28 06:01:15 +01:00
Reza Almanda e8720dafbc
Translated using Weblate (Indonesian)
Currently translated at 100.0% (40 of 40 strings)
2022-01-28 01:54:47 +01:00
Reza Almanda 6d79d4461f
Translated using Weblate (Indonesian)
Currently translated at 100.0% (6 of 6 strings)
2022-01-28 01:54:47 +01:00
Reza Almanda cc99dd95b9
Translated using Weblate (Indonesian)
Currently translated at 100.0% (7 of 7 strings)
2022-01-28 01:54:46 +01:00
Jérémy Benoist c8c0d94326
Merge pull request #5580 from weblate/weblate-wallabag-messages 2022-01-26 06:13:47 +01:00
Reza Almanda 912a4589bf
Translated using Weblate (Indonesian)
Currently translated at 0.1% (1 of 569 strings)
2022-01-26 05:53:51 +01:00
Reza Almanda 7ac10ee54d
Translated using Weblate (Indonesian)
Currently translated at 85.7% (6 of 7 strings)
2022-01-26 05:53:50 +01:00
yzqzss 6b0c61bf2b
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (569 of 569 strings)
2022-01-26 05:53:50 +01:00
Jérémy Benoist 3a8ce2ac64
Merge pull request #5578 from wallabag/dependabot/composer/m6web/redis-mock-5.2.0 2022-01-25 08:54:57 +01:00
dependabot[bot] 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
Jérémy Benoist 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
Jérémy Benoist 5341ec9eae
Merge pull request #5570 from wallabag/dependabot/npm_and_yarn/nanoid-3.2.0 2022-01-24 06:45:51 +01:00
Jérémy Benoist 28e340745d
Merge pull request #5574 from wallabag/dependabot/npm_and_yarn/stylelint-14.3.0 2022-01-24 06:44:06 +01:00
dependabot[bot] 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
Jérémy Benoist f5b2b3ff2b
Merge pull request #5572 from wallabag/dependabot/npm_and_yarn/babel/core-7.16.12 2022-01-24 06:07:00 +01:00
Jérémy Benoist 21b155d507
Merge pull request #5573 from wallabag/dependabot/npm_and_yarn/webpack-5.67.0 2022-01-24 06:05:37 +01:00
Jérémy Benoist 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
Jérémy Benoist fbce07b7ec
Merge pull request #5577 from wallabag/dependabot/npm_and_yarn/sass-1.49.0 2022-01-24 06:03:40 +01:00
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
Jérémy Benoist 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
Jérémy Benoist 67bbee9c66
Merge pull request #5562 from wallabag/dependabot/npm_and_yarn/sass-1.48.0 2022-01-17 07:07:07 +01:00
Jérémy Benoist 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
Jérémy Benoist 67576b96c3
Merge pull request #5561 from wallabag/dependabot/npm_and_yarn/eslint-8.7.0 2022-01-17 07:06:30 +01:00
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
Jérémy Benoist 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
Jérémy Benoist 9743a7a2cc
Merge pull request #5566 from wallabag/dependabot/npm_and_yarn/postcss-scss-4.0.3 2022-01-17 06:41:59 +01:00
Jérémy Benoist 67daad2fd5
Merge pull request #5567 from wallabag/dependabot/npm_and_yarn/webpack-5.66.0 2022-01-17 06:41:34 +01:00
Jérémy Benoist 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
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
dependabot[bot] 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
Jérémy Benoist 722990988d
Merge pull request #5555 from wallabag/dependabot/npm_and_yarn/follow-redirects-1.14.7 2022-01-13 07:13:27 +01:00