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: github/relative-time-element
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.3
Choose a base ref
...
head repository: github/relative-time-element
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.4
Choose a head ref
  • 7 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 24, 2024

  1. Bump the npm_and_yarn group with 7 updates

    Bumps the npm_and_yarn group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@75lb/deep-merge](https://github.com/75lb/deep-merge) | `1.1.1` | `1.1.2` |
    | [ip](https://github.com/indutny/node-ip) | `1.1.9` | `removed` |
    | [@open-wc/testing](https://github.com/open-wc/open-wc/tree/HEAD/packages/testing) | `3.1.8` | `3.2.2` |
    | [@web/test-runner](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner) | `0.15.3` | `0.19.0` |
    | [@web/test-runner-playwright](https://github.com/modernweb-dev/web/tree/HEAD/packages/test-runner-playwright) | `0.9.0` | `0.11.0` |
    | [ws](https://github.com/websockets/ws) | `7.5.9` | `7.5.10` |
    | [rollup](https://github.com/rollup/rollup) | `2.79.1` | `4.22.4` |
    
    
    Updates `@75lb/deep-merge` from 1.1.1 to 1.1.2
    - [Commits](75lb/deep-merge@v1.1.1...v1.1.2)
    
    Removes `ip`
    
    Updates `@open-wc/testing` from 3.1.8 to 3.2.2
    - [Release notes](https://github.com/open-wc/open-wc/releases)
    - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/testing/CHANGELOG.md)
    - [Commits](https://github.com/open-wc/open-wc/commits/@open-wc/testing@3.2.2/packages/testing)
    
    Updates `@web/test-runner` from 0.15.3 to 0.19.0
    - [Release notes](https://github.com/modernweb-dev/web/releases)
    - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner/CHANGELOG.md)
    - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner@0.19.0/packages/test-runner)
    
    Updates `@web/test-runner-playwright` from 0.9.0 to 0.11.0
    - [Release notes](https://github.com/modernweb-dev/web/releases)
    - [Changelog](https://github.com/modernweb-dev/web/blob/master/packages/test-runner-playwright/CHANGELOG.md)
    - [Commits](https://github.com/modernweb-dev/web/commits/@web/test-runner-playwright@0.11.0/packages/test-runner-playwright)
    
    Updates `ws` from 7.5.9 to 7.5.10
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.5.9...7.5.10)
    
    Updates `rollup` from 2.79.1 to 4.22.4
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.79.1...v4.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@75lb/deep-merge"
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: ip
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: "@open-wc/testing"
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    - dependency-name: "@web/test-runner"
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    - dependency-name: "@web/test-runner-playwright"
      dependency-type: direct:development
      dependency-group: npm_and_yarn
    - dependency-name: ws
      dependency-type: indirect
      dependency-group: npm_and_yarn
    - dependency-name: rollup
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    46a28be View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #291 from github/dependabot/npm_and_yarn/npm_and_y…

    …arn-9fbb16abe3
    
    Bump the npm_and_yarn group with 7 updates
    siddharthkp authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e914da2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. fix duration

    wxiaoguang committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    5721bcc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. add test and comment

    wxiaoguang committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    fc858c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60bc336 View commit details
    Browse the repository at this point in the history
  3. "fix" failed 11y test

    wxiaoguang committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    da833cf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #296 from wxiaoguang/fix-dur

    Fix duration calculation
    francinelucca authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    bc1b8b7 View commit details
    Browse the repository at this point in the history
Loading