Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby-plugin-feed@4.23.0
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby-plugin-feed@4.23.1
Choose a head ref
  • 2 commits
  • 28 files changed
  • 3 contributors

Commits on Sep 22, 2022

  1. feat(gatsby-plugin-utils): Encrypt image cdn image/file urls when env…

    … vars are present (#36585) (#36658)
    
    Co-authored-by: Ward Peeters <ward@coding-tech.com>
    (cherry picked from commit a341115)
    
    Co-authored-by: Tyler Barnes <tylerdbarnes@gmail.com>
    gatsbybot and TylerBarnes authored Sep 22, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7caf79f View commit details
  2. chore(release): Publish

     - create-gatsby@2.23.1
     - gatsby-cli@4.23.1
     - gatsby-plugin-cxs@4.23.1
     - gatsby-plugin-feed@4.23.1
     - gatsby-plugin-flow@3.23.1
     - gatsby-plugin-google-tagmanager@4.23.1
     - gatsby-plugin-image@2.23.1
     - gatsby-plugin-manifest@4.23.1
     - gatsby-plugin-mdx@4.2.1
     - gatsby-plugin-offline@5.23.1
     - gatsby-plugin-page-creator@4.23.1
     - gatsby-plugin-sass@5.23.1
     - gatsby-plugin-sharp@4.23.1
     - gatsby-plugin-sitemap@5.23.1
     - gatsby-plugin-twitter@4.23.1
     - gatsby-plugin-utils@3.17.1
     - gatsby-remark-autolink-headers@5.23.1
     - gatsby-remark-images@6.23.1
     - gatsby-source-contentful@7.21.1
     - gatsby-source-drupal@5.24.1
     - gatsby-source-shopify@7.12.1
     - gatsby-source-wordpress@6.23.1
     - gatsby-transformer-remark@5.23.1
     - gatsby-transformer-sharp@4.23.1
     - gatsby-transformer-sqip@4.23.1
     - gatsby@4.23.1
    tyhopp committed Sep 22, 2022
    Copy the full SHA
    a6b1513 View commit details
Showing with 217 additions and 58 deletions.
  1. +2 −2 packages/create-gatsby/package.json
  2. +2 −2 packages/gatsby-cli/package.json
  3. +2 −2 packages/gatsby-plugin-cxs/package.json
  4. +2 −2 packages/gatsby-plugin-feed/package.json
  5. +2 −2 packages/gatsby-plugin-flow/package.json
  6. +2 −2 packages/gatsby-plugin-google-tagmanager/package.json
  7. +2 −2 packages/gatsby-plugin-image/package.json
  8. +2 −2 packages/gatsby-plugin-manifest/package.json
  9. +2 −2 packages/gatsby-plugin-mdx/package.json
  10. +2 −2 packages/gatsby-plugin-offline/package.json
  11. +2 −2 packages/gatsby-plugin-page-creator/package.json
  12. +2 −2 packages/gatsby-plugin-sass/package.json
  13. +3 −3 packages/gatsby-plugin-sharp/package.json
  14. +2 −2 packages/gatsby-plugin-sitemap/package.json
  15. +2 −2 packages/gatsby-plugin-twitter/package.json
  16. +1 −1 packages/gatsby-plugin-utils/package.json
  17. +119 −0 packages/gatsby-plugin-utils/src/polyfill-remote-file/utils/__tests__/url-generator.ts
  18. +42 −2 packages/gatsby-plugin-utils/src/polyfill-remote-file/utils/url-generator.ts
  19. +2 −2 packages/gatsby-remark-autolink-headers/package.json
  20. +2 −2 packages/gatsby-remark-images/package.json
  21. +2 −2 packages/gatsby-source-contentful/package.json
  22. +2 −2 packages/gatsby-source-drupal/package.json
  23. +3 −3 packages/gatsby-source-shopify/package.json
  24. +3 −3 packages/gatsby-source-wordpress/package.json
  25. +2 −2 packages/gatsby-transformer-remark/package.json
  26. +2 −2 packages/gatsby-transformer-sharp/package.json
  27. +2 −2 packages/gatsby-transformer-sqip/package.json
  28. +4 −4 packages/gatsby/package.json
4 changes: 2 additions & 2 deletions packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "2.23.0",
"version": "2.23.1",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
@@ -26,7 +26,7 @@
"enquirer": "^2.3.6",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"joi": "^17.4.2",
"microbundle": "^0.15.0",
"node-fetch": "^2.6.6",
4 changes: 2 additions & 2 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-cli",
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
"version": "4.23.0",
"version": "4.23.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
@@ -26,7 +26,7 @@
"clipboardy": "^2.3.0",
"common-tags": "^1.8.2",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.23.0",
"create-gatsby": "^2.23.1",
"envinfo": "^7.8.1",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-cxs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-cxs",
"description": "Gatsby plugin to add SSR support for ctx",
"version": "4.23.0",
"version": "4.23.1",
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
"babel-preset-gatsby-package": "^2.23.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
"gatsby-plugin-utils": "^3.17.0"
"gatsby-plugin-utils": "^3.17.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
"keywords": [
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "4.23.0",
"version": "4.23.1",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.2",
"fs-extra": "^10.1.0",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-flow",
"version": "3.23.0",
"version": "3.23.1",
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
"main": "index.js",
"scripts": {
@@ -32,7 +32,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.23.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.17.0"
"gatsby-plugin-utils": "^3.17.1"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "4.23.0",
"version": "4.23.1",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.23.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.17.0"
"gatsby-plugin-utils": "^3.17.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
"keywords": [
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "2.23.0",
"version": "2.23.1",
"scripts": {
"build": "npm-run-all --npm-path npm -s clean -p build:*",
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"client export\"",
@@ -85,7 +85,7 @@
"common-tags": "^1.8.2",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.23.0",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"objectFitPolyfill": "^2.3.5",
"prop-types": "^15.8.1"
},
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "4.23.0",
"version": "4.23.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.23.0",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"semver": "^7.3.7",
"sharp": "^0.30.7"
},
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "4.2.0",
"version": "4.2.1",
"description": "MDX integration for Gatsby",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
"estree-util-build-jsx": "^2.1.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.23.0",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"gray-matter": "^4.0.3",
"mdast-util-mdx": "^2.0.0",
"mdast-util-to-hast": "^10.2.0",
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-offline/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-offline",
"description": "Gatsby plugin which sets up a site to be able to run offline",
"version": "5.23.0",
"version": "5.23.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
"babel-preset-gatsby-package": "^2.23.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"rewire": "^6.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "4.23.0",
"version": "4.23.1",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
@@ -32,7 +32,7 @@
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.23.0",
"gatsby-page-utils": "^2.23.0",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"gatsby-telemetry": "^3.23.0",
"globby": "^11.1.0",
"lodash": "^4.17.21"
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sass",
"description": "Gatsby plugin to handle SCSS/Sass files",
"version": "5.23.0",
"version": "5.23.1",
"author": "Daniel Farrell <daniel@mobelux.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,7 +17,7 @@
"autoprefixer": "^10.4.8",
"babel-preset-gatsby-package": "^2.23.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.17.0"
"gatsby-plugin-utils": "^3.17.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sass#readme",
"keywords": [
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sharp",
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
"version": "4.23.0",
"version": "4.23.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
"filenamify": "^4.3.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.23.0",
"gatsby-plugin-utils": "^3.17.0",
"gatsby-plugin-utils": "^3.17.1",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.4",
"probe-image-size": "^7.2.3",
@@ -29,7 +29,7 @@
"@types/sharp": "^0.30.5",
"babel-preset-gatsby-package": "^2.23.0",
"cross-env": "^7.0.3",
"gatsby-plugin-image": "^2.23.0"
"gatsby-plugin-image": "^2.23.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
"keywords": [
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-sitemap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-sitemap",
"description": "Gatsby plugin that automatically creates a sitemap for your site",
"version": "5.23.0",
"version": "5.23.1",
"contributors": [
"Alex Moon <alex.jared.moon@gmail.com>",
"Nicholas Young <nicholas@nicholaswyoung.com>"
@@ -20,7 +20,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.23.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.17.0"
"gatsby-plugin-utils": "^3.17.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sitemap#readme",
"keywords": [
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-twitter",
"description": "Loads the Twitter JavaScript for embedding tweets.",
"version": "4.23.0",
"version": "4.23.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -14,7 +14,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.23.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.17.0"
"gatsby-plugin-utils": "^3.17.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-twitter#readme",
"keywords": [
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-utils",
"version": "3.17.0",
"version": "3.17.1",
"description": "Gatsby utils that help creating plugins",
"main": "dist/index.js",
"exports": {
Loading