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 next v14.x #1759

Merged
merged 54 commits into from
Jun 14, 2021
Merged

Release next v14.x #1759

merged 54 commits into from
Jun 14, 2021

Commits on Apr 21, 2021

  1. Configuration menu
    Copy the full SHA
    aafcdec View commit details
    Browse the repository at this point in the history
  2. Merge #1758

    1758: fix: update dependency puppeteer to v9 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e8288da View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. fix(apollo-mock-server): update package graphql-tag

    ...manually, because the Apollo team published the v2.12.x packages with tag `next`,
    so Renovate will not bother to create an update PR for us.
    Emanuel Kluge committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    9d1816a View commit details
    Browse the repository at this point in the history
  2. chore: pin graphql-tag in canarist tests

    ...to fix the current version resolution issue in transient dependencies, too
    Emanuel Kluge committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    95131fa View commit details
    Browse the repository at this point in the history
  3. Merge #1767

    1767: fix(apollo-mock-server): update package graphql-tag (v14.x) r=herschel666 a=hops-release-bot[bot]
    
    :warning: **This PR is the successor of #1765 and has been created automatically because the previous PR's commits could not be cherry-picked.** ⚠️
    
    Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
    bors[bot] and Emanuel Kluge committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    0cfad7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    728aaf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69223c5 View commit details
    Browse the repository at this point in the history
  6. Merge #1764

    1764: chore: lock file maintenance (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    a656312 View commit details
    Browse the repository at this point in the history
  7. fix: allow custom apollo cache

    This fix re-enables the configuration of a custom apollo cache.
    KnisterPeter authored and hops-release-bot[bot] committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e1b89af View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

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

Commits on May 5, 2021

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

Commits on May 12, 2021

  1. Merge #1782

    1782: fix: update dependency dotenv to v9 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed May 12, 2021
    Configuration menu
    Copy the full SHA
    38c0cad View commit details
    Browse the repository at this point in the history
  2. Merge #1779

    1779: fix: update dependency fs-extra to v10 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed May 12, 2021
    Configuration menu
    Copy the full SHA
    01fad94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99fb4c6 View commit details
    Browse the repository at this point in the history
  4. Merge #1772

    1772: fix: update dependency yargs to v17 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed May 12, 2021
    Configuration menu
    Copy the full SHA
    8b31e1f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. feat(react): switch to the new JSX transform

    Hops now auto-imports `React` into your project's jsx- & tsx-files. This
    means that there's no need anymore to do the obligatory import of `React`
    in your view files, when React isn't explicitly used.
    
    Read more about this feature in [the React team's announcing blog post](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html).
    
    Beware also that this feature is not available in the experimental
    ESBuild mode!
    Emanuel Kluge authored and hops-release-bot[bot] committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8c3acfb View commit details
    Browse the repository at this point in the history
  2. test(spec): check new JSX transform feature

    Emanuel Kluge authored and hops-release-bot[bot] committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d621a19 View commit details
    Browse the repository at this point in the history
  3. docs: remove superfluous import of React

    Emanuel Kluge authored and hops-release-bot[bot] committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7b6193b View commit details
    Browse the repository at this point in the history
  4. docs(react): mention support of JSX Transform

    Emanuel Kluge authored and hops-release-bot[bot] committed May 27, 2021
    Configuration menu
    Copy the full SHA
    31ba7e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41e2a27 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. chore: add comand to roll back release commit

    Emanuel Kluge authored and hops-release-bot[bot] committed May 28, 2021
    Configuration menu
    Copy the full SHA
    8f158b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8a6cdb View commit details
    Browse the repository at this point in the history
  3. fix(debug): provide method extend in the browser

    Emanuel Kluge authored and hops-release-bot[bot] committed May 28, 2021
    Configuration menu
    Copy the full SHA
    d657fda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e206ed View commit details
    Browse the repository at this point in the history
  5. Merge #1837

    1837: chore: update dependency lint-staged to v11 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed May 28, 2021
    Configuration menu
    Copy the full SHA
    2fba67c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfaa00b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2defe26 View commit details
    Browse the repository at this point in the history
  8. fix(jest-preset): set Jest test environment explicitly

    ...to `jsdom`. This is a prerequisite for the upgrade to Jest 27, which
    changes its default test environment to `node`.
    Emanuel Kluge authored and hops-release-bot[bot] committed May 28, 2021
    Configuration menu
    Copy the full SHA
    1847985 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    07ffb06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bc5a64 View commit details
    Browse the repository at this point in the history
  3. Merge #1840

    1840: fix: update dependency dotenv to v10 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    e99cf86 View commit details
    Browse the repository at this point in the history
  4. Merge #1843

    1843: fix: update dependency optimize-css-assets-webpack-plugin to v6 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    8e2527c View commit details
    Browse the repository at this point in the history
  5. Merge #1842

    1842: fix: update dependency http-proxy-middleware to v2 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    38f6604 View commit details
    Browse the repository at this point in the history
  6. Merge #1849

    1849: fix: update dependency import-from to v4 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    8ac00a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c2164c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Merge #1852

    1852: fix: update dependency webpack-dev-middleware to v5 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    4a7b500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffb53f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Merge #1854

    1854: fix: update dependency nocache to v3 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    ce47024 View commit details
    Browse the repository at this point in the history
  2. Merge #1850

    1850: fix: update dependency web-vitals to v2 (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    65ec01f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f35c9ca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. style: please Prettier

    Emanuel Kluge committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    32c8a6a View commit details
    Browse the repository at this point in the history
  2. Merge #1774

    1774: chore: lock file maintenance (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
    3 people committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    e7062e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe3351 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. feat: update Jest to version 27

    ...and widen peer-dependency ranges where necessary.
    
    closes #1838 #1839 #1761
    Emanuel Kluge committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    31fd69b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f6ed3 View commit details
    Browse the repository at this point in the history
  3. feat(jest-preset): enable ESM support for Typescript

    Emanuel Kluge committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    4a8cf18 View commit details
    Browse the repository at this point in the history
  4. chore: pin main Jest packages to v26 in Canarist tests

    ...temporarily in order to make them succeed.
    Emanuel Kluge committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    bbf6e43 View commit details
    Browse the repository at this point in the history
  5. Merge #1855

    1855: feat: update Jest to version 27 (v14.x) r=herschel666 a=hops-release-bot[bot]
    
    :warning: **This PR is the successor of #1844 and has been created automatically because the previous PR's commits could not be cherry-picked.** ⚠️
    
    Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
    bors[bot] and Emanuel Kluge committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    1544152 View commit details
    Browse the repository at this point in the history
  6. Merge #1846

    1846: fix: update dependency puppeteer to v10 (release-bot/next-v14.x) r=ZauberNerd a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cb1bdc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    7dbfbb0 View commit details
    Browse the repository at this point in the history
  2. Merge #1862

    1862: chore: lock file maintenance (release-bot/next-v14.x) r=herschel666 a=renovate[bot]
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    bors[bot] and renovate-bot committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    30d1ac6 View commit details
    Browse the repository at this point in the history
  3. chore: downgrade Jest to version 26

    ...in order to get rid of the error...
    
    ```
    Error: [BABEL]: Reentrant plugin detected trying to load
    "fea/hops/node_modules/jest-preset-hops/helpers/babel-plugin-rename-corejs.js".
    This module is not ignored and is trying to load itself while compiling itself,
    leading to a dependency cycle. We recommend adding it to your "ignore" list in
    your babelrc, or to a .babelignore. (While processing:
    fea/hops/node_modules/jest-preset-hops/helpers/babel-plugin-rename-corejs.js)
    ```
    
    ...when the Jest cache is warmed
    Emanuel Kluge committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    dcbb07a View commit details
    Browse the repository at this point in the history
  4. Merge #1857

    1857: chore: downgrade Jest to version 26 (v14.x) r=herschel666 a=hops-release-bot[bot]
    
    :warning: **This PR is the successor of #1856 and has been created automatically because the previous PR's commits could not be cherry-picked.** ⚠️
    
    Co-authored-by: Emanuel Kluge <emanuel.kluge@new-work.se>
    bors[bot] and Emanuel Kluge committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a8d3a86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca09c6e View commit details
    Browse the repository at this point in the history