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: expo/vscode-expo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.1
Choose a base ref
...
head repository: expo/vscode-expo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.2
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 8, 2023

  1. chore: bump postcss from 8.4.29 to 8.4.31 in /test/fixture (#230)

    Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.31.
    - [Release notes](https://github.com/postcss/postcss/releases)
    - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
    - [Commits](postcss/postcss@8.4.29...8.4.31)
    
    ---
    updated-dependencies:
    - dependency-name: postcss
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a3ecf90 View commit details
    Browse the repository at this point in the history
  2. chore: bump @babel/traverse from 7.22.11 to 7.23.2 in /test/fixture (#…

    …232)
    
    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    51d7292 View commit details
    Browse the repository at this point in the history
  3. chore: bump @babel/traverse from 7.22.11 to 7.23.2 (#233)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    2047870 View commit details
    Browse the repository at this point in the history
  4. chore: bump react-devtools-core from 4.28.0 to 4.28.4 in /test/fixture (

    #234)
    
    Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.28.0 to 4.28.4.
    - [Release notes](https://github.com/facebook/react/releases)
    - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)
    
    ---
    updated-dependencies:
    - dependency-name: react-devtools-core
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    747d308 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. chore(ci): rotate and update repository secrets (#236)

    * chore(ci): update secrets for `release.yml`
    
    * chore(ci): update secrets for `publish.yml`
    byCedric authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3fba51a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. fix: add userAgent query parameter in debugger (#237)

    * fix: add `userAgent` query parameter in debugger
    
    * docs: fix typo in comment
    byCedric authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7c978e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    913cb7f View commit details
    Browse the repository at this point in the history
  3. fix: only change to underlying vscode adapter when starting debug ses…

    …sion (#245)
    
    This is related to a behavior change from vscode, and to microsoft/vscode#188979
    byCedric authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7a3190f View commit details
    Browse the repository at this point in the history
  4. chore: create new release 1.2.2

    ## [1.2.2](1.2.1...1.2.2) (2024-03-06)
    
    ### Bug fixes
    
    * add `userAgent` query parameter in debugger ([#237](#237)) ([7c978e5](7c978e5))
    * bump `@vscode/test-electron` to `2.3.9` ([913cb7f](913cb7f))
    * only change to underlying vscode adapter when starting debug session ([#245](#245)) ([7a3190f](7a3190f)), closes [microsoft/vscode#188979](microsoft/vscode#188979)
    
    ### Other chores
    
    * bump @babel/traverse from 7.22.11 to 7.23.2 ([#233](#233)) ([2047870](2047870))
    * bump @babel/traverse from 7.22.11 to 7.23.2 in /test/fixture ([#232](#232)) ([51d7292](51d7292))
    * bump postcss from 8.4.29 to 8.4.31 in /test/fixture ([#230](#230)) ([a3ecf90](a3ecf90))
    * bump react-devtools-core from 4.28.0 to 4.28.4 in /test/fixture ([#234](#234)) ([747d308](747d308))
    * **ci:** rotate and update repository secrets ([#236](#236)) ([3fba51a](3fba51a))
    Expo CI committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    57108d6 View commit details
    Browse the repository at this point in the history
Loading