Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WhySoSecure/codespaces-preact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/codespaces-preact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 41 files changed
  • 8 contributors

Commits on Nov 17, 2022

  1. Fix invalid devcontainer.json

    A number of these templates are missing an image reference, which means they won't work anywhere outside of Codespaces, including in the Dev Container GitHub Action.
    
    If the goal is to use the "kitchen sink" image, all that is needed is a reference to the image. This will be slow in other scenarios, but won't fail like it would today.
    Chuxel authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d4be9b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#4 from Chuxel/patch-1

    Fix invalid devcontainer.json
    joshaber authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    782235c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    536c1bb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Merge pull request github#7 from github/dependabot/npm_and_yarn/decod…

    …e-uri-component-0.2.2
    
    Bump decode-uri-component from 0.2.0 to 0.2.2
    joshaber authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    74e168f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Bump dependencies

    joshaber authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f1d7515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734268c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    29c9605 View commit details
    Browse the repository at this point in the history
  2. Merge pull request github#9 from github/node-19-compat

    Update preact app to be node 19 compatible
    bdmac authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    4e41274 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    73b2e57 View commit details
    Browse the repository at this point in the history
  2. Update path

    emisparkles authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    bb55124 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afceb38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe33ffb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. refactor: Migrate to Vite

    rschristian committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    11ce96d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

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

Commits on Oct 23, 2023

  1. Merge pull request github#11 from rschristian/refactor/migrate-to-vite

    refactor: Migrate to Vite
    ThisIsKirsch authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5b0004a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Bump vite in the npm_and_yarn group across 1 directory

    Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
    
    
    Updates `vite` from 4.5.14 to 7.1.5
    - [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/v7.1.5/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-version: 7.1.5
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    43dbd85 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Merge pull request github#35 from github/dependabot/npm_and_yarn/npm_…

    …and_yarn-f5c1666f0c
    
    Bump vite from 4.5.14 to 7.1.5 in the npm_and_yarn group across 1 directory
    anumol-baby authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    10b034e View commit details
    Browse the repository at this point in the history
Loading