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

chore(deps): bump @astrojs/check from 0.8.1 to 0.9.3 in /site #120

Closed

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    cc2add4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b480dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f14f19 View commit details
    Browse the repository at this point in the history
  4. oops

    korewaChino committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1807bd4 View commit details
    Browse the repository at this point in the history
  5. update helm chart

    korewaChino committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8061fe4 View commit details
    Browse the repository at this point in the history
  6. fix!: make CRD version v2 because we can't put subvers in it

    Also, this may break compat with older deployments since we won't be reading from old CRDs anymore.
    Please update your CRDs.
    korewaChino committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9026f99 View commit details
    Browse the repository at this point in the history
  7. run cargo fmt --all

    korewaChino committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0a0de6f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    20a7361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c46e378 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the npm_and_yarn group in /site with 2 updates

    Bumps the npm_and_yarn group in /site with 2 updates: [braces](https://github.com/micromatch/braces) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    
    
    Updates `braces` from 3.0.2 to 3.0.3
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    Updates `vite` from 5.1.4 to 5.3.2
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.3.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: vite
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and korewaChino committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3b12aa3 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump uuid from 1.7.0 to 1.9.1

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.9.1.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.7.0...1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and korewaChino committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    12ba0b3 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump serde from 1.0.197 to 1.0.204

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.197 to 1.0.204.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.197...v1.0.204)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and korewaChino committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7cc7907 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. chore(deps): bump @astrojs/check from 0.5.6 to 0.8.1 in /site

    Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.5.6 to 0.8.1.
    - [Release notes](https://github.com/withastro/language-tools/releases)
    - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
    - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/check"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and korewaChino committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1581c8d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    418f368 View commit details
    Browse the repository at this point in the history
  2. Create SECURITY.md

    lleyton authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    75d43db View commit details
    Browse the repository at this point in the history
  3. docs: example auth

    korewaChino committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    740f382 View commit details
    Browse the repository at this point in the history
  4. fix(pwgen): Replace some special characters in the password generator…

    … to not include special shell globs
    korewaChino committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7ffce61 View commit details
    Browse the repository at this point in the history
  5. inline auth for server

    korewaChino committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    2ddd0e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e71f080 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3921cfa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46f0df3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. chore(deps): bump @astrojs/check from 0.8.1 to 0.9.3 in /site

    Bumps [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) from 0.8.1 to 0.9.3.
    - [Release notes](https://github.com/withastro/language-tools/releases)
    - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
    - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/[email protected]/packages/astro-check)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/check"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    10ff529 View commit details
    Browse the repository at this point in the history