diff --git a/.all-contributorsrc b/.all-contributorsrc index 1707a8b95dc6..b1ed1e6d5f27 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1531,7 +1531,8 @@ "avatar_url": "https://avatars.githubusercontent.com/u/7907338?v=4", "profile": "https://github.com/ychavoya", "contributions": [ - "code" + "code", + "doc" ] }, { diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 7b298d58080a..dd222493f773 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -21,7 +21,7 @@ jobs: name: Add issue with enhancement label to the Proposals project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 + - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: labeled: ${{ env.LABEL_ENHANCEMENT }} project-url: ${{ env.PROPOSALS_PROJECT_URL }} @@ -31,7 +31,7 @@ jobs: name: Add issue with typescript label to the TypeScript Adoption project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 + - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: labeled: ${{ env.LABEL_TYPESCRIPT }} project-url: ${{ env.TYPESCRIPT_PROJECT_URL }} @@ -41,7 +41,7 @@ jobs: name: Add issue with AI4UX label to the AI4UX project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 + - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: labeled: ${{ env.LABEL_AI4UX }} project-url: ${{ env.AI4UX_PROJECT_URL }} @@ -51,7 +51,7 @@ jobs: name: Add issue to the Design System project runs-on: ubuntu-latest steps: - - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 + - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 with: labeled: ${{ env.LABEL_ENHANCEMENT }}, ${{ env.LABEL_TYPESCRIPT }} label-operator: NOT diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f62858008ae9..efc8c5cc2397 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -24,9 +24,9 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: languages: javascript - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 diff --git a/.yarn/cache/wicg-inert-npm-3.1.1-27dfbc6ece-7871096513.zip b/.yarn/cache/wicg-inert-npm-3.1.1-27dfbc6ece-7871096513.zip deleted file mode 100644 index c0e4e45ce7ef..000000000000 Binary files a/.yarn/cache/wicg-inert-npm-3.1.1-27dfbc6ece-7871096513.zip and /dev/null differ diff --git a/README.md b/README.md index 6cc099c28354..7ca95649f0b8 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
+ This is the home page, you can navigate to different routes using the + header. +
+ > + ); +} -const TabTwo = () => { - let navigate = useNavigate(); - - return ( -Click on a tab to check the navigation
+Page 1 content.
-Page 2 content.
-