Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/5.3.3 #605

Merged
merged 28 commits into from
Jul 23, 2020
Merged

Release/5.3.3 #605

merged 28 commits into from
Jul 23, 2020

Commits on May 20, 2019

  1. default webpackConfig.node should be false

    completely turn off the NodeStuffPlugin and NodeSourcePlugin plugins.
    
    We don't want webpack to mock node globals
    
    See https://codeburst.io/use-webpack-with-dirname-correctly-4cad3b265a92 and https://webpack.js.org/configuration/node
    stevemao committed May 20, 2019
    Configuration menu
    Copy the full SHA
    ff8f684 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. test default node

    stevemao committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8e082cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6773464 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

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

Commits on Aug 22, 2019

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

Commits on Apr 18, 2020

  1. Check for node runtimes first

    webpack should not try to load handlers of different runtime than node.
    smil2k committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    a24315a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    0dc23c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861304e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

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

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    2c10023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a4934c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Merge pull request #502 from stevemao/patch-3

    default webpackConfig.node should be false
    miguel-a-calles-mba committed May 10, 2020
    Configuration menu
    Copy the full SHA
    8cbef02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ff73b View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

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

Commits on May 15, 2020

  1. Merge pull request #585 from serverless-heaven/update-readme-release-…

    …notes
    
    Updated release notes
    jamesmbourne committed May 15, 2020
    Configuration menu
    Copy the full SHA
    2e8c7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c00c72 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Remove optional peer dependencies

    When fetching peer dependencies we now remove those which are optional.
    And optional dependencies can be defined using Yarn (only at the moment) when using the `peerDependenciesMeta` field.
    j0k3r committed May 27, 2020
    Configuration menu
    Copy the full SHA
    24f0f37 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    0563222 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #516 from takeshape/yarn-fix

    Fix `yarn list --json` stdOut parsing. fixes #388
    miguel-a-calles-mba committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    98a9592 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Merge pull request #542 from 20minutes/fix/remove-optional-peer-deps

    Remove optional peer dependencies
    miguel-a-calles-mba committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    6507cff View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Configuration menu
    Copy the full SHA
    3e4c246 View commit details
    Browse the repository at this point in the history
  2. Updated unit tests

    From: Add support for multiple runtimes in service #530
    miguel-a-calles-mba committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    ecd2154 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #579 from smil2k/patch-1

    Check for node runtimes first
    miguel-a-calles-mba committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    3461c51 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Bumps lodash from 4.17.15 to 4.17.19

    Mostly to includes a security fix.
    See GHSA-p6mc-m468-83gw
    
    Also:
    - add node 12 on Appveyor
    - update Travis config file to fix validation
    - rename `.eslintrc` file to add `.yml` extension (and allow syntax highlighting)
    j0k3r committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    5e8c6b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Update README.md

    Miguel Calles committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    95cacde View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Added change log

    Miguel Calles committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    d7fc77f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Merge pull request #602 from serverless-heaven/fix/lodash-security

    Bumps lodash from 4.17.15 to 4.17.19
    miguel-a-calles-mba committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    01abd82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ec16e2 View commit details
    Browse the repository at this point in the history