Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
UITOOL-284
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent aac10cb commit 5ad74a8
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 118 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -60,7 +60,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -73,6 +73,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
category: '/language:${{matrix.language}}'
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: 'Upload to code-scanning'
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
sarif_file: results.sarif
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"eslint": "9.11.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jsdoc": "50.3.0",
"eslint-plugin-jsdoc": "50.3.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.37.0",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-testing-library": "6.3.0",
"eslint-plugin-unused-imports": "4.1.4",
"eslint-plugin-vitest": "0.5.4",
"globals": "15.9.0",
"globals": "15.10.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"mime-types": "2.1.35",
Expand All @@ -75,13 +75,13 @@
"sort-package-json": "2.10.1",
"stylelint": "16.9.0",
"stylelint-config-standard-scss": "13.1.0",
"turbo": "2.1.2",
"turbo": "2.1.3",
"typescript": "5.6.2",
"typescript-eslint": "8.7.0",
"typescript-eslint": "8.8.0",
"underscore": "1.13.7",
"walkdir": "0.4.1"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@swc/helpers": "0.5.13"
},
"devDependencies": {
"@babel/types": "7.25.6",
"@babel/types": "7.25.7",
"@coveord/plasma-tokens": "workspace:*",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@swc/helpers": "0.5.13",
"@tabler/icons-react": "3.19.0",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-query": "5.59.0",
"clsx": "2.1.1",
"codesandbox-import-utils": "2.2.3",
"dayjs": "1.11.13",
Expand Down
Loading

0 comments on commit 5ad74a8

Please sign in to comment.