Build blazing fast, modern apps and websites with React

Overview

Gatsby

Gatsby v3

⚛️ 📄 🚀

Fast in every way that matters

Gatsby is a free and open source framework based on React that helps developers build blazing fast websites and apps

Gatsby is released under the MIT license. Current CircleCI build status. Current npm package version. Downloads per month on npm. Total downloads on npm. PRs welcome! Follow @GatsbyJS

Quickstart · Tutorial · Plugins · Starters · Showcase · Contribute
Support: Twitter, Discussions & Discord

Gatsby is a modern web framework for blazing fast websites.

  • Go Beyond Static Websites. Get all the benefits of static websites with none of the limitations. Gatsby sites are fully functional React apps, so you can create high-quality, dynamic web apps, from blogs to e-commerce sites to user dashboards.

  • Use a Modern Stack for Every Site. No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.

  • Load Data From Anywhere. Gatsby pulls in data from any data source, whether it’s Markdown files, a headless CMS like Contentful or WordPress, or a REST or GraphQL API. Use source plugins to load your data, then develop using Gatsby’s uniform GraphQL interface.

  • Performance Is Baked In. Ace your performance audits by default. Gatsby automates code splitting, image optimization, inlining critical styles, lazy-loading, prefetching resources, and more to ensure your site is fast — no manual tuning required.

  • Host at Scale for Pennies. Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on Gatsby Cloud and other similar services.

Learn how to use Gatsby for your next project.

What’s In This Document

🚀 Get Up and Running in 5 Minutes

You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:

  1. Install the Gatsby CLI.

    npm install -g gatsby-cli
  2. Create a Gatsby site from a Gatsby starter.

    Get your Gatsby blog set up in a single command:

    # Create a new Gatsby site using the interactive setup wizard
    # Give it this name: My Gatsby site
    gatsby new
  3. Start the site in develop mode.

    Next, move into your new site’s directory and start it up:

    cd my-gatsby-site/
    gatsby develop
  4. Open the source code and start editing!

    Your site is now running at http://localhost:8000. Open the my-gatsby-site directory in your code editor of choice and edit src/pages/index.js. Save your changes, and the browser will update in real time!

At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our plugins and the official tutorial.

🎓 Learning Gatsby

Full documentation for Gatsby lives on the website.

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples head to our documentation. In particular, check out the “How-to Guides”, “Reference”, and “Conceptual Guides” sections in the sidebar.

We welcome suggestions for improving our docs. See the “how to contribute” documentation for more details.

Start Learning Gatsby: Follow the Tutorial · Read the Docs

💼 Migration Guides

Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v3 to your site without starting from scratch!

Code of Conduct

Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our Code of Conduct. Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪 💜

🤝 How to Contribute

Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community! 💪 💜

Check out our Contributing Guide for ideas on contributing and setup steps for getting our repositories up and running on your local machine.

A note on how this repository is organized

This repository is a monorepo managed using Lerna. This means there are multiple packages managed in this codebase, even though we publish them to NPM as separate packages.

Contributing to Gatsby v2

The maintenance window for Gatsby v2 closes on April 1, 2021.

  • During this maintenance window, we will continue to address reported bugs in Gatsby v2.
  • After the maintenance window closes, we will only accept critical security updates for Gatsby v2.

📝 License

Licensed under the MIT License.

💜 Thanks

Thanks goes out to all our many contributors creating plugins, starters, videos, and blog posts. And a special appreciation for our community members helping with issues and PRs, or answering questions on Discord and GitHub Discussions.

A big part of what makes Gatsby great is each and every one of you in the community. Your contributions enrich the Gatsby experience and make it better every day.

