Skip to content

Commit

Permalink
⬆️ [Dependency] Various bumps on 07-02-2023 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi authored Jul 2, 2023
1 parent bb2c711 commit d41dfd5
Show file tree
Hide file tree
Showing 7 changed files with 859 additions and 1,077 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-bags-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'earwurm': patch
---

Various dependency bumps.
29 changes: 16 additions & 13 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
👽️ dependency:
- any: ['**/package*', '**/yarn.lock', '.pnp.*']
📝 documentation: '**/!(CHANGELOG|LICENSE|MIGRATION).@(md|mdx)'
🔖 release: '**/CHANGELOG.md'
🧪 testing: '**/*.@(spec|test).@(js|jsx|ts|tsx)'
🔧 tooling:
🧰 Dependency:
- any: ['package-lock.json', 'yarn.lock']
📚 Documentation:
- any: ['README.md', 'docs/**']
🔖 Release: 'CHANGELOG.md'
⚖️ Legal: 'LICENSE'
🧪 Testing: '**/*.test.ts'
🔧 Tooling:
- any:
[
'*',
'.github/**/*',
'.vscode/**/*',
'.github/**',
'.vscode/**',
'.yarn*',
'.yarn/**/*',
'config/**/*',
'scripts/**/*',
'!package*',
'.yarn/**',
'config/**',
'scripts/**',
'!LICENSE',
'!package.lock',
'!yarn.lock',
'!*.@(md|mdx)',
'!*.md',
]
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- name: Apply PR labels
uses: actions/labeler@v4
with:
dot: true
repo-token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit d41dfd5

Please sign in to comment.