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: Call-for-Code/weather-api-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: va-updates
Choose a base ref
...
head repository: Call-for-Code/weather-api-nodejs
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.
  • 16 commits
  • 4 files changed
  • 6 contributors

Commits on Jul 23, 2020

  1. Merge pull request #23 from Call-for-Code/va-updates

    update dependencies
    vabarbosa authored Jul 23, 2020
    Configuration menu
    Copy the full SHA
    d8fd38c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    7ddeffa View commit details
    Browse the repository at this point in the history
  2. TWC link grammar

    johnwalicki authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    13681ef View commit details
    Browse the repository at this point in the history
  3. Lint edits to README

    johnwalicki authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    a1e6d57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d4a260 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Update README.md

    krook authored May 5, 2021
    Configuration menu
    Copy the full SHA
    d7449ed View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Bump lodash from 4.17.19 to 4.17.21

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.19...4.17.21)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 7, 2021
    Configuration menu
    Copy the full SHA
    5b71b5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24 from Call-for-Code/dependabot/npm_and_yarn/lod…

    …ash-4.17.21
    
    Bump lodash from 4.17.19 to 4.17.21
    krook authored May 7, 2021
    Configuration menu
    Copy the full SHA
    a571ccc View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. fix: Update the nodejs buildpack in the manifest file

    Signed-off-by: Akash Nayak <akash19nayak@gmail.com>
    Akash-Nayak committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b7b6893 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from Akash-Nayak/fix-nodejs-buildpack-bug

    fix: Update the nodejs buildpack in the manifest file
    krook authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    cf23ce6 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. use v3 Daily Forecast API

    Signed-off-by: John Walicki <johnwalicki@gmail.com>
    johnwalicki committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    cd548d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #29 from Call-for-Code/forecast

    use v3 Daily Forecast API
    johnwalicki authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    18285b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Bump qs from 6.5.2 to 6.5.3

    Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.5.2...v6.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9abb1a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Merge pull request #30 from Call-for-Code/dependabot/npm_and_yarn/qs-…

    …6.5.3
    
    Bump qs from 6.5.2 to 6.5.3
    johnwalicki authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    2032735 View commit details
    Browse the repository at this point in the history
  2. Bump json-schema and jsprim

    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] <support@github.com>
    dependabot[bot] authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1d3a2a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Merge pull request #31 from Call-for-Code/dependabot/npm_and_yarn/jso…

    …n-schema-and-jsprim-0.4.0
    
    Bump json-schema and jsprim
    krook authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a5a2f54 View commit details
    Browse the repository at this point in the history
Loading