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: mlissner/https-everywhere
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: EFForg/https-everywhere
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 30, 2022

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

Commits on Sep 21, 2022

  1. npmauto: bump codemirror from 5.65.3 to 6.0.1 in /chromium (EFForg#20211

    )
    
    Bumps [codemirror](https://github.com/codemirror/basic-setup) from 5.65.3 to 6.0.1.
    - [Release notes](https://github.com/codemirror/basic-setup/releases)
    - [Changelog](https://github.com/codemirror/basic-setup/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/codemirror/basic-setup/commits/6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: codemirror
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9359573 View commit details
    Browse the repository at this point in the history
  2. npmauto: bump nan from 2.15.0 to 2.16.0 in /chromium (EFForg#20204)

    Bumps [nan](https://github.com/nodejs/nan) from 2.15.0 to 2.16.0.
    - [Release notes](https://github.com/nodejs/nan/releases)
    - [Changelog](https://github.com/nodejs/nan/blob/main/CHANGELOG.md)
    - [Commits](nodejs/nan@v2.15.0...v2.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: nan
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c0aab9e View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Bump json-schema and jsprim in /utils/trivialize-cdn-rules (EFForg#20219

    )
    
    Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together.
    
    Updates `json-schema` from 0.2.3 to 0.4.0
    - [Release notes](https://github.com/kriszyp/json-schema/releases)
    - [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)
    
    Updates `jsprim` from 1.4.1 to 1.4.2
    - [Release notes](https://github.com/joyent/node-jsprim/releases)
    - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
    - [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: json-schema
      dependency-type: indirect
    - dependency-name: jsprim
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    4eb3fa3 View commit details
    Browse the repository at this point in the history
  2. npmauto: bump json-schema and jsprim in /chromium (EFForg#20218)

    Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together.
    
    Updates `json-schema` from 0.2.3 to 0.4.0
    - [Release notes](https://github.com/kriszyp/json-schema/releases)
    - [Commits](kriszyp/json-schema@v0.2.3...v0.4.0)
    
    Updates `jsprim` from 1.4.1 to 1.4.2
    - [Release notes](https://github.com/joyent/node-jsprim/releases)
    - [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md)
    - [Commits](TritonDataCenter/node-jsprim@v1.4.1...v1.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: json-schema
      dependency-type: indirect
    - dependency-name: jsprim
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    32c7af8 View commit details
    Browse the repository at this point in the history
  3. Bump ajv and har-validator in /utils/hsts-prune (EFForg#20217)

    Bumps [ajv](https://github.com/ajv-validator/ajv) and [har-validator](https://github.com/ahmadnassri/node-har-validator). These dependencies needed to be updated together.
    
    Updates `ajv` from 5.5.2 to 6.12.6
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](ajv-validator/ajv@v5.5.2...v6.12.6)
    
    Updates `har-validator` from 5.1.0 to 5.1.5
    - [Release notes](https://github.com/ahmadnassri/node-har-validator/releases)
    - [Changelog](https://github.com/ahmadnassri/node-har-validator/blob/master/.releaserc)
    - [Commits](ahmadnassri/node-har-validator@v5.1.0...v5.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: ajv
      dependency-type: indirect
    - dependency-name: har-validator
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e2c64c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Update README.md

    zoracon authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2682af9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    zoracon authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    43c5d17 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    zoracon authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c4d4be7 View commit details
    Browse the repository at this point in the history
Loading