Comments
  • Error / page resources for / not found. Not rendering React

    Error / page resources for / not found. Not rendering React

    Description

    I'm having multiple Bugsnag reports from Safari and Mobile Safari (various versions and browsers) of this error in .cache/production-app.js in publicLoader.loadPage:

    Capture d'écran 2019-11-19 12 20 44

    Steps to reproduce

    I don't see this Error in my macOS Safari. Website is https://lebikini.com

    Expected result

    No error

    Actual result

    An error

    Environment

    
      System:
        OS: macOS 10.14.6
        CPU: (8) x64 Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
        Shell: 5.3 - /bin/zsh
      Binaries:
        Node: 10.15.3 - ~/.nvm/versions/node/v10.15.3/bin/node
        Yarn: 1.19.0 - /usr/local/bin/yarn
        npm: 6.12.0 - ~/.nvm/versions/node/v10.15.3/bin/npm
      Languages:
        Python: 2.7.16 - /usr/local/bin/python
      Browsers:
        Chrome: 78.0.3904.97
        Firefox: 70.0
        Safari: 13.0.3
      npmPackages:
        gatsby: ^2.17.13 => 2.17.13
        gatsby-image: ^2.2.32 => 2.2.32
        gatsby-plugin-google-analytics: ^2.1.26 => 2.1.26
        gatsby-plugin-manifest: ^2.2.27 => 2.2.27
        gatsby-plugin-netlify: ^2.1.24 => 2.1.24
        gatsby-plugin-react-helmet: ^3.1.14 => 3.1.14
        gatsby-plugin-sharp: ^2.2.38 => 2.2.38
        gatsby-plugin-styled-components: ^3.1.12 => 3.1.12
        gatsby-plugin-typescript: ^2.1.17 => 2.1.17
        gatsby-source-filesystem: ^2.1.36 => 2.1.36
        gatsby-transformer-sharp: ^2.3.4 => 2.3.4
    

    Related: https://github.com/gatsbyjs/gatsby/issues/15080

    type: bug status: confirmed 
    opened by antoinerousseau 175
  • [gatsby-source-wordpress] Large WordPress site causing extremely slow build time (stuck at 'source and transform nodes')

    [gatsby-source-wordpress] Large WordPress site causing extremely slow build time (stuck at 'source and transform nodes')

    Description

    gatsby develop hangs on source and transform nodes after querying a large WordPress installation (~9000 posts, ~35 pages).

    Is there any guides as to what's too big for Gatsby to handle in this regards?

    Environment

      System:
        OS: macOS High Sierra 10.13.6
        CPU: x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
        Shell: 3.2.57 - /bin/bash
      Binaries:
        Node: 8.10.0 - ~/n/bin/node
        Yarn: 1.5.1 - ~/n/bin/yarn
        npm: 5.6.0 - ~/n/bin/npm
      Browsers:
        Chrome: 67.0.3396.99
        Safari: 11.1.2
      npmPackages:
        gatsby: ^1.9.273 => 1.9.273
        gatsby-image: ^1.0.54 => 1.0.54
        gatsby-link: ^1.6.45 => 1.6.45
        gatsby-plugin-google-analytics: ^1.0.27 => 1.0.31
        gatsby-plugin-postcss-sass: ^1.0.22 => 1.0.22
        gatsby-plugin-react-helmet: ^2.0.10 => 2.0.11
        gatsby-plugin-react-next: ^1.0.11 => 1.0.11
        gatsby-plugin-resolve-src: 1.1.3 => 1.1.3
        gatsby-plugin-sharp: ^1.6.48 => 1.6.48
        gatsby-plugin-svgr: ^1.0.1 => 1.0.1
        gatsby-source-filesystem: ^1.5.39 => 1.5.39
        gatsby-source-wordpress: ^2.0.93 => 2.0.93
        gatsby-transformer-sharp: ^1.6.27 => 1.6.27
      npmGlobalPackages:
        gatsby-cli: 1.1.58
    

    edit: Just want to reiterate—this is not something easily fixable by deleted .cache/, .node_modules, etc. If that resolves your problem, you weren't experiencing this issue.

    opened by dustinhorton 156
  • [bug] ☂️ umbrella issue for schema customization issues

    [bug] ☂️ umbrella issue for schema customization issues

    This is a meta issue for all the issues with 2.2.0, that were introduced by the schema refactoring.

    What?

    See the blog post for the details about why we did the refactoring and what's it all about.

    See the release blog post for release notes and final updates.

    How?

    Install latest version of Gatsby and try running your site. Hopefully it will all just work. If you want, you could also try the two new APIs (createTypes and createResolvers).

    yarn add gatsby
    

    Changelog

    [email protected]

    • Published

    [email protected]

    • Moved to explicit directives instead of addResolver

    [email protected]

    • Master back merge, upgrade graphql-compose

    [email protected]

    • See #13028

    [email protected]

    • :champagne:

    [email protected]

    • Fixed a regression when empty strings mixed with dates cause stuff to not be intrepreted as dates

    [email protected]

    • merge latest master
    • docs update

    [email protected]

    • merge latest master
    • better SDL parse error messages

    [email protected]

    • fix regression in connection naming in case types are lowercase named

    [email protected]

    • Fixed custom scalars not having any filters
    • Added errors when trying to override Node interface or generated filter/sort types.

    [email protected]

    • Added a new convenience API modelled after graphql-compose. See using-type-definitions example.
    exports.sourceNodes = ({ actions, schema }) => {
      const { createTypes } = actions
      createTypes([
        schema.buildObjectType({
          name: `CommentJson`,
          fields: {
            text: `String!`,
            blog: {
              type: `BlogJson`,
              resolve(parent, args, context) {
                return context.nodeModel.getNodeById({
                  id: parent.author,
                  type: `BlogJson`,
                })
              },
            },
            author: {
              type: `AuthorJson`,
              resolve(parent, args, context) {
                return context.nodeModel.getNodeById({
                  id: parent.author,
                  type: `AuthorJson`,
                })
              },
            },
          },
          interfaces: [`Node`],
        }),
      ])
    }
    

    [email protected]

    • Fixed regression with Node id field not being a String, like in current master.
    • Upgraded to [email protected]
    • FilterInput types are now not prefixed by output type, reducing proliferation of types

    [email protected]

    • Fixed issue with pagination over null query results
    • @dontInfer(noDefaultResolvers: false) actually works
    • in createResolvers resolvers info.originalResolver is available even if there is no resolver on original field

    [email protected]

    • Redone alpha version with proper release version
    • Fix Node types without actual nodes not being added

    [email protected]

    • Initial alpha
    topic: GraphQL 
    opened by freiksenet 131
  • Gatsby logo/branding

    Gatsby logo/branding

    Gatsby is awesome!

    Has been a while that I'm familiar with the project and I think it needs an equivalent awesome logo. Today I've seen this on Hacker News and I think it could be a nice spark for this discussion.

    @KyleAMathews do you have any ideas in mind?

    opened by cusspvz 129
  • Worse performance results with Lighthouse v6 (?)

    Worse performance results with Lighthouse v6 (?)

    Just wondering whether there is some information that could be of use here, since I've found in my sites a significant worsening of lighthouse results when comparing lighthouse v5.6 vs the new 6.0 (https://lighthouse-metrics.com/)

    In a complex site (of mine) it goes (performance-wise) from a ~90 to ~50 In a simple starter (of mine) it lowers from ~98 to ~80

    This doesn't happen in starters such as https://gatsby-starter-default-demo.netlify.app/ or https://gatsby-v2-perf.netlify.app/

    But it does happen to www.gatsbyjs.org (from ~98 to ~73) or to https://theme-ui.com (from ~90 to ~75)

    Since I spent some time achieving 98-100 punctuations in my code (which made me very happy), I kind of feel I don't have a lot of room for improvement (probably I do have), so I've thought I might ask here if there's something going on

    Thanks

    type: question or discussion topic: performance 
    opened by kuworking 123
  • gatsby-plugin-react-helmet orders the components too late in <head>

    gatsby-plugin-react-helmet orders the components too late in

    Description

    When I use gatsby-plugin-react-helmet I notice that the <Helmet /> components come way too late in the head tag. I have noticed that on occasion for instance Facebook does not always parse the og tags if they come too late in the head.

    Steps to reproduce

    Just use <Helmet />, and notice in the static output files there is a lot of CSS related stuff etc. above the helmet tag in the <head>.

    Expected result

    Helmet tags should be prioritised when doing the <head /> tag.

    Workaround

    Currently there is easy workaround, but I consider that gatsby's default is broken. We should not need workaround for this.

    gatsby-ssr.js

    var React = require("react");
    
    // Hack, to reorder the helmet components as first in <head> tag
    exports.onPreRenderHTML = ({ getHeadComponents, replaceHeadComponents }) => {
        /**
         * @type {any[]} headComponents
         */
        const headComponents = getHeadComponents();
    
        headComponents.sort((a, b) => {
            if (a.props && a.props["data-react-helmet"]) {
                return 0;
            }
            return 1;
        });
        replaceHeadComponents(headComponents);
    };
    
    help wanted type: feature or enhancement 
    opened by Ciantic 122
  • [gatsby-plugin-offline] [gatsby/cache-dir] Fix various offline and caching issues

    [gatsby-plugin-offline] [gatsby/cache-dir] Fix various offline and caching issues

    Changes made:

    • <div> is replaced with <span> in gatsby-plugin-offline's app-shell.js to prevent an edge case in Chrome, where the the outer element's class attribute is unset despite its className being set in the VDOM, if the page was loaded from the offline shell.
    • A call to getResourcesForPathname was fixed - previously this prevented later code from calling since Promise.all(pathnameResources) would never resolve.
    • Styles are now searched as well as scripts when caching resources, and these are all cached regardless of whether they are included in pageResources.
    • Styles are also now searched in get-resources-from-html.js.
    • The offline shell and custom 404 page are now also scanned for resources when considering critical file paths.
      • get-resources-from-html.js is modified so that if a custom 404 page doesn't exist, an empty array will be returned.
    • A glob for Webpack chunks is added to the precache options, as these are sometimes loaded from other chunks and therefore not detected by getResourcesFromHTML, causing errors to occur when trying to navigate to another page when offline (if they haven't all been cached).
    • The navigateFallbackWhitelist regex is modified to prevent loading the offline shell if the URL ends with ?no-cache=1 or &no-cache=1.
    • sw.js is patched to include search queries when matching URLs against navigateFallbackWhitelist. Unfortunately I couldn't find any options to enable this, so patching appears to be the only way until a change is made upstream.
      • An error is thrown asking the user to report an issue if the patch fails - this will cause the build to fail, but will avoid confusion in the long run if the patch stops working.
      • I checked the ignoreUrlParametersMatching options, but it's for ignoring differences, e.g. between /page/ and /page/?utm_source=github, not for disabling caching or fallback.
    • JSON and CSS resources are cached at runtime.
    • page-renderer.js now checks for this.state.pageResources.json, since errors were previously occurring even when this.state.pageResources existed due to the missing JSON data.
    • When a page isn't found, an attempt is made to load it directly, in order to display a proper error message, i.e. 404 or offline error, or simply load it directly if it's available online (e.g. /admin/ for CMS, which is not directly part of Gatsby).
    • A clause has been added to an if statement in production-app.js to prevent the 404 showing until an attempt has been made to load the page directly
      • #7268 had actually broken support for static pages (e.g. Netlify CMS at /admin/) since the service worker would be unable to find the page from Gatsby and show a 404
    • onServiceWorkerInstalled is now delayed by 100ms, since it was being called before the fetch event listeners were added, thus preventing resources from being cached. Unfortunately I couldn't find a programmatic way to do this (other than more patching of sw.js, which is less than ideal).
      • It might be worth increasing this to 500ms, since at 100ms it could still fail for more complex sites (despite working at as low as 20ms in local testing). Thoughts?
    • checkIfDoingInitialRenderForSW is removed from loader.js as it was causing the SW to be removed when navigating to a nonexistent page, even if the website had not been updated, causing it to stop working offline entirely - regardless, it is no longer needed with the other changes made.
    • README for gatsby-plugin-offline is updated to match the latest default options.

    Closes #6212, Closes #7053, Closes #6688, possibly others

    opened by valerie-makes 115
  • Missing resources for /

    Missing resources for /

    Summary

    Periodically on my production site I'm seeing the following error;

    Error: Missing resources for /
      at render(./.cache/ensure-resources.js:133:17)
      at Sg(./node_modules/react-dom/cjs/react-dom.production.min.js:169:129)
      at Hh(./node_modules/react-dom/cjs/react-dom.production.min.js:214:16)
      at Ih(./node_modules/react-dom/cjs/react-dom.production.min.js:215:274)
      at ji(./node_modules/react-dom/cjs/react-dom.production.min.js:230:233)
      at ki(./node_modules/react-dom/cjs/react-dom.production.min.js:229:143)
      at Fh(./node_modules/react-dom/cjs/react-dom.production.min.js:226:196)
      at bg(./node_modules/react-dom/cjs/react-dom.production.min.js:224:28)
      at qi(./node_modules/react-dom/cjs/react-dom.production.min.js:243:14)
      at render(./node_modules/react-dom/cjs/react-dom.production.min.js:251:109)
      at oi(./node_modules/react-dom/cjs/react-dom.production.min.js:254:364)
      at Ai(./node_modules/react-dom/cjs/react-dom.production.min.js:254:350)
      at apply(./.cache/production-app.js:114:7)
      at r(./node_modules/@sentry/browser/dist/index.js:3114:1)
    

    It seems like sometimes this causes the site to not render at all and just show a blank page.

    Relevant information

    You can see the trace on Sentry here

    Environment (if relevant)

    This is the env on which the site is built;

      System:
        OS: macOS High Sierra 10.13.2
        CPU: x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
        Shell: 5.3 - /bin/zsh
      Binaries:
        Node: 8.11.1 - ~/.nvm/versions/node/v8.11.1/bin/node
        Yarn: 1.9.4 - ~/.nvm/versions/node/v8.11.1/bin/yarn
        npm: 6.4.1 - ~/.nvm/versions/node/v8.11.1/bin/npm
      Browsers:
        Chrome: 71.0.3578.98
        Safari: 11.0.2
      npmPackages:
        gatsby: ^2.0.19 => 2.0.72
        gatsby-image: ^2.0.15 => 2.0.20
        gatsby-plugin-create-client-paths: ^2.0.2 => 2.0.2
        gatsby-plugin-google-gtag: ^1.0.8 => 1.0.8
        gatsby-plugin-manifest: ^2.0.5 => 2.0.10
        gatsby-plugin-offline: ^2.0.11 => 2.0.17
        gatsby-plugin-page-transitions: ^1.0.7 => 1.0.7
        gatsby-plugin-react-helmet: ^3.0.0 => 3.0.2
        gatsby-plugin-sharp: ^2.0.18 => 2.0.18
        gatsby-plugin-stripe-elements: ^1.0.9 => 1.0.9
        gatsby-plugin-twitter: ^2.0.8 => 2.0.8
        gatsby-source-filesystem: ^2.0.4 => 2.0.12
        gatsby-transformer-sharp: ^2.1.12 => 2.1.12
      npmGlobalPackages:
        gatsby-cli: 2.0.0-rc.1
        gatsby-plugin-countly: 0.2.0
    

    No idea where to start with debugging this so any help is appreciated!

    type: question or discussion status: needs reproduction 
    opened by Jivings 112
  • error UNHANDLED EXCEPTION write EPIPE while running on Netlify

    error UNHANDLED EXCEPTION write EPIPE while running on Netlify

    Preliminary Checks

    • [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
    • [X] This issue is not a question, feature request, RFC, or anything other than a bug report directly related to Gatsby. Please post those things in GitHub Discussions: https://github.com/gatsbyjs/gatsby/discussions

    Description

    When trying to run Gatsby latest 4.9.1 I get this error

    4:35:23 PM: success write out requires - 0.005s
    4:36:27 PM: success Building production JavaScript and CSS bundles - 63.377s
    4:37:03 PM: success Building HTML renderer - 36.060s
    4:37:03 PM: success Execute page configs - 0.380s
    4:37:03 PM: success Caching Webpack compilations - 0.001s
    4:37:03 PM: error (node:2227) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 end listeners added to [PassThrough]. Use emitter.setMaxListeners() to increase limit
    4:37:03 PM: (Use `node --trace-warnings ...` to show where the warning was created)
    4:37:07 PM: success run queries in workers - 3.599s - 37/37 10.28/s
    4:37:09 PM: success Running gatsby-plugin-sharp.IMAGE_PROCESSING jobs - 120.528s - 5/5 0.04/s
    4:37:09 PM: error UNHANDLED EXCEPTION write EPIPE
    4:37:09 PM: 
    4:37:09 PM: 
    4:37:09 PM:   Error: write EPIPE
    4:37:09 PM:   
    4:37:09 PM:   - child_process:864 ChildProcess.target._send
    4:37:09 PM:     node:internal/child_process:864:20
    4:37:09 PM:   
    4:37:09 PM:   - child_process:737 ChildProcess.target.send
    4:37:09 PM:     node:internal/child_process:737:19
    4:37:09 PM:   
    4:37:09 PM:   - index.js:291 WorkerPool.sendMessage
    4:37:09 PM:     [repo]/[gatsby-worker]/dist/index.js:291:19
    4:37:09 PM:   
    4:37:09 PM:   - worker-messaging.ts:22 
    4:37:09 PM:     [repo]/[gatsby]/src/utils/jobs/worker-messaging.ts:22:22
    4:37:09 PM:   
    4:37:09 PM: 
    4:37:09 PM: not finished Merge worker state - 0.058s
    4:37:09 PM: error Command failed with exit code 1.
    4:37:09 PM: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
    4:37:09 PM: ​
    4:37:09 PM: ────────────────────────────────────────────────────────────────
    4:37:09 PM:   "build.command" failed                                        
    4:37:09 PM: ────────────────────────────────────────────────────────────────
    4:37:09 PM: ​
    4:37:09 PM:   Error message
    4:37:09 PM:   Command failed with exit code 1: yarn postinstall && yarn build:incremental
    4:37:09 PM: ​
    4:37:09 PM:   Error location
    4:37:09 PM:   In build.command from netlify.toml:
    4:37:09 PM:   yarn postinstall && yarn build:incremental
    4:37:09 PM:
    

    I cleared my Netlify cache before running this and this seems like a new issue as per https://github.com/gatsbyjs/gatsby/issues/33738#issuecomment-1055595579

    Reproduction Link

    tbd

    Steps to Reproduce

    Following steps outlined here: https://github.com/gatsbyjs/gatsby/issues/33738

    Expected Result

    For the site to build as it normally did before I updated packages.

    Actual Result

    Consistently fails

    Environment

    System:
        OS: macOS 12.0.1
        CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
        Shell: 5.8 - /bin/zsh
      Binaries:
        Node: 17.4.0 - /var/folders/tb/qb7x5sw53vngt06y9g92csn80000gp/T/yarn--1646432031346-0.9788514151471666/node
        Yarn: 1.22.17 - /var/folders/tb/qb7x5sw53vngt06y9g92csn80000gp/T/yarn--1646432031346-0.9788514151471666/yarn
        npm: 8.3.1 - ~/.nvm/versions/node/v17.4.0/bin/npm
      Languages:
        Python: 2.7.18 - /usr/bin/python
      Browsers:
        Chrome: 99.0.4844.51
        Safari: 15.1
    

    Config Flags

    GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true

    Links/References

    https://answers.netlify.com/t/error-unhandled-exception-write-epipe/52650 https://answers.netlify.com/t/gatsby-v4-works-locally-but-timed-out-on-netlify/46339/2 https://answers.netlify.com/t/gatsby-v4-works-locally-but-timed-out-on-netlify/46339/21

    type: bug status: confirmed topic: media 
    opened by wahidshafique 103
  • Errors when processing large(ish) numbers of images with gatsby-plugin-sharp

    Errors when processing large(ish) numbers of images with gatsby-plugin-sharp

    Description

    I'm processing around 1500 images with gatsby-plugin-sharp/gatsby-transformer-sharp and GraphQL, to display with gatsby-image as per this page in the docs.

    For smaller numbers of images I have had no issues, but now that I'm processing 1500 images the build randomly fails with the following error:

    (sharp:104): GLib-GObject-WARNING **: 09:35:11.293: gtype.c:4265: type id '0' is invalid
    
    (sharp:104): GLib-GObject-WARNING **: 09:35:11.293: can't peek value table for type '<invalid>' which is not currently referenced
    
    (sharp:104): GLib-GObject-WARNING **: 09:35:11.293: gvalue.c:188: cannot initialize GValue with type '(null)', this type has no GTypeValueTable implementation
    
    (sharp:104): GLib-GObject-CRITICAL **: 09:35:11.293: g_value_transform: assertion 'G_IS_VALUE (src_value)' failed
    Received 'segmentation fault' signal
    

    This happens during the "Generating image thumbnails" step in the build process and it occurs apparently randomly (sometimes 10% of the way through the images, sometimes at 80%, sometimes not at all). Therefore I do not believe it is caused by a "faulty image".

    type: bug type: upstream 
    opened by jp887 102
  • Gatsby t-shirt design contest

    Gatsby t-shirt design contest

    Who wants to design a Gatsby t-shirt!?!

    We have $1240 available on OpenCollective that seems like it needs turned into t-shirts :-)

    But to do that we need a design. So please submit some designs! If you submit the design that gets picked, I'll send you 3 t-shirts.

    I'm also going to send t-shirts to all the 1.0 contributors.

    What's the best t-shirt printing place these days? Ideally they'd be a print on-demand place so people could buy Gatsby shirts for themselves.

    type: question or discussion stale? 
    opened by KyleAMathews 101
  • chore(deps): update dependency aws-sdk to ^2.1285.0

    chore(deps): update dependency aws-sdk to ^2.1285.0

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | aws-sdk | ^2.1185.0 -> ^2.1285.0 | age | adoption | passing | confidence |


    Release Notes

    aws/aws-sdk-js

    v2.1285.0

    Compare Source

    • feature: EMR: Added GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters with runtime roles and AWS Lake Formation-based access control for Apache Spark, Apache Hive, and Presto queries.
    • feature: SecretsManager: Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.
    • feature: Wisdom: This release extends Wisdom CreateContent and StartContentUpload APIs to support PDF and MicrosoftWord docx document uploading.

    v2.1284.0

    Compare Source

    • feature: ElastiCache: This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
    • feature: NetworkFirewall: AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.
    • feature: RDS: This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
    • feature: Route53RecoveryControlConfig: Added support for Python paginators in the route53-recovery-control-config List* APIs.

    v2.1283.0

    Compare Source

    • feature: MemoryDB: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
    • feature: Transfer: Add additional operations to throw ThrottlingExceptions

    v2.1282.0

    Compare Source

    • feature: Connect: Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
    • feature: ConnectParticipant: Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.
    • feature: Detective: This release adds a missed AccessDeniedException type to several endpoints.
    • feature: FSx: Fix a bug where a recent release might break certain existing SDKs.
    • feature: Inspector2: Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes.

    v2.1281.0

    Compare Source

    • feature: ComputeOptimizer: This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for ecs services running on Fargate.
    • feature: Connect: Amazon Connect Chat introduces the Idle Participant/Autodisconnect feature, which allows users to set timeouts relating to the activity of chat participants, using the new UpdateParticipantRoleConfig API.
    • feature: IotDeviceAdvisor: This release adds the following new features: 1) Documentation updates for IoT Device Advisor APIs. 2) Updated required request parameters for IoT Device Advisor APIs. 3) Added new service feature: ability to provide the test endpoint when customer executing the StartSuiteRun API.
    • feature: KinesisVideoWebRTCStorage: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
    • feature: RDS: Add support for managing master user password in AWS Secrets Manager for the DBInstance and DBCluster.

    v2.1280.0

    Compare Source

    • feature: Connect: Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.
    • feature: ConnectParticipant: Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.
    • feature: LicenseManagerLinuxSubscriptions: AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program.
    • feature: Macie2: This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class.
    • feature: SageMaker: This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains
    • feature: Scheduler: Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name.
    • feature: Transfer: This release adds support for Decrypt as a workflow step type.

    v2.1279.0

    Compare Source

    • feature: Batch: Adds isCancelled and isTerminated to DescribeJobs response.
    • feature: EC2: Adds support for pagination in the EC2 DescribeImages API.
    • feature: LookoutEquipment: This release adds support for listing inference schedulers by status.
    • feature: MediaLive: This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
    • feature: Nimble: Amazon Nimble Studio now supports configuring session storage volumes and persistence, as well as backup and restore sessions through launch profiles.
    • feature: ResourceExplorer2: Documentation updates for AWS Resource Explorer.
    • feature: Route53Domains: Use Route 53 domain APIs to change owner, create/delete DS record, modify IPS tag, resend authorization. New: AssociateDelegationSignerToDomain, DisassociateDelegationSignerFromDomain, PushDomain, ResendOperationAuthorization. Updated: UpdateDomainContact, ListOperations, CheckDomainTransferability.
    • feature: SageMaker: Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
    • feature: TranscribeService: Enable our batch transcription jobs for Swedish and Vietnamese.

    v2.1278.0

    Compare Source

    • feature: Athena: Add missed InvalidRequestException in GetCalculationExecutionCode,StopCalculationExecution APIs. Correct required parameters (Payload and Type) in UpdateNotebook API. Change Notebook size from 15 Mb to 10 Mb.
    • feature: ECS: This release adds support for alarm-based rollbacks in ECS, a new feature that allows customers to add automated safeguards for Amazon ECS service rolling updates.
    • feature: KinesisVideo: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
    • feature: KinesisVideoWebRTCStorage: Amazon Kinesis Video Streams offers capabilities to stream video and audio in real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can use our enhanced WebRTC SDK and cloud APIs to enable real-time streaming, as well as media ingestion to the cloud.
    • feature: RDS: Add support for --enable-customer-owned-ip to RDS create-db-instance-read-replica API for RDS on Outposts.
    • feature: SageMaker: AWS Sagemaker - Sagemaker Images now supports Aliases as secondary identifiers for ImageVersions. SageMaker Images now supports additional metadata for ImageVersions for better images management.

    v2.1277.0

    Compare Source

    • feature: Appflow: This release updates the ListConnectorEntities API action so that it returns paginated responses that customers can retrieve with next tokens.
    • feature: DataSync: AWS DataSync now supports the use of tags with task executions. With this new feature, you can apply tags each time you execute a task, giving you greater control and management over your task executions.
    • feature: IoTFleetWise: Updated error handling for empty resource names in "UpdateSignalCatalog" and "GetModelManifest" operations.
    • feature: SageMaker: AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job.

    v2.1276.0

    Compare Source

    • feature: BackupGateway: This release adds support for VMware vSphere tags, enabling customer to protect VMware virtual machines using tag-based policies for AWS tags mapped from vSphere tags. This release also adds support for customer-accessible gateway-hypervisor interaction log and upload bandwidth rate limit schedule.
    • feature: Connect: Added support for "English - New Zealand" and "English - South African" to be used with Amazon Connect Custom Vocabulary APIs.
    • feature: ECS: This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs.
    • feature: EKS: Add support for Windows managed nodes groups.
    • feature: Glue: This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against.
    • feature: Kinesis: Updates API to latest version.
    • feature: M2: Adds an optional create-only KmsKeyId property to Environment and Application resources.
    • feature: SageMaker: SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC.
    • feature: SecurityHub: Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup.
    • feature: Translate: Raised the input byte size limit of the Text field in the TranslateText API to 10000 bytes.

    v2.1275.0

    Compare Source

    • feature: CloudWatch: Adding support for Metrics Insights Alarms
    • feature: CostExplorer: This release supports percentage-based thresholds on Cost Anomaly Detection alert subscriptions.
    • feature: NetworkManager: Appliance Mode support for AWS Cloud WAN.
    • feature: RedshiftData: This release adds a new --client-token field to ExecuteStatement and BatchExecuteStatement operations. Customers can now run queries with the additional client token parameter to ensures idempotency.

    v2.1274.0

    Compare Source

    • feature: CloudTrail: Merging mainline branch for service model into mainline release branch. There are no new APIs.
    • feature: RDS: This deployment adds ClientPasswordAuthType field to the Auth structure of the DBProxy.

    v2.1273.0

    Compare Source

    • feature: CustomerProfiles: This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
    • feature: EC2: This release updates DescribeFpgaImages to show supported instance types of AFIs in its response.
    • feature: KinesisVideo: This release adds support for public preview of Kinesis Video Stream at Edge enabling customers to provide configuration for the Kinesis Video Stream EdgeAgent running on an on-premise IoT device. Customers can now locally record from cameras and stream videos to the cloud on configured schedule.
    • feature: MigrationHubRefactorSpaces: This release adds support for Lambda alias service endpoints. Lambda alias ARNs can now be passed into CreateService.
    • feature: RDS: Update the RDS API model to support copying option groups during the CopyDBSnapshot operation
    • feature: Rekognition: Adds support for "aliases" and "categories", inclusion and exclusion filters for labels and label categories, and aggregating labels by video segment timestamps for Stored Video Label Detection APIs.
    • feature: SageMakerMetrics: This release introduces support SageMaker Metrics APIs.

    v2.1272.0

    Compare Source

    • feature: IoTFleetWise: Deprecated assignedValue property for actuators and attributes. Added a message to invalid nodes and invalid decoder manifest exceptions.
    • feature: MediaLive: Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
    • feature: MediaPackageVod: This release provides the approximate number of assets in a packaging group.

    v2.1271.0

    Compare Source

    • feature: AutoScaling: Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API.
    • feature: IoTTwinMaker: This release adds the following new features: 1) New APIs for managing a continuous sync of assets and asset models from AWS IoT SiteWise. 2) Support user friendly names for component types (ComponentTypeName) and properties (DisplayName).
    • feature: MigrationHubStrategy: This release adds known application filtering, server selection for assessments, support for potential recommendations, and indications for configuration and assessment status. For more information, see the AWS Migration Hub documentation at https://docs.aws.amazon.com/migrationhub/index.html

    v2.1270.0

    Compare Source

    • feature: CloudFront: Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
    • feature: CostExplorer: This release adds the LinkedAccountName field to the GetAnomalies API response under RootCause
    • feature: EKS: Adds support for EKS add-ons configurationValues fields and DescribeAddonConfiguration function

    v2.1269.0

    Compare Source

    • feature: Billingconductor: This release adds the Tiering Pricing Rule feature.
    • feature: Connect: This release provides APIs that enable you to programmatically manage rules for Contact Lens conversational analytics and third party applications. For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/rules-api.html
    • feature: DynamoDB: Endpoint Ruleset update: Use http instead of https for the "local" region.
    • feature: DynamoDBStreams: Endpoint Ruleset update: Use http instead of https for the "local" region.
    • feature: RDS: This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.
    • feature: SageMakerFeatureStoreRuntime: For online + offline Feature Groups, added ability to target PutRecord and DeleteRecord actions to only online store, or only offline store. If target store parameter is not specified, actions will apply to both stores.

    v2.1268.0

    Compare Source

    • feature: CostExplorer: This release introduces two new APIs that offer a 1-click experience to refresh Savings Plans recommendations. The two APIs are StartSavingsPlansPurchaseRecommendationGeneration and ListSavingsPlansPurchaseRecommendationGeneration.
    • feature: EC2: Documentation updates for EC2.
    • feature: Ivschat: Adds PendingVerification error type to messaging APIs to block the resource usage for accounts identified as being fraudulent.
    • feature: RDS: This release adds the InvalidDBInstanceStateFault to the RestoreDBClusterFromSnapshot operation.
    • feature: TranscribeService: Amazon Transcribe now supports creating custom language models in the following languages: Japanese (ja-JP) and German (de-DE).

    v2.1267.0

    Compare Source

    • feature: AppSync: Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. "/v1/dataplane-evaluatecode").
    • feature: FMS: AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.
    • feature: MediaConvert: The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
    • feature: MediaLive: Updates to Event Signaling and Management (ESAM) API and documentation.
    • feature: Polly: Add language code for Finnish (fi-FI)
    • feature: Proton: CreateEnvironmentAccountConnection RoleArn input is now optional
    • feature: RedshiftServerless: Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.

    v2.1266.0

    Compare Source

    • feature: CodeCatalyst: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.
    • feature: Comprehend: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).
    • feature: GameLift: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
    • feature: Pipes: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)
    • feature: StepFunctions: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.
    • feature: codecatalyst: add codecatalyst to region config

    v2.1265.0

    Compare Source

    • feature: AccessAnalyzer: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.
    • feature: Athena: This release includes support for using Apache Spark in Amazon Athena.
    • feature: DataExchange: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.
    • feature: DocDBElastic: Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources
    • feature: Glue: This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
    • feature: S3Control: Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket.
    • feature: SageMaker: Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart.
    • feature: SageMakerGeospatial: This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models.

    v2.1264.0

    Compare Source

    • bugfix: Token: Export Token types from core.d.ts
    • feature: EC2: This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
    • feature: Firehose: Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
    • feature: KMS: AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
    • feature: Omics: Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare.
    • feature: OpenSearchServerless: Publish SDK for Amazon OpenSearch Serverless
    • feature: SecurityLake: Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data
    • feature: SimSpaceWeaver: AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver

    v2.1263.0

    Compare Source

    • bugfix: event_listeners: differentiate identity type in VALIDATE_CREDENTIALS listener
    • bugfix: region_config: Set signatureVersion to bearer explcitly when defined in service API
    • feature: ARCZonalShift: Amazon Route 53 Application Recovery Controller Zonal Shift is a new service that makes it easy to shift traffic away from an Availability Zone in a Region. See the developer guide for more information: https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html
    • feature: ComputeOptimizer: Adds support for a new recommendation preference that makes it possible for customers to optimize their EC2 recommendations by utilizing an external metrics ingestion service to provide metrics.
    • feature: ConfigService: With this release, you can use AWS Config to evaluate your resources for compliance with Config rules before they are created or updated. Using Config rules in proactive mode enables you to test and build compliant resource templates or check resource configurations at the time they are provisioned.
    • feature: EC2: Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions.
    • feature: EKS: Adds support for additional EKS add-ons metadata and filtering fields
    • feature: FSx: This release adds support for 4GB/s / 160K PIOPS FSx for ONTAP file systems and 10GB/s / 350K PIOPS FSx for OpenZFS file systems (Single_AZ_2). For FSx for ONTAP, this also adds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table updates.
    • feature: Glue: This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK.
    • feature: Inspector2: This release adds support for Inspector to scan AWS Lambda.
    • feature: Lambda: Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs
    • feature: LicenseManagerUserSubscriptions: AWS now offers fully-compliant, Amazon-provided licenses for Microsoft Office Professional Plus 2021 Amazon Machine Images (AMIs) on Amazon EC2. These AMIs are now available on the Amazon EC2 console and on AWS Marketplace to launch instances on-demand without any long-term licensing commitments.
    • feature: Macie2: Added support for configuring Macie to continually sample objects from S3 buckets and inspect them for sensitive data. Results appear in statistics, findings, and other data that Macie provides.
    • feature: QuickSight: This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates.
    • feature: S3Control: Added two new APIs to support Amazon S3 Multi-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAccessPointRoutes. The failover control APIs are supported in the following Regions: us-east-1, us-west-2, eu-west-1, ap-southeast-2, and ap-northeast-1.
    • feature: SecurityHub: Adding StandardsManagedBy field to DescribeStandards API response

    v2.1262.0

    Compare Source

    • bugfix: ResourceExplorer2: Add dualstack by default for FIPS
    • bugfix: Signer: Set Authorization header correctly in Bearer Signer
    • bugfix: Signer: Read identity type from service.api.signatureVersion
    • feature: Backup: AWS Backup introduces support for legal hold and application stack backups. AWS Backup Audit Manager introduces support for cross-Region, cross-account reports.
    • feature: CloudWatch: Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field.
    • feature: CloudWatchLogs: Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability
    • feature: Drs: Non breaking changes to existing APIs, and additional APIs added to support in-AWS failing back using AWS Elastic Disaster Recovery.
    • feature: ECS: This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API.
    • feature: EFS: This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules.
    • feature: Endpoint: Add pattern global dualstack by default
    • feature: IoTWireless: This release includes a new feature for customers to calculate the position of their devices by adding three new APIs: UpdateResourcePosition, GetResourcePosition, and GetPositionEstimate.
    • feature: Iot: Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action.
    • feature: IotData: This release adds support for MQTT5 properties to AWS IoT HTTP Publish API.
    • feature: Kendra: Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview.
    • feature: Mgn: This release adds support for Application and Wave management. We also now support custom post-launch actions.
    • feature: OAM: Amazon CloudWatch Observability Access Manager is a new service that allows configuration of the CloudWatch cross-account observability feature.
    • feature: Organizations: This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies.
    • feature: RDS: This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster.
    • feature: Textract: This release adds support for classifying and splitting lending documents by type, and extracting information by using the Analyze Lending APIs. This release also includes support for summarized information of the processed lending document package, in addition to per document results.
    • feature: TranscribeService: This release adds support for 'inputType' for post-call and real-time (streaming) Call Analytics within Amazon Transcribe.

    v2.1261.0

    Compare Source

    • feature: Grafana: This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings.
    • feature: Rbin: This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted.

    v2.1260.0

    Compare Source

    • feature: Appflow: Adding support for Amazon AppFlow to transfer the data to Amazon Redshift databases through Amazon Redshift Data API service. This feature will support the Redshift destination connector on both public and private accessible Amazon Redshift Clusters and Amazon Redshift Serverless.
    • feature: KinesisAnalyticsV2: Support for Apache Flink 1.15 in Kinesis Data Analytics.

    v2.1259.0

    Compare Source

    • feature: Route53: Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

    v2.1258.0

    Compare Source

    • bugfix: ssmsap: remove ssmsap client
    • feature: Appflow: AppFlow provides a new API called UpdateConnectorRegistration to update a custom connector that customers have previously registered. With this API, customers no longer need to unregister and then register a connector to make an update.
    • feature: AuditManager: This release introduces a new feature for Audit Manager: Evidence finder. You can now use evidence finder to quickly query your evidence, and add the matching evidence results to an assessment report.
    • feature: ChimeSDKVoice: Amazon Chime Voice Connector, Voice Connector Group and PSTN Audio Service APIs are now available in the Amazon Chime SDK Voice namespace. See https://docs.aws.amazon.com/chime-sdk/latest/dg/sdk-available-regions.html for more details.
    • feature: CloudFront: CloudFront API support for staging distributions and associated traffic management policies.
    • feature: Connect: Added AllowedAccessControlTags and TagRestrictedResource for Tag Based Access Control on Amazon Connect Webpage
    • feature: EC2: This release adds support for copying an Amazon Machine Image's tags when copying an AMI.
    • feature: Glue: AWSGlue Crawler - Adding support for Table and Column level Comments with database level datatypes for JDBC based crawler.
    • feature: IoTRoboRunner: AWS IoT RoboRunner is a new service that makes it easy to build applications that help multi-vendor robots work together seamlessly. See the IoT RoboRunner developer guide for more details on getting started. https://docs.aws.amazon.com/iotroborunner/latest/dev/iotroborunner-welcome.html
    • feature: QuickSight: This release adds the following: 1) Asset management for centralized assets governance 2) QuickSight Q now supports public embedding 3) New Termination protection flag to mitigate accidental deletes 4) Athena data sources now accept a custom IAM role 5) QuickSight supports connectivity to Databricks
    • feature: SageMaker: Added DisableProfiler flag as a new field in ProfilerConfig
    • feature: ServiceCatalog: This release 1. adds support for Principal Name Sharing with Service Catalog portfolio sharing. 2. Introduces repo sourced products which are created and managed with existing SC APIs. These products are synced to external repos and auto create new product versions based on changes in the repo.
    • feature: SsmSap: AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA.
    • feature: StepFunctions: This release adds support for using Step Functions service integrations to invoke any cross-account AWS resource, even if that service doesn't support resource-based policies or cross-account calls. See https://docs.aws.amazon.com/step-functions/latest/dg/concepts-access-cross-acct-resources.html
    • feature: Transfer: Adds a NONE encryption algorithm type to AS2 connectors, providing support for skipping encryption of the AS2 message body when a HTTPS URL is also specified.

    v2.1257.0

    Compare Source

    • feature: Amplify: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.
    • feature: AppSync: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.
    • feature: Appflow: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.
    • feature: DMS: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
    • feature: EC2: This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
    • feature: EMRServerless: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.
    • feature: Ivschat: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.
    • feature: Lambda: Add Node 18 (nodejs18.x) support to AWS Lambda.
    • feature: Personalize: This release provides support for creation and use of metric attributions in AWS Personalize
    • feature: Polly: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
    • feature: RUM: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.
    • feature: S3Control: Added 34 new S3 Storage Lens metrics to support additional customer use cases.
    • feature: SecurityHub: Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail
    • feature: ServiceCatalogAppRegistry: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.
    • feature: Textract: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API
    • feature: WorkSpaces: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.

    v2.1256.0

    Compare Source

    • feature: Billingconductor: This release adds a new feature BillingEntity pricing rule.
    • feature: CloudFormation: Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
    • feature: ComprehendMedical: This release supports new set of entities and traits. It also adds new category (BEHAVIORAL_ENVIRONMENTAL_SOCIAL).
    • feature: Connect: This release adds a new MonitorContact API for initiating monitoring of ongoing Voice and Chat contacts.
    • feature: EKS: Adds support for customer-provided placement groups for Kubernetes control plane instances when creating local EKS clusters on Outposts
    • feature: ElastiCache: for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0
    • feature: IoTTwinMaker: This release adds the following: 1) ExecuteQuery API allows users to query their AWS IoT TwinMaker Knowledge Graph 2) Pricing plan APIs allow users to configure and manage their pricing mode 3) Support for property groups and tabular property values in existing AWS IoT TwinMaker APIs.
    • feature: PersonalizeEvents: This release provides support for creation and use of metric attributions in AWS Personalize
    • feature: Proton: Add support for sorting and filtering in ListServiceInstances
    • feature: RDS: This release adds support for container databases (CDBs) to Amazon RDS Custom for Oracle. A CDB contains one PDB at creation. You can add more PDBs using Oracle SQL. You can also customize your database installation by setting the Oracle base, Oracle home, and the OS user name and group.
    • feature: SSM: This release adds support for cross account access in CreateOpsItem, UpdateOpsItem and GetOpsItem. It introduces new APIs to setup resource policies for SSM resources: PutResourcePolicy, GetResourcePolicies and DeleteResourcePolicy.
    • feature: SSMIncidents: Add support for PagerDuty integrations on ResponsePlan, IncidentRecord, and RelatedItem APIs
    • feature: Transfer: Allow additional operations to throw ThrottlingException
    • feature: XRay: This release adds new APIs - PutResourcePolicy, DeleteResourcePolicy, ListResourcePolicies for supporting resource based policies for AWS X-Ray.

    v2.1255.0

    Compare Source

    • feature: Connect: This release updates the APIs: UpdateInstanceAttribute, DescribeInstanceAttribute, and ListInstanceAttributes. You can use it to programmatically enable/disable enhanced contact monitoring using attribute type ENHANCED_CONTACT_MONITORING on the specified Amazon Connect instance.
    • feature: GreengrassV2: Adds new parent target ARN paramater to CreateDeployment, GetDeployment, and ListDeployments APIs for the new subdeployments feature.
    • feature: Route53: Amazon Route 53 now supports the Europe (Spain) Region (eu-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    • feature: SsmSap: AWS Systems Manager for SAP provides simplified operations and management of SAP applications such as SAP HANA. With this release, SAP customers and partners can automate and simplify their SAP system administration tasks such as backup/restore of SAP HANA.
    • feature: WorkSpaces: This release introduces ModifyCertificateBasedAuthProperties, a new API that allows control of certificate-based auth properties associated with a WorkSpaces directory. The DescribeWorkspaceDirectories API will now additionally return certificate-based auth properties in its responses.

    v2.1254.0

    Compare Source

    • feature: CustomerProfiles: This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators.
    • feature: LakeFormation: This release adds a new parameter "Parameters" in the DataLakeSettings.
    • feature: Proton: Add support for CodeBuild Provisioning
    • feature: RDS: This release adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or a Multi-AZ DB instance deployment.
    • feature: WorkDocs: Added 2 new document related operations, DeleteDocumentVersion and RestoreDocumentVersions.
    • feature: XRay: This release enhances GetServiceGraph API to support new type of edge to represent links between SQS and Lambda in event-driven applications.

    v2.1253.0

    Compare Source

    • feature: Iot: This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
    • feature: LicenseManager: AWS License Manager now supports onboarded Management Accounts or Delegated Admins to view granted licenses aggregated from all accounts in the organization.
    • feature: MarketplaceCatalog: Added three new APIs to support tagging and tag-based authorization: TagResource, UntagResource, and ListTagsForResource. Added optional parameters to the StartChangeSet API to support tagging a resource while making a request to create it.
    • feature: Rekognition: Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
    • feature: SSMIncidents: RelatedItems now have an ID field which can be used for referencing them else where. Introducing event references in TimelineEvent API and increasing maximum length of "eventData" to 12K characters.
    • feature: sso: use sso token provider in sso credentials if sso session is set in config

    v2.1252.0

    Compare Source

    • feature: EC2: This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.
    • feature: ECS: This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task.
    • feature: ES: Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.
    • feature: Scheduler: AWS introduces the new Amazon EventBridge Scheduler. EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service.

    v2.1251.0

    Compare Source

    • feature: Connect: This release adds new fields SignInUrl, UserArn, and UserId to GetFederationToken response payload.
    • feature: ConnectCases: This release adds the ability to disable templates through the UpdateTemplate API. Disabling templates prevents customers from creating cases using the template. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
    • feature: EC2: Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
    • feature: GroundStation: This release adds the preview of customer-provided ephemeris support for AWS Ground Station, allowing space vehicle owners to provide their own position and trajectory information for a satellite.
    • feature: MediaPackageVod: This release adds "IncludeIframeOnlyStream" for Dash endpoints.

    v2.1250.0

    Compare Source

    • feature: ACM: Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).
    • feature: Billingconductor: This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions.
    • feature: EC2: This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
    • feature: FMS: AWS Firewall Manager now supports importing existing AWS Network Firewall firewalls into Firewall Manager policies.
    • feature: Lightsail: This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.
    • feature: OpenSearch: Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.
    • feature: Polly: Amazon Polly adds new voices: Elin (sv-SE), Ida (nb-NO), Laura (nl-NL) and Suvi (fi-FI). They are available as neural voices only.
    • feature: ResourceExplorer2: This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the AWS Regions in your account.
    • feature: Route53: Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

    v2.1249.0

    Compare Source

    • feature: Athena: Adds support for using Query Result Reuse
    • feature: AutoScaling: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
    • feature: CloudTrail: This release includes support for configuring a delegated administrator to manage an AWS Organizations organization CloudTrail trails and event data stores, and AWS Key Management Service encryption of CloudTrail Lake event data stores.
    • feature: EC2: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
    • feature: ElastiCache: Added support for IPv6 and dual stack for Memcached and Redis clusters. Customers can now launch new Redis and Memcached clusters with IPv6 and dual stack networking support.
    • feature: LexModelsV2: Amazon Lex now supports new APIs for viewing and editing Custom Vocabulary in bots.
    • feature: MediaConvert: The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata.
    • feature: SSM: This release includes support for applying a CloudWatch alarm to multi account multi region Systems Manager Automation
    • feature: WellArchitected: This release adds support for integrations with AWS Trusted Advisor and AWS Service Catalog AppRegistry to improve workload discovery and speed up your workload reviews.
    • feature: WorkSpaces: This release adds protocols attribute to workspaces properties data type. This enables customers to migrate workspaces from PC over IP (PCoIP) to WorkSpaces Streaming Protocol (WSP) using create and modify workspaces public APIs.

    v2.1248.0

    Compare Source

    • bugfix: ResourceExplorer2: Set endpoint to dualstack by default
    • feature: EC2: This release adds API support for the recipient of an AMI account share to remove shared AMI launch permissions.
    • feature: EMRcontainers: Adding support for Job templates. Job templates allow you to create and store templates to configure Spark applications parameters. This helps you ensure consistent settings across applications by reusing and enforcing configuration overrides in data pipelines.

    v2.1247.0

    Compare Source

    • feature: MemoryDB: Adding support for r6gd instances for MemoryDB Redis with data tiering. In a cluster with data tiering enabled, when available memory capacity is exhausted, the least recently used data is automatically tiered to solid state drives for cost-effective capacity scaling with minimal performance impact.
    • feature: SageMaker: Amazon SageMaker now supports running training jobs on ml.trn1 instance types.

    v2.1246.0

    Compare Source

    • feature: IoTSiteWise: This release adds the ListAssetModelProperties and ListAssetProperties APIs. You can list all properties that belong to a single asset model or asset using these two new APIs.
    • feature: S3Control: S3 on Outposts launches support for Lifecycle configuration for Outposts buckets. With S3 Lifecycle configuration, you can mange objects so they are stored cost effectively. You can manage objects using size-based rules and specify how many noncurrent versions bucket will retain.
    • feature: SSMIncidents: Adds support for tagging replication-set on creation.
    • feature: SageMaker: This release updates Framework model regex for ModelPackage to support new Framework version xgboost, sklearn.

    v2.1245.0

    Compare Source

    • feature: RDS: Relational Database Service - This release adds support for configuring Storage Throughput on RDS database instances.
    • feature: Textract: Add ocr results in AnalyzeIDResponse as blocks

    v2.1244.0

    Compare Source

    • feature: AppRunner: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
    • feature: CloudWatchLogs: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
    • feature: Connect: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
    • feature: EC2: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
    • feature: Iot: This release adds the Amazon Location action to IoT Rules Engine.
    • feature: SESV2: This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
    • feature: Textract: This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version

    v2.1243.0

    Compare Source

    • feature: AppRunner: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
    • feature: AppStream: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
    • feature: CloudFormation: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
    • feature: GameSparks: Add LATEST as a possible GameSDK Version on snapshot
    • feature: MediaTailor: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.
    • feature: PrivateNetworks: Fix incorrect endpoint-prefix in endpoint ruleset.
    • feature: SupportApp: Fix incorrect endpoint-prefix in endpoint ruleset.

    v2.1242.0

    Compare Source

    • feature: EC2: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
    • feature: FMS: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
    • feature: Glue: Added support for custom datatypes when using custom csv classifier.
    • feature: SageMaker: This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs,

    Configuration

    📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    status: triage needed topic: automation 
    opened by renovate[bot] 0
  • chore(deps): update dependency @playwright/test to ^1.29.1

    chore(deps): update dependency @playwright/test to ^1.29.1

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @playwright/test (source) | ^1.28.1 -> ^1.29.1 | age | adoption | passing | confidence |


    Release Notes

    Microsoft/playwright

    v1.29.1

    Compare Source

    Highlights

    https://github.com/microsoft/playwright/issues/18928 - [BUG] Electron firstWindow times out after upgrading to 1.28.0https://github.com/microsoft/playwright/issues/192466 - [BUG] Electron firstWindow times out after upgrading to 1.28.https://github.com/microsoft/playwright/issues/1941212 - [REGRESSION]: 1.28 does not work with electron-serve anymorhttps://github.com/microsoft/playwright/issues/19540540 - [BUG] electron.app.getAppPath() returns the path one level higher if you run electron pointing to the directhttps://github.com/microsoft/playwright/issues/195489548 - [REGRESSION]: Ubuntu 18 LTS not supported anymore

    Browser Versions
    • Chromium 109.0.5414.46
    • Mozilla Firefox 107.0
    • WebKit 16.4

    This version was also tested against the following stable channels:

    • Google Chrome 108
    • Microsoft Edge 108

    v1.29.0

    Compare Source

    New APIs

    • New method route.fetch() and new option json for route.fulfill():

      await page.route('**/api/settings', async route => {
        // Fetch original settings.
        const response = await route.fetch();
      
        // Force settings theme to a predefined value.
        const json = await response.json();
        json.theme = 'Solorized';
      
        // Fulfill with modified data.
        await route.fulfill({ json });
      });
      
    • New method locator.all() to iterate over all matching elements:

      // Check all checkboxes!
      const checkboxes = page.getByRole('checkbox');
      for (const checkbox of await checkboxes.all())
        await checkbox.check();
      
    • Locator.selectOption matches now by value or label:

      <select multiple>
        <option value="red">Red</div>
        <option value="green">Green</div>
        <option value="blue">Blue</div>
      </select>
      
      await element.selectOption('Red');
      
    • Retry blocks of code until all assertions pass:

      await expect(async () => {
        const response = await page.request.get('https://api.example.com');
        await expect(response).toBeOK();
      }).toPass();
      

      Read more in our documentation.

    • Automatically capture full page screenshot on test failure:

      // playwright.config.ts
      import type { PlaywrightTestConfig } from '@&#8203;playwright/test';
      
      const config: PlaywrightTestConfig = {
        use: {
          screenshot: {
            mode: 'only-on-failure',
            fullPage: true,
          }
        }
      };
      
      export default config;
      

    Miscellaneous

    Browser Versions

    • Chromium 109.0.5414.46
    • Mozilla Firefox 107.0
    • WebKit 16.4

    This version was also tested against the following stable channels:

    • Google Chrome 108
    • Microsoft Edge 108

    Configuration

    📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    status: triage needed topic: automation 
    opened by renovate[bot] 0
  • chore(deps): update babel monorepo

    chore(deps): update babel monorepo

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @babel/cli (source) | ^7.15.4 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/code-frame (source) | ^7.14.0 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/core (source) | ^7.15.5 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/eslint-parser (source) | ^7.15.4 -> ^7.19.1 | age | adoption | passing | confidence | | @babel/generator (source) | ^7.16.8 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/helper-plugin-test-runner (source) | 7.14.5 -> 7.18.6 | age | adoption | passing | confidence | | @babel/helper-plugin-utils (source) | ^7.14.5 -> ^7.20.2 | age | adoption | passing | confidence | | @babel/node (source) | ^7.15.4 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/parser (source) | ^7.15.5 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/plugin-proposal-class-properties (source) | ^7.14.0 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/plugin-proposal-nullish-coalescing-operator (source) | ^7.14.5 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/plugin-proposal-numeric-separator (source) | ^7.14.5 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/plugin-proposal-optional-chaining (source) | ^7.14.5 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/plugin-proposal-private-methods (source) | ^7.14.0 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/plugin-syntax-jsx (source) | ^7.14.0 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/plugin-syntax-typescript (source) | ^7.14.0 -> ^7.20.0 | age | adoption | passing | confidence | | @babel/plugin-transform-classes (source) | ^7.15.4 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/plugin-transform-modules-commonjs (source) | ^7.15.4 -> ^7.20.11 | age | adoption | passing | confidence | | @babel/plugin-transform-runtime (source) | ^7.15.0 -> ^7.19.6 | age | adoption | passing | confidence | | @babel/plugin-transform-spread (source) | ^7.14.6 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/plugin-transform-typescript (source) | ^7.15.4 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/preset-env (source) | ^7.15.4 -> ^7.20.2 | age | adoption | passing | confidence | | @babel/preset-flow (source) | ^7.14.0 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/preset-react (source) | ^7.14.0 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/preset-typescript (source) | ^7.15.0 -> ^7.18.6 | age | adoption | passing | confidence | | @babel/register (source) | ^7.15.3 -> ^7.18.9 | age | adoption | passing | confidence | | @babel/runtime (source) | ^7.15.4 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/template (source) | ^7.16.7 -> ^7.20.7 | age | adoption | passing | confidence | | @babel/traverse (source) | ^7.15.4 -> ^7.20.10 | age | adoption | passing | confidence | | @babel/types (source) | ^7.15.4 -> ^7.20.7 | age | adoption | passing | confidence |


    Release Notes

    babel/babel (@​babel/cli)

    v7.20.7

    Compare Source

    :eyeglasses: Spec Compliance
    • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super
    :bug: Bug Fix
    • babel-parser, babel-plugin-transform-typescript
    • babel-traverse
    • babel-plugin-transform-typescript, babel-traverse
    • babel-plugin-transform-block-scoping
    • babel-plugin-proposal-async-generator-functions, babel-preset-env
    • babel-generator, babel-plugin-proposal-optional-chaining
    • babel-plugin-transform-react-jsx, babel-types
    • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • babel-generator
    :nail_care: Polish
    :house: Internal
    • babel-helper-define-map, babel-plugin-transform-property-mutators
    • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse
    :running_woman: Performance

    v7.19.3

    Compare Source

    :bug: Bug Fix
    :nail_care: Polish
    :house: Internal
    • babel-helper-compilation-targets, babel-helper-transform-fixture-test-runner, babel-parser, babel-preset-env, babel-traverse
    :microscope: Output optimization

    v7.18.10

    Compare Source

    :rocket: New Feature
    • babel-helper-string-parser, babel-types
    :bug: Bug Fix
    • babel-parser
    • babel-helper-string-parser, babel-parser
    • babel-plugin-transform-typescript
    • babel-plugin-transform-react-jsx
    • babel-generator
    • babel-helper-wrap-function, babel-plugin-transform-async-to-generator, babel-traverse
    :house: Internal
    :microscope: Output optimization
    • babel-plugin-proposal-export-default-from

    v7.18.9

    Compare Source

    :bug: Bug Fix
    • babel-plugin-transform-modules-systemjs, babel-types
    • babel-generator
    :nail_care: Polish
    :house: Internal
    • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
    • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types
    :running_woman: Performance

    v7.18.6

    Compare Source

    :eyeglasses: Spec Compliance
    :bug: Bug Fix
    • babel-helper-remap-async-to-generator, babel-plugin-proposal-async-generator-functions
    • babel-plugin-transform-parameters
    • babel-core
    • babel-core, babel-helper-check-duplicate-nodes, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-optional-chaining, babel-plugin-transform-runtime
    :house: Internal
    • babel-standalone
    • Other
    • babel-generator, babel-types
    • babel-code-frame, babel-core, babel-generator, babel-helper-annotate-as-pure, babel-helper-builder-binary-assignment-operator-visitor, babel-helper-builder-react-jsx, babel-helper-check-duplicate-nodes, babel-helper-compilation-targets, babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin, babel-helper-define-map, babel-helper-explode-assignable-expression, babel-helper-fixtures, babel-helper-function-name, babel-helper-hoist-variables, babel-helper-member-expression-to-functions, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-optimise-call-expression, babel-helper-plugin-test-runner, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-simple-access, babel-helper-split-export-declaration, babel-helper-transform-fixture-test-runner, babel-helper-validator-option, babel-helper-wrap-function, babel-helpers, babel-highlight, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-external-helpers, babel-plugin-proposal-async-generator-functions, babel-plugin-proposal-class-static-block, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-json-strings, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-private-property-in-object, babel-plugin-proposal-record-and-tuple, babel-plugin-syntax-typescript, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-duplicate-keys, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-object-super, babel-plugin-transform-parameters, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-preset-env, babel-preset-typescript, babel-standalone, babel-template, babel-traverse, babel-types
    • babel-core, babel-helper-transform-fixture-test-runner, babel-plugin-transform-destructuring
    babel/babel (@​babel/parser)

    v7.20.7

    Compare Source

    v7.20.7 (2022-12-22)

    Thanks @​wsypower for your first PR!

    :eyeglasses: Spec Compliance
    • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes, babel-plugin-transform-object-super
    :bug: Bug Fix
    • babel-parser, babel-plugin-transform-typescript
    • babel-traverse
    • babel-plugin-transform-typescript, babel-traverse
    • babel-plugin-transform-block-scoping
    • babel-plugin-proposal-async-generator-functions, babel-preset-env
    • babel-generator, babel-plugin-proposal-optional-chaining
    • babel-plugin-transform-react-jsx, babel-types
    • babel-core, babel-helpers, babel-plugin-transform-computed-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes
    • babel-generator
    :nail_care: Polish
    :house: Internal
    • babel-helper-define-map, babel-plugin-transform-property-mutators
    • babel-core, babel-plugin-proposal-class-properties, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-parameters, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-traverse
    :running_woman: Performance
    Committers: 6

    v7.20.5

    Compare Source

    v7.20.5 (2022-11-28)

    Thanks @​davydof and @​SuperSodaSea for your first PRs!

    :eyeglasses: Spec Compliance
    • babel-helpers, babel-plugin-transform-destructuring, babel-plugin-transform-modules-commonjs, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-traverse
    • babel-cli, babel-helpers, babel-plugin-proposal-class-properties, babel-plugin-proposal-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-runtime, babel-preset-env
    • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-private-property-in-object, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    :bug: Bug Fix
    • babel-parser
    • babel-helper-wrap-function, babel-preset-env, babel-traverse
    • babel-plugin-transform-arrow-functions, babel-plugin-transform-parameters, babel-traverse
    • babel-helpers, babel-node, babel-plugin-proposal-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-helper-create-regexp-features-plugin
    • babel-parser, babel-types
    • babel-generator
    • babel-plugin-transform-block-scoping, babel-traverse
    :nail_care: Polish
    :house: Internal
    Committers: 6

    v7.20.3

    Compare Source

    v7.20.2

    Compare Source

    v7.20.2 (2022-11-04)

    :bug: Bug Fix
    • babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types
    • babel-plugin-transform-typescript
    • babel-parser
    • babel-generator
    • babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-transform-jscript
    • babel-plugin-transform-destructuring
    Committers: 3

    v7.20.1

    Compare Source

    v7.20.1 (2022-11-01)

    Thanks @​ptomato for your first pull request!

    :bug: Bug Fix
    • babel-plugin-proposal-async-generator-functions

    Configuration

    📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    status: triage needed topic: automation 
    opened by renovate[bot] 0
  • chore(deps): update [dev] minor and patch dependencies for gatsby-plugin-gatsby-cloud

    chore(deps): update [dev] minor and patch dependencies for gatsby-plugin-gatsby-cloud

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | msw (source) | ^0.38.2 -> ^0.49.2 | age | adoption | passing | confidence | | node-fetch | ^2.6.6 -> ^2.6.7 | age | adoption | passing | confidence |


    Release Notes

    mswjs/msw

    v0.49.2

    Compare Source

    v0.49.2 (2022-12-13)

    Bug Fixes

    v0.49.1

    Compare Source

    v0.49.1 (2022-11-28)
    Bug Fixes

    v0.49.0

    Compare Source

    v0.49.0 (2022-11-19)

    Features

    v0.48.3

    Compare Source

    v0.48.3 (2022-11-15)

    Bug Fixes

    v0.48.2

    Compare Source

    v0.48.2 (2022-11-13)

    Bug Fixes

    v0.48.1

    Compare Source

    v0.48.1 (2022-11-10)

    Bug Fixes

    v0.48.0

    Compare Source

    v0.48.0 (2022-11-08)

    Features

    v0.47.4

    Compare Source

    v0.47.4 (2022-10-04)
    Bug Fixes

    v0.47.3

    Compare Source

    v0.47.3 (2022-09-15)

    Bug Fixes

    v0.47.2

    Compare Source

    v0.47.2 (2022-09-13)

    Bug Fixes

    v0.47.1

    Compare Source

    v0.47.1 (2022-09-10)

    Bug Fixes

    v0.47.0

    Compare Source

    v0.47.0 (2022-09-04)
    Features

    v0.46.1

    Compare Source

    v0.46.1 (2022-09-01)

    Bug Fixes

    v0.46.0

    Compare Source

    v0.46.0 (2022-08-31)

    Features
    server.listHandlers()
    worker.listHandlers()
    

    v0.45.0

    Compare Source

    v0.45.0 (2022-08-22)

    Features
    • make GraphQL a peer dependency, support GraphQL v15.0 (#​1356) (ca0e2e0)

    v0.44.2

    Compare Source

    v0.44.2 (2022-07-19)

    Bug Fixes
    • transfer mocked response as ArrayBuffer to the worker (#​1337) (95be5f8)

    v0.44.1

    Compare Source

    v0.44.1 (2022-07-14)
    Bug Fixes

    v0.44.0

    Compare Source

    v0.44.0 (2022-07-13)

    Breaking changes
    • req.destination default value is now "" (empty string), previously "document".
    • req.redirect default value is now ""follow", previously "manual".
    • The library no longer exports the parseIsomorphicRequest() function (#​1316). Please use MockedRequest class instead.
    Features
    Deprecations
    • req.body is deprecated. Please use explicit request body reading methods: req.text(), req.json(), req.arrayBuffer() (other methods, like req.formData() are currently not supported).
    rest.post('/user', async (req, res, ctx) => {
      const newUser = await req.json()
    })
    

    req.body is still present for compatibility reasons but will be removed in the next releases.

    v0.43.1

    Compare Source

    v0.43.1 (2022-07-07)

    Bug Fixes
    • support multiple response cookies using "ctx.cookie()" (#​1311) (66c3ad8)

    v0.43.0

    Compare Source

    v0.43.0 (2022-07-04)

    Features
    • send mocked response body as ReadableStream to the worker (#​1288) (78c7d7e)

    v0.42.3

    Compare Source

    v0.42.3 (2022-06-22)

    Bug Fixes

    v0.42.2

    Compare Source

    v0.42.2 (2022-06-22)

    Bug Fixes
    • setupServer: reference interceptors to support fast refresh (#​1299) (72f0b25)

    v0.42.1

    Compare Source

    v0.42.1 (2022-06-07)

    Bug Fixes

    v0.42.0

    Compare Source

    v0.42.0 (2022-05-30)

    Features
    Bug Fixes

    v0.41.1

    Compare Source

    v0.41.1 (2022-05-27)

    Bug Fixes

    v0.41.0

    Compare Source

    v0.41.0 (2022-05-22)

    Features

    v0.40.2

    Compare Source

    v0.40.2 (2022-05-20)

    Bug Fixes

    v0.40.1

    Compare Source

    v0.40.1 (2022-05-19)

    Bug Fixes

    v0.40.0

    Compare Source

    v0.40.0 (2022-05-17)

    Breaking changes
    • Returning undefined, or early returns, from response resolvers, now does not perform request as-is, and is instead treated as a handler that didn't do anything. Please return req.passthrough() if you wish to bypass a request.
    rest.get('/resource', (req, res, ctx) => {
    // I want to perform this intercepted request as-is.
    -  return
    +  return req.passthrough()
    })
    
    Features
    Bug Fixes
    • setupWorker: warn on multiple "worker.start" and "worker.stop" calls (#​1238) (cfe0709)
    • remove console.log from "setRequestCookies" (6f7ed98)
    • set "credentials" to "same-origin" for "ClientRequest" (#​1159) (c3cd80a)

    v0.39.2

    Compare Source

    Bug Fixes

    v0.39.1

    Compare Source

    Bug Fixes

    v0.39.0

    Compare Source

    Breaking changes
    Bug Fixes
    • setupWorker: resolve the "start" promise after the worker has activated (#​1146) (f6e709c)

    Configuration

    📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

    🚦 Automerge: Enabled.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    status: triage needed topic: automation 
    opened by renovate[bot] 0
  • chore(deps): update [dev] minor and patch dependencies for gatsby

    chore(deps): update [dev] minor and patch dependencies for gatsby

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @types/eslint (source) | ^8.2.1 -> ^8.4.10 | age | adoption | passing | confidence | | @types/express (source) | ^4.17.13 -> ^4.17.15 | age | adoption | passing | confidence | | @types/micromatch (source) | ^4.0.1 -> ^4.0.2 | age | adoption | passing | confidence | | @types/reach__router (source) | ^1.3.5 -> ^1.3.11 | age | adoption | passing | confidence | | @types/react-dom (source) | ^18.0.6 -> ^18.0.10 | age | adoption | passing | confidence | | @types/signal-exit (source) | ^3.0.0 -> ^3.0.1 | age | adoption | passing | confidence | | @types/tmp (source) | ^0.2.0 -> ^0.2.3 | age | adoption | passing | confidence | | copyfiles | ^2.3.0 -> ^2.4.1 | age | adoption | passing | confidence | | documentation (source) | ^13.1.0 -> ^13.2.5 | age | adoption | passing | confidence |


    Release Notes

    calvinmetcalf/copyfiles

    v2.4.1

    Compare Source

    v2.4.0: tilda support

    Compare Source

    documentationjs/documentation

    v13.2.5

    Compare Source

    v13.2.4

    Compare Source

    v13.2.3

    Compare Source

    v13.2.2

    Compare Source

    v13.2.1

    Compare Source

    v13.2.0

    Compare Source

    Features
    13.1.1 (2021-01-19)

    v13.1.1

    Compare Source


    Configuration

    📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

    🚦 Automerge: Enabled.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    status: triage needed topic: automation 
    opened by renovate[bot] 0
  • fix(deps): update parcel to v2.8.2

    fix(deps): update parcel to v2.8.2

    Mend Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @parcel/bundler-default | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/cache | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/compressor-raw | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/core | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/namer-default | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/optimizer-terser | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/packager-js | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/packager-raw | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/plugin | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/reporter-dev-server | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/resolver-default | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/runtime-js | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/transformer-js | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence | | @parcel/transformer-json | 2.8.1 -> 2.8.2 | age | adoption | passing | confidence |


    Release Notes

    parcel-bundler/parcel

    v2.8.2

    Compare Source

    • Core
      • Ensure maxListeners for process.stdout accounts for workers – Details
    • JavaScript
      • Bump SWC to fix scoping issue with block-less loops – Details
      • Fix requires of external CommonJS SWC helpers – Details

    [2.8.1] - 2022-12-07

    Fixed
    • Core
    • JavaScript
      • Don't retarget dependencies with *Details
      • Fix overriding single export of a export *Details
      • Add mjs and cjs to resolver extensions – Details
    • TypeScript
      • Make ts-types transformer work with TS >= 4.8 – Details
    • Web manifest
      • Parse shortcut icons in web app manifests – Details
    • SVG
      • Fix transformer-svg-react not finding .svgrrcDetails

    [2.8.0] - 2022-11-09

    Added
    • Core
      • Code splitting across reexports using symbol data by splitting dependencies – Details
      • Update without bundling for non-dependency related changes – Details
      • Improve performance of incremental bundling – Details
      • Only serialize and send shared references to workers that need them – Details
      • Improve performance of HMR by not waiting for packaging – Details
    • JavaScript
      • Verify version when resolving Node builtin polyfills – Details
      • Add loadBundleConfig method to Packager plugins – Details
    • SVG
      • Generate typescript for SVGs when using svgr and typescript option – Details
    • Bundler
      • Move experimental bundler to default – Details
    Fixed
    • Core
      • Fix verbose warning: reexport all doesn't include default – Details
      • Support multiple edge types in Graph.hasEdge – Details
      • Ensure edge exists before removal in Graph.removeEdge – Details
      • Disable splitting dependencies on symbols for non-scope hoisted bundles – Details
      • Fix TypeScript definitions for Parcel config API – Details
      • Use traverseAssets in packager to improve performance – Details
      • Make uniqueKey undefined by default – Details
      • Catch uncaught promise build abort race – Details
      • Bump parcel dependencies – Details
    • JavaScript
      • Bump SWC - Details, Details
      • Fix Chrome Android browserslist support check – Details
      • Fix CommonJS symbol collection without scope hoisting – Details
      • Make React Refresh debounce call on the leading edge – Details
      • Retain correct dependency order between imports and reexports without scopehoisting – Details
    • Bundler
      • Consider sibling in available assets to younger sibling for parallel deps – Details
      • Don't merge isolated child assets – Details
      • Do not merge isolated bundles in experimental bundler – Details
      • Implement min bundles configuration – Details
    • Dev server
      • Include Content-Length header in HEAD requests – Details
    • Vue
      • Fix errors displaying errors when compiling Vue SFCs – Details
      • Add file path to error code frames – Details
      • Fix location of errors – Details
    • Image
    • TypeScript
      • Allow configuring module resolution – Details
    • Web extensions
      • Fix service worker packaging in web extensions – Details

    [2.7.0] - 2022-08-03

    Added
    • Core
      • Log resolved targets in verbose log level for debugging - Details
      • Allow plugin configs to be written with .cjs extension - Details
    • JavaScript
      • Support react refresh for @emotion/react - Details
      • Inject script for hmr when there is only normal script in html - Details
    • Elm
      • Add support for compiling multiple modules at once via with query param - Details
    • CSS
      • Add support for errorRecovery option in @parcel/transformer-css - Details
    • Experimental bundler - Details
      • Implement bundling for multiple targets
      • Internalize async dependencies
      • Merge bundles of the same type
      • Fix missing module - Details
    Fixed
    • JavaScript
      • Default interop missing when importing a CommonJS module - Details
      • Add missing imports for external dependencies in skipped assets - Details
      • Bump SWC to fix undefined variables - Details
      • Remove charset from JS loaded script to avoid double fetching in Firefox - Details
      • Use placeholder expression when replacing unused symbols - Details
    • Core
      • Fix atomic writestream handling on Windows - Details
      • Fix non-deterministic bundle hashes between builds due to symbol propagation - Details
      • Fix TypeScript types for @parcel/package-manager - Details
    • Dependencies

    [2.6.2] - 2022-06-21

    Fixed
    • Core
      • Fix race condition between writing and reading from cache - Details

    [2.6.1] - 2022-06-17

    Fixed
    • JavaScript
      • Fix issue with conditional dependencies based on process.env - Details
      • Fix transformation of import/requires wrapped into Promise.resolve() - Details
      • Fix object literal shorthand with imported variables - Details
      • Fix imported values in computed optional member expressions - Details
      • Bump SWC to fix issue with missing parenthesis in optional chaining call - Details
      • Bump SWC to fix helper imports in Node ESM libraries - Details
    • Resolution
      • Add missing invalidateOnEnvChange to resolver - Details
      • Fix importing node_modules packages in glob resolver with sub-paths - Details
      • Error when external dependencies in libraries have incompatible semver ranges - Details
    • Web Extensions
      • Fix HMR for web extensions - Details
      • Fix web extensions issues with Safari - Details
      • Fix declarative_net_request property in web extension manifest - Details
    • Dev Server
      • Fix browser caching issues with dev server - Details
    • TypeScript
      • Fix path separators on Windows - Details
    • CSS
      • Bump Parcel CSS to fix issues with libc field in package.json - Details
    • Core
      • Fix atomic file writing race condition - Details
      • Bump lmdb dependency to fix multi-threading issue - Details

    [2.6.0] - 2022-05-25

    Added
    • Add React error overlay to display pretty runtime errors like Create React App - Details
    • Support for source maps in HMR updates - Details
    • Support for scoping variables in CSS modules - Details
    • Support for custom CSS modules naming patterns - Details
    • Support for node_modules packages in @parcel/resolver-glob - Details
    • Add support for defining compilerOptions in Vue config - Details
    • Add support for Vue 3 <script setup> - Details
    • Add support for gif, tiff, avif, heic, and heif images in @parcel/transformer-image - Details
    • Add support for animated images (i.e. gifs, webp, etc.) in @parcel/transformer-image - Details
    • Support for missing fields in web extensions manifest v3 - Details, Details
    • Improve elm compiler error output - Details
    • Support for useDefineForClassFields option in tsconfig.json - Details
    • Add --hmr-host CLI option to set HMR host independently from dev server - Details
    Fixed
    • Update lmdb-js. Fixes Node 18 support - Details, Details
    • Update napi-rs to v2 - Details
    • Fix SWC targets for older browsers - Details
    • Add SWC error handler to fix panic during transpilation - Details
    • Update SWC. Fixes issue with Symbol.toStringTag - Details
    • Bump SWC to fix spreads of imported symbols - Details
    • Correctly emit warnings for unnecessary PostCSS plugins in package.json - Details
    • Fix typo in error message - Details
    • Remove duplicate values in graph APIs when getting connected node ids - Details
    • Fix Pug support in Vue files - Details
    • Fix export declare syntax in generated TypeScript definitions - Details
    • Preserve correct this for named/default imports - Details
    • Fix hoisting for optional chaining member expressions - Details
    • Fix issues with web extensions - Details
    • Reload the closest package.json to an asset if it's a package entry to fix sideEffects - Details
    • Only emit non static import bailout warnings for variables which correspond to a * import - Details

    [2.5.0] - 2022-04-21

    Added
    • Add support for Web Extension manifest v3 - Details
    • Rewrite __dirname and __filename to refer to the original path when building for Node.js targets - Details
    • Generate codeframe positions for JSON5 - Details
    • Add $schema support in web extension manifest - Details
    • Add support for in expressions with process.env, e.g. 'foo' in process.env - Details
    Fixed
    • Updated SWC. - Details + Details
    • Update Parcel CSS to v1.8.1 - Details + Details
    • Fix diagnostic message - Details
    • Disable react refresh for library targets. Fixes "Asset was skipped or not found" error. - Details
    • Don't process inline <style> elements as CSS modules - Details
    • Fix issue with multiple images in srcset attribute - Details
    • Fix peer dependencies - Details + Details
    • Scope hoisting: Fix wrapping when any ancestor asset is wrapped - Details
    • Scope hoisting: Don't insert unused requires that aren't registered anywhere - Details
    • Scope hoisting: Fix wrapped assets importing their own namespace - Details
    • Fix issues with resolving symbols - Details
    • Fix loading .env files when entries are specified using "source" field in package.json - Details
    • Correctly remove orphaned non-tree subgraphs - Details

    [2.4.1] - 2022-03-31

    Fixed
    • Fix :export in CSS modules
    • Don't remove unused classes or @keyframes when a CSS module is processed by postcss
    • Fix bundling issue with CSS modules where unintended side effects from a different page could be run
    • Fix crash with CSS in multiple environments
    • Update Parcel CSS. Fixes issues with ::-webkit-scrollbar, list styles in CSS modules, @-moz-document, and more. See release notes.
    • Update SWC. Fixes an issue with parenthesized expressions following a return statement.

    [2.4.0] - 2022-03-22

    Added
    • Replace default CSS transformer and minifier with @parcel/css - Details
    • Replace typeof before dead code elimination to improve bundle size - Details
    • Human readable file size in bundle analyzer report - Details
    • Improve emoji support detection - Details
    • Enable parsing static class initialization blocks - Details
    • Use PORT environment variable from .env files - Details
    • Use new react-jsx transform in React 16.14.0 - Details
    • Use relative path for bundle labels in bundle analysis - Details
    • Load dynamic imports at higher network priority in non-ESM builds - Details
    Fixed
    • Pin lmdb to 2.2.3 - Details
    • Prevent term-size from being bundled - Details
    • Fix cache when non-ascii chars are used in path - Details
    • Bump SWC. Fixes issue with String constructor. - Details
    • Fix DCE with PURE comments - Details
    • Escape double quote of url value in CSS url() - Details
    • Fix documentation comment in API - Details
    • Fix package.json source field resolution with pnpm - Details
    • Fix errors.map is not a function - Details

    [2.3.1] - 2022-02-09

    Fixed

    • Add diagnostic for failed autoinstall of node polyfill - Details

    [2.3.0] - 2022-02-09

    Added

    • Reduce the number of npm dependencies needed by parcel Details
    • Support React 18 prereleases and experimental versions with automatic JSX runtime - Details

    Fixed

    • Fix @swc/helpers in non-module scripts - Details
    • Fix auto installing dependencies in PNPM monorepos - Details

    [2.2.1] - 2022-01-17

    Fixed
    • Fix background image data urls missing quotes - Details
    • Fix development builds not downleveling nested selectors with @parcel/css. Now Parcel has default modern browser targets. - Details
    • Upgrades htmlnano to v2 to remove uncss which had a dependency on a vulnerable old version of PostCSS - Details
    • Upgrades postcss-modules and removes css-module-loader-core with old PostCSS dependencies - Details
    • Upgrade Vue compiler - Details
    • Upgrade SVGR to v6 - Details
    • Upgade JSON5 to v2 - Details
    • Don't discard invalidations when transformer throws an error - Details

    [2.2.0] - 2022-01-12

    Added
    Fixed
    • Updated node-forge to 1.0.0 to fix security vulnerability

    [2.1.1] - 2022-01-06

    Fixed
    • Do not transpile @​swc/helpers. Fixes infinite recursion in typeof helper. - Details
    • Include invalidation hash in asset content keys - Details
    • Fix loading index.html in dev server when packager/optimizer changes bundle type - Details

    [2.1.0] - 2022-01-05

    Added
    • Enable transpiling node_modules by default - Details
    • Rewrite core graph data structure to be backed by SharedArrayBuffer - Details
    • Statically analyze symbols and enable deferred compilation of re-exported modules in development - Details
    • Store large blobs as separate files in the cache rather than in LMDB - Details
    • Add @parcel/optimizer-css for new work in progress CSS minifier - Details
    • Add @parcel/bundler-experimental, a much faster work in progress rewrite of Parcel's bundling algorithm - Details
    • Support href attribute in SVG <image> tags within HTML - Details
    • Throw diagnostic with code frame when loading JSON5 configs - Details
    Fixed
    • Fix HMR behavior with CSS Modules - Details
    • Fix HMR full page reload when not accepted - Details
    • Fix HMR when an asset has multiple ancestries - Details
    • Fix source maps in @parcel/transformer-typescript-tsc - Details
    • Fix TypeScript module augmentation in @parcel/transformers-typescript-types - Details
    • Fix TypeScript type generation when tsconfig's "incremental" option is true - Details
    • Fix createImportSpecifier with TypeScript 4.5+ - Details
    • Fix error on re-exported type when building TypeScript definitions - Details
    • Fix error when displaying "does not export" errors - Details
    • Ensure "does not export" error is shown during cached builds - Details
    • Fix glob matching in package.json "sideEffects" field - Details
    • Fix semver dependency version range - Details
    • Do not error on external Node builtins in libraries - Details
    • Reject browser js loader promise with Error object - Details
    • Show diagnostics for Elm compiler errors - Details
    • Don't fail build on empty dependency attributes in HTML - Details
    • Fix require statements with plain template literals - Details
    • Update lmdb-store to v2 - Details
    • Bump swc - Details
    • Correctly pad numbers in @parcel/hash browser polyfill - Details
    • Upstream some changes from the REPL - Details
    • Allow empty string in TOML config - Details
    • Make BundleGraph#getReferencedBundle faster - Details
    • Workaround segfault with old glibc versions on CentOS 7 - Details
    • Use modern JSX runtime when React is aliased to Preact - Details
    • Fix React version check when dependency is a URL - Details
    • Sync peer dependency versions when releasing Parcel - Details
    • Fix Tailwind in SASS - Details
    • Don't run Gzip and Brotli compressors in development - Details
    • Use level 9 Zlib compression by default - Details

    [2.0.1] - 2021-11-08

    Fixed
    • Don't load PostCSS and PostHTML config when inside node_modules - Details
    • Fix unknown language in Vue templates with external scripts/styles - Details
    • Fix "Callback must be a function" error when auto installing - Details
    • Fix issue with named imports and object properties of the same name - Details and follow up
    • Bump SWC - Details
    • Fix issue with @tailwindcss/forms and PostCSS nodes missing a source property - Details
    • Fix issue with ESM default interop and new expressions - Details
    • Support .yml for YAML files, in addition to .yaml - Details
    • Log warning instead of crash if image optimizer fails - Details
    • Add missing dependency to @parcel/config-webextension - Details
    • Update package.json to include the repository - Details
    • Fix serve mode with target override and target source fields Details
    • Improve performance of webpack loader detection, which affected large data urls - Details
    • Update SWC to properly retain this context - Details
    • Sync engines.parcel with core version when releasing nightlies - Details
    • Fix export in TypeScript type definitions for @parcel/core - Details
    • Add missing dependency on @parcel/diagnostic to @parcel/transformer-typescript-types - Details
    • Resolve GLSL relative to the importer, not the asset - Details
    Experiments
    • Update esbuild dependency in @parcel/optimizer-esbuild plugin - Details
    • Add experimental @parcel/optimizer-swc plugin - Details

    [2.0.0] - 2021-10-13

    See the blog post.

    [1.12.3] - 2019-03-20

    • Downgrade all internal Babel packages to <7.4.0 because of bugs in that release.

    [1.12.2] - 2019-03-13

    • Fix depth option for detailed report

    [1.12.1] - 2019-03-12

    Fixed
    • Correctly build dependency URLs (for CSS) Details
    • Fix bug with original null mappings Details
    • Regenerate all bundles and trigger an HMR page reload when a new bundle is created Details
    • Unescaped "." in regex for JSAsset Details
    • Open the specified host Details

    [1.12.0] - 2019-03-06

    Added
    • CSS/Sass/LESS sourcemaps Details
    • Add Markdown support Details
    • Unhandled HMR updates should cause a page reload Details
    • Enables jsx plugin in case jsx syntax is used in js files Details
    • Add disabling of autoinstall globally via environment variable Details
    • Add support for chrome-extension:// protocol to bundle-url.js Details
    • Add support for Firefox's 'moz-extension://' protocol, to bundle-url.js Details
    • Generate source map files with long extentions (e.g. .js.map) Details
    • upgrade htmlnano dep Details
    • Default port to process.env.PORT Details
    • Inline process.browser for better code elimination Details
    • Detect files added to/removed from directories. Details
    • Implement depth option for detailed report Details
    Fixed
    • Resolve package.browser in subfolders (with backslashes) Details
    • fix chokidar ignored regex Details
    • Defer throwing asset errors until after dependencies are handled. Details
    • fix(sourcemaps): Handle null mappings properly Details
    • Use Buffer.from Details
    • addURLDependency: use always relative path Details
    • reexporting + renaming when scopehoisting Details
    • Fix and reenable windows scope-hoisting tests Details
    • Fix for typescript asset invalidation Details
    • Fix hang up when a lot of parallel operation request the file system Details
    • Fix localRequire with package/path requests Details
    • Refactor htmlnano tests to test for filesize Details
    • pug Deprecated pretty Details
    • Fix pug test Details
    • Use the test to assert this.child.killed rather than checking time difference Details
    • Improve tests: symlink tests, Kotlin tests, and maybe test-util module Details
    • Handle empty html files Details
    • Fix HTMLAsset dependency tag with empty src value Details
    • Allow dotfiles to be served Details
    • Fix sourceMappingURL for bundles with multiple entry points Details
    • Fix absolute path importing in sass Details
    • Fix dependency list parsing in RustAsset for paths on Windows Details
    • For scope hoisting, Asset IDs cannot contain + or / (base64) Details
    • Send CORS headers when a file does not exist Details
    • Prevent circular deps from causing a stack overflow in HMR runtime Details
    • Fix postcss modules composes imports Details
    • fix: set default pragmaFrag option for JSX Details
    • Remove unnecessary return await Details
    • Fix scopehositing with nested dynamic imports Details
    • eslint: enable no-return-await Details
    • Throw meaningful error on undefined exports Details
    • Add helpful plugin errors Details
    • Fix HMR failure with js error on load Details

    [1.11.0] - 2018-12-18

    Added
    • Add Kotlin asset support Details
    • Add --host option Details
    • Add support for HMR with elm-hot Details
    • Log dev server access for log level verbose or more Details
    • Process array of assets for JSON-LD Details
    • Extract workerfarm into separate package Details
    • Extract Logger into its own package Details
    • Extract watcher into its own package Details
    • Merge fs-watcher-child into Parcel's monorepo Details
    Fixed
    • Use this.write and super.end for JSPackager Details
    • Make dynamic import name relative to the file importing it Details
    • update postcss and deps Details
    • catch css file not found Details
    • Treat webmanifest as an entry module Details
    • add debugger flag for non production builds in Elm Details
    • refactor: JSON.stringify replacer can not be boolean Details
    • Fix debug log files for certain locales Details
    • Scope hoisting renaming after babel transforms Details
    • Switch from toml to @​iarna/toml Details
    • Update deasync to 0.1.14 (Node 11 fix) Details
    • Skip external imports from processing Details
    • Don't lowercase attributes in html files Details
    • refactor: remove unnecessary not null check Details
    • Don't cache dynamic bundles that had a network error Details
    • Treeshake functions properly Details
    • Fix autoinstall of cssnano Details
    • Fix server when there is a dot in the path Details

    [1.10.3] - 2018-10-11

    Fixed
    • Don't dedupe assets that are depended on in more than one bundle Details

    [1.10.2] - 2018-10-06

    Added
    • Add <image> as a valid element type to bundle in <svg> tags Details
    • Resolving .postcssrc.json as a PostCSS config Details
    • Add loaders when bundling workers Details
    Fixed
    • Fix hoist of modules with multiple aliases Details
    • Fix hoisting of optional require calls Details
    • Fix safari 10 compatibility for terser Details
    • Fix HMR for Pug assets Details
    • Don't load existing sourcemaps if sourcemaps are disabled Details
    • add missing --no-autoinstall flag to build command Details

    [1.10.1] - 2018-09-26

    Fixed
    • Fix error when node.id is undefined instead of null

    [1.10.0] - 2018-09-25

    Added
    • Babel 7 support Details
    • HTML Bundle loader Details
    • Process inline scripts and styles Details
    • Added LD+JSON asset Details
    • Add support for Elm assets Details
    • Support optionally bundling node_modules for --target=node Details
    • Import existing sourcemaps Details
    • Import GraphQL files from other GraphQL files Details
    • Automatically strip flow types Details
    • SugarSS Support Details
    • Minimal verbose/debug mode Details
    • User friendly error on failed entrypoint resolving Details
    • Support for SharedWorkers Details
    • Add Object Spread to default Babel transforms Details
    • Update help message for --public-url Details
    • Support HTML5 history mode routing Details
    • Split cache into multiple folders for faster FS Details
    • Support array in package.json's sideEffects property Details
    • Added stub for require.cache Details
    • Added dotenv-expand to expand env vars Details
    • Update Typescript to v3.0.0 Details
    • Add --no-content-hash option to build cli Details
    Fixed
    • Exit process on Error Details
    • Fix non updating asset hashes Details
    • Fix Sass url resolving Details
    • WorkerFarm Cleanup Details
    • Fix infinite loop in resolver when using ~/... imports Details
    • Default to Dart-Sass and add backwards compatibility for node-sass Details
    • Validate if a PostCSS config is an object Details
    • VSCode syntax highlight with PostCSS in Vue Component style tag Details
    • Glob support in less imports Details
    • Generate unique certificate serial number Details
    • Keep name in sourcemaps mappings Details
    • Replace slack with spectrum badge Details
    • Use esnext with typescript and scope hoisting Details
    • Fix sourcemaps failing on refresh/hmr Details
    • Support sideEffect: false with CommonJS Details
    • Get only existing package main Details
    • Load minified built-in if available Details
    • Support error strings in workers Details
    • Terminate workerfarm when using the API Details
    • Fix comment typo Details
    • Fix dotenv package error Details
    • Don't resolve slash and tilde paths twice Details
    • bundle name hash-key generation is not environment independent Details
    • Don't modify script nodes with text/html type Details
    • Fix various windows bugs & tests Details
    • Cross-platform deterministic asset ids Details
    • allow empty string in meta Details
    • fixed watch not working when NODE_ENV is production Details
    • Incorrect casing for Logger require Details
    • fix security vuln Details
    • Remove wasm-gc from RustAsset Details

    [1.9.7] - 2018-07-15

    Fixed
    • Fix nested async imports from a shared module Details
    • Prevent nameclashes with internal variables with tree shaking Details

    [1.9.6] - 2018-07-11

    Fixed
    • Fix ora spinner in CI environments Details

    [1.9.5] - 2018-07-11

    Added
    • Use fast-glob Details
    • Use user installation of cssnano Details
    • Upgrade to cssnano v4 Details
    • Logger improvements Details
    • Watch PostHTML plugins dependencies Details
    • Add support for node 10 Details
    • Workerfarm improvements Details
    • Use minify prelude only minify option Details
    • Deterministic asset ids [Details](https://togithub.com/parcel-bundler/parcel/commit/e34a4d097ef0624890

    Configuration

    📅 Schedule: Branch creation - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

    🔕 Ignore: Close this PR and you won't be reminded about these updates again.


    • [ ] If you want to rebase/retry this PR, check this box

    This PR has been generated by Mend Renovate. View repository job log here.

    status: triage needed topic: automation 
    opened by renovate[bot] 0
Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

Recoil · Recoil is an experimental set of utilities for state management with React. Please see the website: https://recoiljs.org Installation The Rec

Facebook Experimental 18.2k Jan 8, 2023
Boilerplate to build Cross-Platform Apps with Expo and React Native

Expo and React Native Boilerplate Boilerplate to build Cross-Platform Apps with Expo and React Native What are you going to find in this boilerplate E

José Ferrer 26 Apr 29, 2022
Tina is an open source editor that brings visual editing into React websites. Tina empowers developers to give their teams a contextual and intuitive editing experience without sacrificing code quality.

Tina is an open-source toolkit for building content management directly into your website. Community Forum Getting Started Checkout the tutorial to ge

Tina 8.2k Jan 1, 2023
The Power CAT code components are a set of Power Apps component framework (PCF) controls that can be used to enhance power apps.

Power CAT code components The Power CAT code components are a set of Power Apps component framework (PCF) controls that can be used to enhance power a

Microsoft 70 Jan 2, 2023
Let's build better mobile apps

applogger Overview applogger is a React Native mobile application framework that helps in minimizing QA issue-reporting time and developer debugging t

PLG Works 39 Nov 4, 2022
This is a code repository for the corresponding video tutorial. In this video, we're going to build a Modern UI/UX Restaurant Landing Page Website

Restaurant Landing Page Live Site Stay up to date with new projects New major projects coming soon, subscribe to the mailing list to stay up to date h

Adrian Hajdin - JavaScript Mastery 843 Jan 4, 2023
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

Onsen UI - Cross-Platform Hybrid App and PWA Framework Onsen UI is an open source framework that makes it easy to create native-feeling Progressive We

null 8.7k Jan 8, 2023
Easy to maintain open source documentation websites.

Docusaurus We are working hard on Docusaurus v2. If you are new to Docusaurus, try using the new version instead of v1. See the Docusaurus v2 website

Facebook 40.8k Jan 2, 2023
Recipe websites have too much clutter, this scrapes *just* the recipe

Only The Recipe Most recipes websites have videos and ads flying everywhere, on top of walls of text describing the recipe's backstory. This is an eas

JP Bulman 46 Dec 28, 2022
A collection of sample apps built using GetStream and React Native

React Native samples [ Built with ♥ at Stream ] This repo contains projects and samples developed by the team and Stream community, using React Native

Stream 93 Jan 8, 2023
🌈 React for interactive command-line apps

React for CLIs. Build and test your CLI output using components. Ink provides the same component-based UI building experience that React offers in the

Vadim Demedes 19.7k Jan 3, 2023
Hacker-news-with-react - 👾 Consuming the hacker news api, i created a more modern design for than the current site.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

João Thomaz 1 Jan 3, 2022
⚛️ Hooks for building fast and extendable tables and datagrids for React

Hooks for building lightweight, fast and extendable datagrids for React Enjoy this library? Try them all! React Query, React Form, React Charts Visit

Tanner Linsley 20.3k Jan 3, 2023
An interactive CLI automation tool 🛠️ for creating react.js and next.js projects most fast and efficiently. ⚛️

An interactive CLI automation tool ??️ for creating react.js and next.js projects most fast and efficiently. ⚛️ About ℹ️ ReexJs CLI is an interactive

Alexis Guzman 27 Apr 12, 2022
A portfolio built in React and NextJS. Simple, clean, and fast.

Personal Portfolio A portfolio built in React and NextJS. Simple, clean and fast. Note: The logo and banner used in the project are my intellectual pr

Vipul Jha 98 Jan 2, 2023
Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.

Material-UI Quickly build beautiful React apps. Material-UI is a simple and customizable component library to build faster, beautiful, and more access

Material-UI 83.6k Dec 30, 2022
Shows how React components and Redux to build a friendly user experience with instant visual updates and scaleable code in ecommerce applications

This simple shopping cart prototype shows how React components and Redux can be used to build a friendly user experience with instant visual updates and scaleable code in ecommerce applications.

Alan Vieyra 4 Feb 1, 2022
Tweak React components in real time. (Deprecated: use Fast Refresh instead.)

React Hot Loader Tweak React components in real time ⚛️ ⚡️ Watch Dan Abramov's talk on Hot Reloading with Time Travel. Moving towards next step React-

Dan Abramov 12.2k Jan 1, 2023
An example of a fast food ordering app with Ionic React

ionic-fast-food-app An example of a Food Ordering app in Ionic React Included in this Ionic React Template/UI Data fetching from JSON files Global sta

Alan Montgomery 25 Nov 28, 2022