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: testing-library/svelte-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.1
Choose a base ref
...
head repository: testing-library/svelte-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.2
Choose a head ref
  • 4 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 27, 2024

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

Commits on Aug 3, 2024

  1. chore(deps-dev): bump the lint group with 2 updates (#397)

    * chore(deps-dev): bump the lint group with 2 updates
    
    Bumps the lint group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 7.18.0 to 8.0.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.18.0 to 8.0.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Michael Cousins <michael@cousins.io>
    dependabot[bot] and mcous authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    574c1e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. chore(deps-dev): bump the test group with 3 updates (#399)

    Bumps the test group with 3 updates: [expect-type](https://github.com/mmkal/expect-type), [happy-dom](https://github.com/capricorn86/happy-dom) and [jsdom](https://github.com/jsdom/jsdom).
    
    
    Updates `expect-type` from 0.19.0 to 0.20.0
    - [Release notes](https://github.com/mmkal/expect-type/releases)
    - [Commits](mmkal/expect-type@0.19.0...v0.20.0)
    
    Updates `happy-dom` from 14.12.3 to 15.7.3
    - [Release notes](https://github.com/capricorn86/happy-dom/releases)
    - [Commits](capricorn86/happy-dom@v14.12.3...v15.7.3)
    
    Updates `jsdom` from 24.1.3 to 25.0.0
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
    - [Commits](jsdom/jsdom@24.1.3...25.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: expect-type
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: test
    - dependency-name: happy-dom
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: test
    - dependency-name: jsdom
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: test
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2cf781c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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