Skip to content

Commit

Permalink
chore: bump (dev)Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 23, 2024
1 parent 2d7fb1b commit 74264a5
Show file tree
Hide file tree
Showing 15 changed files with 5,811 additions and 4,641 deletions.
2 changes: 1 addition & 1 deletion .codesanbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node": "16",
"node": "18",
"packages": [
"packages/*"
],
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
- 20
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: yarn
Expand Down
44 changes: 44 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: CodeQL

on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '16 10 * * 6'

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language:
- javascript

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v3

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: '/language:${{ matrix.language }}'
8 changes: 4 additions & 4 deletions .github/workflows/pkg-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*

- name: Package Size Report
uses: pkg-size/action@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16
uses: actions/setup-node@v2
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: 16
node-version: lts/*
cache: yarn

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"@1stg/prettier-config/vue"
"@1stg/prettier-config/vue.js"
1 change: 1 addition & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LICENSE
*.json
*.lock
*.log
*.ts
*.tsbuildinfo
*.yaml
*.yml
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</p>

[![GitHub Actions](https://github.com/rx-ts/eslint/workflows/CI/badge.svg)](https://github.com/rx-ts/eslint/actions/workflows/ci.yml)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/rx-ts/vue.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rx-ts/vue/context:javascript)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Frx-ts%2Fvue%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![GitHub release](https://img.shields.io/github/release/rx-ts/vue)](https://github.com/rx-ts/vue/releases)

Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</p>

[![GitHub Actions](https://github.com/rx-ts/eslint/workflows/CI/badge.svg)](https://github.com/rx-ts/eslint/actions/workflows/ci.yml)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/rx-ts/vue.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/rx-ts/vue/context:javascript)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Frx-ts%2Fvue%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![GitHub release](https://img.shields.io/github/release/rx-ts/vue)](https://github.com/rx-ts/vue/releases)

Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "[email protected].19",
"packageManager": "[email protected].21",
"scripts": {
"build": "run-p build:*",
"build:r": "r -e named -f cjs",
Expand All @@ -28,30 +28,30 @@
"typecov": "type-coverage"
},
"devDependencies": {
"@1stg/app-config": "^7.2.1",
"@1stg/lib-config": "^10.2.1",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"@1stg/app-config": "^10.0.1",
"@1stg/lib-config": "^13.0.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@d-ts/vue": "^1.0.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.7.18",
"@types/qrcode": "^1.5.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.8",
"@types/qrcode": "^1.5.5",
"lodash-es": "^4.17.21",
"postcss": "^8.4.16",
"qrcode": "^1.5.1",
"postcss": "^8.4.33",
"qrcode": "^1.5.3",
"qrious": "^4.0.2",
"rimraf": "^3.0.2",
"rxjs": "^7.5.6",
"sass": "^1.54.9",
"type-coverage": "^2.22.0",
"typescript": "^4.8.3",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"sass": "^1.70.0",
"type-coverage": "^2.27.1",
"typescript": "^5.3.3",
"vitepress": "^0.22.4",
"vue": "^3.2.39",
"vue-tsc": "^0.40.13",
"yarn-deduplicate": "^6.0.0"
"vue": "^3.4.15",
"vue-tsc": "^1.8.27",
"yarn-deduplicate": "^6.0.2"
},
"resolutions": {
"prettier": "^2.7.1"
"prettier": "^3.2.4"
},
"typeCoverage": {
"atLeast": 100,
Expand Down
1 change: 1 addition & 0 deletions packages/vue-qrcode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default defineComponent({
it =>
typeof it.data === 'string' &&
'mode' in it &&
it.mode &&
MODES.includes(it.mode),
)
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-qrcode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"vue"
],
"peerDependencies": {
"qrcode": "^1.5.0",
"qrcode": "^1.0.0",
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-qrious/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { type PropType, defineComponent, h, ref, watch } from 'vue'

export const LEVELS = ['L', 'M', 'Q', 'H'] as const

export type Level = typeof LEVELS[number]
export type Level = (typeof LEVELS)[number]

export default defineComponent({
props: {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-qrious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
"tslib": "^2.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 74264a5

Please sign in to comment.