Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync #a8cf7bf4 #888

Merged
merged 31 commits into from
Apr 2, 2024
Merged

Sync #a8cf7bf4 #888

merged 31 commits into from
Apr 2, 2024

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    0ff32be View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump vue from 3.4.19 to 3.4.20 (#2714)

    Bumps [vue](https://github.com/vuejs/core) from 3.4.19 to 3.4.20.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.4.19...v3.4.20)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    dd0b29c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    e72e53e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. docs: missing lang="ts" in code snippet (#2727)

    closes #2720
    AloisSeckar committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c7fd561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719e350 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca46758 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8323f25 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    06949d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51223f0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump vue from 3.4.20 to 3.4.21 (#2718)

    Bumps [vue](https://github.com/vuejs/core) from 3.4.20 to 3.4.21.
    - [Release notes](https://github.com/vuejs/core/releases)
    - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
    - [Commits](vuejs/core@v3.4.20...v3.4.21)
    
    ---
    updated-dependencies:
    - dependency-name: vue
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aabcb95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58ba3c8 View commit details
    Browse the repository at this point in the history
  5. refactor: upgrade @vue/repl (#2693)

    * refactor: upgrade @vue/repl
    
    * chore: upgrade
    sxzz committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    aabfc23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21d4c17 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump @vue/repl from 4.0.1 to 4.1.1 (#2733)

    Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.0.1 to 4.1.1.
    - [Release notes](https://github.com/vuejs/repl/releases)
    - [Changelog](https://github.com/vuejs/repl/blob/main/CHANGELOG.md)
    - [Commits](vuejs/repl@v4.0.1...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@vue/repl"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ed704ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3149f1a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. remove inactive newsletter

    yyx990803 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    90c7929 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8efb4cf View commit details
    Browse the repository at this point in the history
  3. update discord link in nav

    yyx990803 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    31d6411 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    4171256 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. add vueconf.us banner (#2736)

    prpatel committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0910c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30e16e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db6990 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c38056c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    f560789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9173a1d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update themes.json (#2745)

    added reference link in Wrappixel's template
    wrappixel committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1aca9b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cf7bf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge remote-tracking branch 'origin/upstream' into sync

    # Conflicts:
    #	.vitepress/theme/components/NewsLetter.vue
    #	.vitepress/theme/index.ts
    #	pnpm-lock.yaml
    #	src/about/community-guide.md
    #	src/api/options-lifecycle.md
    #	src/guide/best-practices/production-deployment.md
    #	src/guide/built-ins/suspense.md
    #	src/guide/built-ins/transition-group.md
    #	src/guide/built-ins/transition.md
    #	src/guide/extras/composition-api-faq.md
    #	src/guide/extras/reactivity-in-depth.md
    #	src/guide/extras/render-function.md
    #	src/guide/extras/ways-of-using-vue.md
    #	src/guide/extras/web-components.md
    #	src/guide/quick-start.md
    #	src/guide/reusability/custom-directives.md
    #	src/guide/scaling-up/tooling.md
    #	src/guide/typescript/composition-api.md
    #	src/guide/typescript/overview.md
    wxsms committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    83ee55c View commit details
    Browse the repository at this point in the history
  2. update lockfile

    wxsms committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    11df139 View commit details
    Browse the repository at this point in the history
  3. translate content

    wxsms committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    4a271d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge remote-tracking branch 'origin/main' into sync

    # Conflicts:
    #	src/guide/built-ins/transition.md
    wxsms committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    296a108 View commit details
    Browse the repository at this point in the history