Skip to content

Commit

Permalink
chore(deps): update dependencies (remirror#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Aug 20, 2021
1 parent 540bbc1 commit 0300e6e
Show file tree
Hide file tree
Showing 12 changed files with 108 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-name-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: ['opened', 'edited', 'reopened', 'synchronize']

jobs:
lint:
lint-pr-name:
runs-on: ubuntu-latest
steps:
- name: checkout code repository
Expand Down
31 changes: 16 additions & 15 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,6 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: parse changelog for remirror
id: changelog_remirror
uses: ocavue/changelog-parser-action@v1
with:
filePath: 'packages/remirror/CHANGELOG.md'

- name: create release for remirror
uses: ncipollo/release-action@v1
with:
commit: main
tag: 'remirror@${{ fromJSON(steps.changelog_remirror.outputs.parsed).versions[0].version }}'
body: '${{ fromJSON(steps.changelog_remirror.outputs.parsed).versions[0].body }}'
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

- name: parse changelog for @remirror/react
id: changelog_remirror_react
uses: ocavue/changelog-parser-action@v1
Expand Down Expand Up @@ -95,3 +80,19 @@ jobs:
body: '${{ fromJSON(steps.changelog_remirror_pm.outputs.parsed).versions[0].body }}'
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

# make sure that `remirror` is the last one so that it can at the top of the release list
- name: parse changelog for remirror
id: changelog_remirror
uses: ocavue/changelog-parser-action@v1
with:
filePath: 'packages/remirror/CHANGELOG.md'

- name: create release for remirror
uses: ncipollo/release-action@v1
with:
commit: main
tag: 'remirror@${{ fromJSON(steps.changelog_remirror.outputs.parsed).versions[0].version }}'
body: '${{ fromJSON(steps.changelog_remirror.outputs.parsed).versions[0].body }}'
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
3 changes: 1 addition & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
run: pnpm version:pr

- name: create versions
# For security reason, use a Git commit SHA instead of a branch name or a tag name here.
uses: changesets/action@c2918239208f2162b9d27a87f491375c51592434
uses: changesets/action@master
if: github.ref == 'refs/heads/main'
with:
version: pnpm version:ci
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"jest-matcher-utils": "^27.0.6",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-tables": "^1.1.1",
"prosemirror-test-builder": "^1.0.3",
"prosemirror-test-builder": "^1.0.4",
"stringify-object": "^3.3.0",
"test-keyboard": "1.0.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-paste-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"devDependencies": {
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-model": "^1.13.1",
"@types/prosemirror-model": "^1.13.2",
"@types/prosemirror-state": "^1.2.7",
"@types/prosemirror-view": "^1.17.2",
"prosemirror-model": "^1.14.2",
"@types/prosemirror-view": "^1.18.0",
"prosemirror-model": "^1.14.3",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.10"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-resizable-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@babel/runtime": "^7.13.10",
"@remirror/core-helpers": "^1.0.1",
"@remirror/core-utils": "^1.1.0",
"prosemirror-model": "^1.14.2",
"prosemirror-model": "^1.14.3",
"prosemirror-view": "^1.18.10"
},
"devDependencies": {
"@types/prosemirror-model": "^1.13.1",
"@types/prosemirror-view": "^1.17.2"
"@types/prosemirror-model": "^1.13.2",
"@types/prosemirror-view": "^1.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"devDependencies": {
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-model": "^1.13.1",
"@types/prosemirror-model": "^1.13.2",
"@types/prosemirror-state": "^1.2.7",
"@types/prosemirror-view": "^1.17.2",
"prosemirror-model": "^1.14.2",
"@types/prosemirror-view": "^1.18.0",
"prosemirror-model": "^1.14.3",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.10"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/prosemirror-trailing-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
},
"devDependencies": {
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-model": "^1.13.1",
"@types/prosemirror-model": "^1.13.2",
"@types/prosemirror-state": "^1.2.7",
"@types/prosemirror-view": "^1.17.2",
"prosemirror-model": "^1.14.2",
"@types/prosemirror-view": "^1.18.0",
"prosemirror-model": "^1.14.3",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__extension-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@remirror/core": "^1.0.2",
"@remirror/extension-annotation": "^1.0.1",
"@remirror/messages": "^1.0.2",
"y-prosemirror": "^1.0.6",
"y-prosemirror": "^1.0.9",
"y-protocols": "^1.0.5"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/remirror__pm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,31 +162,31 @@
"@remirror/core-constants": "^1.0.0",
"@remirror/core-helpers": "^1.0.1",
"@types/prosemirror-collab": "^1.1.2",
"@types/prosemirror-commands": "^1",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-dropcursor": "^1.0.2",
"@types/prosemirror-gapcursor": "^1.0.4",
"@types/prosemirror-history": "^1.0.3",
"@types/prosemirror-inputrules": "^1",
"@types/prosemirror-inputrules": "^1.0.4",
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-model": "^1.13.1",
"@types/prosemirror-model": "^1.13.2",
"@types/prosemirror-schema-list": "^1.0.3",
"@types/prosemirror-state": "^1.2.7",
"@types/prosemirror-transform": "^1.1.4",
"@types/prosemirror-view": "^1.17.2",
"@types/prosemirror-view": "^1.18.0",
"prosemirror-collab": "^1",
"prosemirror-commands": "^1.1.10",
"prosemirror-dropcursor": "^1.3.5",
"prosemirror-gapcursor": "^1.1.5",
"prosemirror-history": "^1",
"prosemirror-inputrules": "^1",
"prosemirror-keymap": "^1",
"prosemirror-model": "^1.14.2",
"prosemirror-paste-rules": "^1.0.1",
"prosemirror-model": "^1.14.3",
"prosemirror-paste-rules": "^1.0.2",
"prosemirror-schema-list": "^1.1.5",
"prosemirror-state": "^1.3.4",
"prosemirror-suggest": "^1.0.2",
"prosemirror-tables": "^1.1.1",
"prosemirror-trailing-node": "^1.0.1",
"prosemirror-trailing-node": "^1.0.2",
"prosemirror-transform": "^1.3.2",
"prosemirror-view": "^1.18.10"
},
Expand Down
Loading

0 comments on commit 0300e6e

Please sign in to comment.