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

fix(gatsby-plugin-utils): don't throw on warnings in pluginOptionsSchema #34182

Merged
merged 12 commits into from Jan 13, 2022

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    c67d63c View commit details
    Browse the repository at this point in the history
  2. fix: typings

    moonmeister committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    1f1039a View commit details
    Browse the repository at this point in the history
  3. fix: more type fixes

    moonmeister committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    71ab32f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abc1dbc View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Merge branch 'master' into fix/validate/warnonunknown

    * master: (125 commits)
      chore(release): Publish next
      fix(gatsby): createNode return promise (gatsbyjs#34399)
      chore(release): Publish next
      fix(gatsby): Wrong route resolved by findPageByPath function (gatsbyjs#34070)
      fix(deps): update typescript to v5 (major) (gatsbyjs#33786)
      chore(docs): Update processing external images guide (gatsbyjs#34388)
      chore(deps): update dependency aws-sdk to ^2.1048.0 (gatsbyjs#34365)
      chore(deps): update dependency autoprefixer to ^10.4.1 for gatsby-plugin-sass (gatsbyjs#34357)
      chore(deps): update formatting & linting (gatsbyjs#34370)
      fix(deps): update minor and patch dependencies for gatsby-source-drupal (gatsbyjs#34375)
      fix(deps): update dependency eslint-plugin-react to ^7.28.0 (gatsbyjs#34372)
      fix(deps): update dependency resolve-url-loader to ^3.1.4 for gatsby-plugin-sass (gatsbyjs#34361)
      chore(deps): update dependency typescript to ^4.5.4 (gatsbyjs#34358)
      chore(docs): Fix links to shared layout component (gatsbyjs#34330)
      chore: Fix typo (gatsbyjs#34349)
      chore(examples): use mobx v6 in using-mobx example (gatsbyjs#34351)
      chore(deps): update dependency rewire to v6 for gatsby-plugin-offline (gatsbyjs#34376)
      chore(deps): update dependency msw to ^0.36.3 for gatsby-core-utils (gatsbyjs#34367)
      chore(deps): update dependency msw to ^0.36.3 for gatsby-plugin-gatsby-cloud (gatsbyjs#34368)
      fix(deps): update dependency graphql to ^15.8.0 for gatsby-codemods (gatsbyjs#34373)
      ...
    moonmeister committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    b656bb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

Commits on Jan 11, 2022

  1. Merge branch 'master' into fix/validate/warnonunknown

    * master: (24 commits)
      chore(docs): Release Notes v4.5 (gatsbyjs#34425)
      chore(docs): Update quick-start guide (gatsbyjs#34445)
      chore(docs) : Typo fix GatbsyImage -> GatsbyImage (gatsbyjs#34439)
      perf(gatsby): reuse rootNode & trackedRootNodes caches across instances of graphqlRunner (gatsbyjs#33695)
      Update media-item-processing.md (gatsbyjs#34434)
      chore(docs): Update localization doc (gatsbyjs#34429)
      test(ssr): Fix flakes (gatsbyjs#34443)
      chore(release): Publish next
      Revert "docs: Match egghead.io video instructions (gatsbyjs#34315)" (gatsbyjs#34384)
      fix(gatsby-plugin-manifest): generate icons sequentially (gatsbyjs#34331)
      Fix misspelling of "precedence" in log message (gatsbyjs#34428)
      chore(docs): Adjust doc mentions of gatsby-plugin-create-client-paths (gatsbyjs#34424)
      chore(docs): Update static-folder doc (gatsbyjs#34392)
      Upgrade to strip-ansi ^6.0.1 (gatsbyjs#34383)
      chore(gatsby-plugin-create-client-paths): Update client paths plugin readme with migration info (gatsbyjs#34423)
      chore: Remove deprecated client paths plugin references (gatsbyjs#34422)
      chore(docs): Old occurrences of gatbyjs.org (gatsbyjs#34402)
      Update plugins.md to have correct URL for gatsby-plugin-segment-js (gatsbyjs#34397)
      chore(gatsby): Give option to ignore output from workers and silence validate-engines (gatsbyjs#34416)
      chore(release): Publish next pre-minor
      ...
    moonmeister committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    eb2a22a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    79cf7dd View commit details
    Browse the repository at this point in the history
  2. add https to github link

    moonmeister committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    effc95a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fix/validate/warnonunknown

    * master:
      fix(gatsby-core-utils): Re-Export updateSiteMetadata (gatsbyjs#34462)
      fix(deps): update starters and examples gatsby packages to ^4.5.1 (gatsbyjs#34463)
      fix(gatsby-dev-cli): Do not ignore engines (gatsbyjs#34461)
      fix(gatsby): Revert gatsbyjs#33786 (gatsbyjs#34458)
      fix(deps): update starters and examples - gatsby (gatsbyjs#34449)
      chore(changelogs): update changelogs (gatsbyjs#34451)
      Update tutorial part 1 to reflect changes to add site flow (gatsbyjs#34427)
      preview 2.0 UI changes (gatsbyjs#34440)
    moonmeister committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    73f68ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36fc3d4 View commit details
    Browse the repository at this point in the history