1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

22 Commits

Author SHA1 Message Date
d0ada74642 release version 0.11.0 2023-03-29 23:00:36 +02:00
b242c33733 remove bootstrap from qodana.yaml 2023-03-29 22:47:59 +02:00
cac233ec45 set minimum PHP version to 8.0 2023-03-29 22:32:29 +02:00
9e394ac837 confirm compatibility with WP 6.2 2023-03-29 22:30:45 +02:00
b2811ad169 update dependencies 2023-03-29 22:26:44 +02:00
40f351efbf prefer online 2023-02-16 08:10:10 +01:00
ad0a9f77f8 ignore scripts too 2023-02-16 08:04:32 +01:00
76a2217582 use npm ci in qodana instead 2023-02-16 08:00:01 +01:00
742b16808c add qodana.yaml 2023-02-16 07:57:10 +01:00
41419e6550 Merge pull request #14 from wordpress-connector-for-mobilizon/update-deps
Update dependencies
2023-02-12 18:13:49 +01:00
ab7e7274d0 fix versions 2023-02-12 18:11:24 +01:00
b7742d3803 npm audit fix 2023-02-12 18:05:30 +01:00
e5dc313f6c update luxon 2023-02-12 18:02:33 +01:00
3b4c53da81 update dev deps 2023-02-12 17:56:48 +01:00
87434fc1c1 add qodana 2023-02-12 17:20:20 +01:00
81c4759a9e release version 0.10.1 2022-10-26 23:41:32 +02:00
ad5f1753cb change node version of test pipeline 2022-10-26 23:34:03 +02:00
6cde75b65c npm audit fix 2022-10-26 23:32:23 +02:00
5a3550568c update dependencies 2022-10-26 23:31:05 +02:00
23390db0a9 update dev dependencies 2022-10-26 23:18:39 +02:00
4d5acc3714 confirm compatibility with WordPress 6.1 2022-10-26 22:57:39 +02:00
72df79b092 add note to release procedure about adding new files in SVN 2022-06-19 09:52:14 +02:00
8 changed files with 5042 additions and 2882 deletions

View File

@ -0,0 +1,23 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.3.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

View File

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [14.x] node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps:

View File

@ -30,7 +30,7 @@ The current changelog can be found under [source/changelog.txt](source/changelog
7. Copy the built plugin into `/trunk` of SVN. 7. Copy the built plugin into `/trunk` of SVN.
8. Create a new tag of the new version: `svn cp trunk tags/<version>` 8. Create a new tag of the new version: `svn cp trunk tags/<version>`
9. Check the version number occurrences in both folders. 9. Check the version number occurrences in both folders.
10. Commit everything together to the release SVN: `svn ci -m "release version <version>"` 10. Commit everything together to the release SVN: `svn ci -m "release version <version>"` Make sure to add new files beforehand.
11. Commit the new version in git with the same message. 11. Commit the new version in git with the same message.
12. Tag the new version: `git tag v<version>` 12. Tag the new version: `git tag v<version>`
13. Push the new tag to the repository: `git push --tags` 13. Push the new tag to the repository: `git push --tags`

7823
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "connector-mobilizon", "name": "connector-mobilizon",
"version": "0.10.0", "version": "0.11.0",
"description": "Display Mobilizon events in WordPress.", "description": "Display Mobilizon events in WordPress.",
"private": true, "private": true,
"type": "module", "type": "module",
@ -24,35 +24,35 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "16.5.0", "graphql": "16.6.0",
"graphql-request": "4.2.0", "graphql-request": "5.2.0",
"luxon": "2.4.0", "luxon": "3.3.0",
"object-hash": "3.0.0" "object-hash": "3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.18.5", "@babel/core": "7.21.3",
"@babel/eslint-parser": "7.18.2", "@babel/eslint-parser": "7.21.3",
"@babel/preset-env": "7.18.2", "@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.17.12", "@babel/preset-react": "7.18.6",
"@wordpress/eslint-plugin": "12.5.0", "@wordpress/eslint-plugin": "14.3.0",
"ava": "4.3.0", "ava": "5.2.0",
"babel-loader": "8.2.5", "babel-loader": "9.1.2",
"browser-env": "3.3.0", "browser-env": "3.3.0",
"c8": "7.11.3", "c8": "7.13.0",
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",
"eslint": "8.18.0", "eslint": "8.37.0",
"eslint-plugin-ava": "13.2.0", "eslint-plugin-ava": "14.0.0",
"eslint-plugin-jsx": "0.1.0", "eslint-plugin-jsx": "0.1.0",
"eslint-plugin-react": "7.30.0", "eslint-plugin-react": "7.32.2",
"esm": "3.2.25", "esm": "3.2.25",
"gulp": "4.0.2", "gulp": "4.0.2",
"gulp-replace": "1.1.3", "gulp-replace": "1.1.4",
"husky": "8.0.1", "husky": "8.0.3",
"lint-staged": "12.5.0", "lint-staged": "13.2.0",
"prettier": "2.7.1", "prettier": "2.8.7",
"rimraf": "3.0.2", "rimraf": "4.4.1",
"webpack": "5.73.0", "webpack": "5.77.0",
"webpack-cli": "4.10.0" "webpack-cli": "5.0.1"
}, },
"ava": { "ava": {
"files": [ "files": [
@ -61,9 +61,9 @@
}, },
"additionalDetails": { "additionalDetails": {
"niceName": "Connector for Mobilizon", "niceName": "Connector for Mobilizon",
"phpMinimumVersion": 7.4, "phpMinimumVersion": 8,
"wordpressMinimumVersion": 5.6, "wordpressMinimumVersion": 5.6,
"wordpressTestedUpToVersion": "6.0" "wordpressTestedUpToVersion": "6.2"
}, },
"lint-staged": { "lint-staged": {
"source/**/*.js": "eslint", "source/**/*.js": "eslint",

2
qodana.yaml Normal file
View File

@ -0,0 +1,2 @@
version: '1.0'
linter: jetbrains/qodana-js:2022.3-eap

View File

@ -6,6 +6,18 @@
#### Fixed #### Fixed
#### Security #### Security
### [0.11.0]
#### Changed
- Update dependencies
- Confirm compatibility with WordPress 6.2
#### Security
- Set minimum PHP version to oldest stable 8.0
### [0.10.1]
#### Changed
- Confirm compatibility with WordPress 6.1
- Update dependencies
### [0.10.0] ### [0.10.0]
#### Added #### Added
- Add Gutenberg events list block - Add Gutenberg events list block

View File

@ -41,6 +41,18 @@ You have to use their username, e.g. `@nosliensvivants`, and append the name of
## Changelog ## Changelog
### [0.11.0]
#### Changed
- Update dependencies
- Confirm compatibility with WordPress 6.2
#### Security
- Set minimum PHP version to oldest stable 8.0
### [0.10.1]
#### Changed
- Confirm compatibility with WordPress 6.1
- Update dependencies
### [0.10.0] ### [0.10.0]
#### Added #### Added
- Add Gutenberg events list block - Add Gutenberg events list block