Skip to content

Commit d4c657b

Browse files
chore(deps): update all minor dependency bump (#397)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff89899 commit d4c657b

File tree

9 files changed

+1409
-1939
lines changed

9 files changed

+1409
-1939
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
persist-credentials: false
18-
- uses: pnpm/action-setup@v2.2.2
18+
- uses: pnpm/action-setup@v2.4.0
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16]
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: pnpm/action-setup@v2.2.2
18+
- uses: pnpm/action-setup@v2.4.0
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
node-version: [16]
1313
steps:
14-
- uses: google-github-actions/release-please-action@v3.3.0
14+
- uses: google-github-actions/release-please-action@v3.7.11
1515
id: release
1616
with:
1717
command: manifest
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v3
2424
- name: Setup npmrc
2525
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
26-
- uses: pnpm/action-setup@v2.2.2
26+
- uses: pnpm/action-setup@v2.4.0
2727
if: ${{ steps.release.outputs.releases_created }}
2828
with:
2929
version: 7

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16]
1616
steps:
1717
- uses: actions/checkout@v3
18-
- uses: pnpm/action-setup@v2.2.2
18+
- uses: pnpm/action-setup@v2.4.0
1919
with:
2020
version: 7
2121
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Mobile & desktop-friendly, tiny, efficient (vanilaJS) carousel which takes advantage of CSS snap points (or polyfills it)!",
66
"author": "Jakub Freisler <[email protected]>",
77
"license": "MIT",
8-
"packageManager": "pnpm@7.9.0",
8+
"packageManager": "pnpm@7.33.6",
99
"scripts": {
1010
"release": "pnpm -r publish",
1111
"release:ci": "pnpm release",
@@ -42,15 +42,15 @@
4242
"url": "https://github.com/FRSource/tiny-carousel/issues"
4343
},
4444
"devDependencies": {
45-
"@commitlint/cli": "17.0.3",
46-
"@commitlint/config-conventional": "17.0.3",
45+
"@commitlint/cli": "17.7.1",
46+
"@commitlint/config-conventional": "17.7.0",
4747
"@textlint-rule/textlint-rule-no-unmatched-pair": "1.0.8",
4848
"@types/jest": "27.5.2",
4949
"@typescript-eslint/eslint-plugin": "5.60.1",
5050
"@typescript-eslint/parser": "5.60.1",
51-
"concurrently": "7.3.0",
51+
"concurrently": "7.6.0",
5252
"coveralls": "3.1.1",
53-
"cpy-cli": "4.1.0",
53+
"cpy-cli": "4.2.0",
5454
"dictionary-en": "3.2.0",
5555
"eslint": "8.44.0",
5656
"eslint-plugin-eslint-comments": "3.2.0",
@@ -63,10 +63,10 @@
6363
"postcss-import": "14.1.0",
6464
"postcss-reporter": "7.0.5",
6565
"rimraf": "3.0.2",
66-
"sass": "1.54.4",
66+
"sass": "1.66.1",
6767
"stylelint": "15.10.1",
6868
"stylelint-config-sass-guidelines": "9.0.1",
69-
"textlint": "12.2.1",
69+
"textlint": "12.6.1",
7070
"textlint-filter-rule-comments": "1.2.2",
7171
"textlint-rule-abbr-within-parentheses": "1.0.2",
7272
"textlint-rule-alex": "3.0.0",
@@ -82,7 +82,7 @@
8282
"textlint-rule-terminology": "3.0.2",
8383
"textlint-rule-unexpanded-acronym": "1.2.4",
8484
"ts-jest": "27.1.5",
85-
"typescript": "4.7.4"
85+
"typescript": "4.9.5"
8686
},
8787
"workspaces": {
8888
"packages": [

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@vuepress/plugin-pwa-popup": "2.0.0-beta.49",
5454
"@vuepress/plugin-register-components": "2.0.0-beta.49",
5555
"@vuepress/theme-default": "2.0.0-beta.49",
56-
"vue": "3.2.37",
57-
"vue-router": "4.1.2",
56+
"vue": "3.3.4",
57+
"vue-router": "4.2.4",
5858
"vuepress": "2.0.0-beta.49",
5959
"vuepress-plugin-clean-urls": "1.1.2",
6060
"vuepress-plugin-seo": "0.2.0"

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"access": "public"
5757
},
5858
"devDependencies": {
59-
"@babel/plugin-syntax-flow": "7.18.6",
60-
"@babel/plugin-transform-react-jsx": "7.18.6",
59+
"@babel/plugin-syntax-flow": "7.22.5",
60+
"@babel/plugin-transform-react-jsx": "7.22.5",
6161
"@frsource/tiny-carousel-core": "^0.10.2",
6262
"@frsource/tiny-carousel-utils": "^0.6.0",
6363
"@frsource/tiny-carousel-plugin-autoplay": "^0.4.5",
@@ -70,7 +70,7 @@
7070
"@types/node": "17.0.45",
7171
"@types/react": "18.2.14",
7272
"@types/react-dom": "18.2.6",
73-
"@babel/eslint-parser": "7.11.0",
73+
"@babel/eslint-parser": "7.22.11",
7474
"eslint-plugin-flowtype": "8.0.3",
7575
"eslint-plugin-import": "2.27.5",
7676
"eslint-plugin-jsx-a11y": "6.7.1",

packages/vue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"@vue/cli-plugin-unit-jest": "4.5.19",
7575
"@vue/cli-service": "4.5.19",
7676
"@vue/eslint-config-typescript": "11.0.0",
77-
"@vue/test-utils": "2.0.2",
78-
"core-js": "3.23.4",
77+
"@vue/test-utils": "2.4.1",
78+
"core-js": "3.32.1",
7979
"eslint-plugin-vue": "9.15.1",
8080
"vue": "2.7.8",
81-
"vue-demi": "0.13.4",
81+
"vue-demi": "0.14.6",
8282
"vue-template-compiler": "2.7.8",
83-
"vue3": "npm:vue@3.2.37"
83+
"vue3": "npm:vue@3.3.4"
8484
},
8585
"peerDependencies": {
8686
"@frsource/tiny-carousel-core": "^0.10.0",

0 commit comments

Comments
 (0)