Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rector/rector to v0.13.6 #149

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: shivammathur/setup-php@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
never-uninstall: ${{ steps.to-uninstall.outputs.never-uninstall }}
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Get CI status of the devel branch
id: devel-ci
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
env: ${{ matrix.deployment.name }}

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
ref: ${{ matrix.deployment.sha }}

Expand Down
42 changes: 21 additions & 21 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -45,7 +45,7 @@ jobs:
run: 'echo "::set-output name=dir::$(composer config cache-files-dir)"'
working-directory: api

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -76,7 +76,7 @@ jobs:
run: 'echo "::set-output name=dir::$(composer config cache-files-dir)"'
working-directory: api

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -107,7 +107,7 @@ jobs:
run: 'echo "::set-output name=dir::$(composer config cache-files-dir)"'
working-directory: api

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -125,13 +125,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: actions/setup-node@v3
with:
node-version: '16.15.1'

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -149,13 +149,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: actions/setup-node@v3
with:
node-version: '16.15.1'

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:

steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -204,7 +204,7 @@ jobs:
run: 'echo "::set-output name=dir::$(composer config cache-files-dir)"'
working-directory: api

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:

steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: shivammathur/setup-php@v2
with:
Expand All @@ -278,7 +278,7 @@ jobs:
run: 'echo "::set-output name=dir::$(composer config cache-files-dir)"'
working-directory: api

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand All @@ -299,13 +299,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: actions/setup-node@v3
with:
node-version: '16.15.1'

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -336,13 +336,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- uses: actions/setup-node@v3
with:
node-version: '16.15.1'

- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
- uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- run: cp .env.ci .env

Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
cache-to: type=gha,scope=caddy,mode=max

- name: Restore cache volumes (npm, composer)
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3
uses: actions/cache@a0efc56c52d97277af82db9d7773d0effa61807d
with:
path: .cache
key: docker-compose-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/composer.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"php-coveralls/php-coveralls": "2.5.2",
"phpstan/phpstan": "1.7.14",
"phpunit/phpunit": "9.5.21",
"rector/rector": "0.13.5",
"rector/rector": "0.13.6",
"symfony/browser-kit": "6.0.3",
"symfony/css-selector": "6.0.3",
"symfony/debug-bundle": "6.0.3",
Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
],
"automerge": false
},
{
"matchPackagePatterns": [
"^@tiptap\/"
],
"groupName": "tiptap"
},
{
"matchPackagePatterns": [
"^(@.*\\/|(.*-)?)eslint(-.*)?$",
Expand Down