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: 8a44d0fcdff481ef079059e024a0d7a20acb39aa
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4c4222a96b7080ffba7c480490e2e12fc9cb7d09
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Oct 6, 2022

  1. feat(gatsby-parcel-config): Re-Add JSON transformer (#36748) (#36752)

    Co-authored-by: Lennart <lekoarts@gmail.com>
    gatsbybot and LekoArts authored Oct 6, 2022
    Copy the full SHA
    7f5aec0 View commit details
  2. chore(release): Publish

     - gatsby-parcel-config@0.15.1
     - gatsby@4.24.2
    LekoArts committed Oct 6, 2022
    Copy the full SHA
    4c4222a View commit details
Showing with 15 additions and 5 deletions.
  1. +2 −1 packages/gatsby-parcel-config/lib/index.json
  2. +3 −2 packages/gatsby-parcel-config/package.json
  3. +2 −2 packages/gatsby/package.json
  4. +8 −0 yarn.lock
3 changes: 2 additions & 1 deletion packages/gatsby-parcel-config/lib/index.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,8 @@
"transformers": {
"*.{js,mjs,jsm,jsx,es6,cjs,ts,tsx}": [
"@parcel/transformer-js"
]
],
"*.{json,json5}": ["@parcel/transformer-json"]
},
"namers": ["@gatsbyjs/parcel-namer-relative-to-cwd", "@parcel/namer-default"],
"runtimes": ["@parcel/runtime-js"],
5 changes: 3 additions & 2 deletions packages/gatsby-parcel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-parcel-config",
"main": "lib/index.json",
"version": "0.15.0",
"version": "0.15.1",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme",
"description": "A minimal Parcel config for use in Gatsby",
"repository": {
@@ -24,7 +24,8 @@
"@parcel/reporter-dev-server": "2.6.2",
"@parcel/resolver-default": "2.6.2",
"@parcel/runtime-js": "2.6.2",
"@parcel/transformer-js": "2.6.2"
"@parcel/transformer-js": "2.6.2",
"@parcel/transformer-json": "2.6.2"
},
"peerDependencies": {
"@parcel/core": "^2.0.0"
4 changes: 2 additions & 2 deletions packages/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby",
"description": "Blazing fast modern site generator for React",
"version": "4.24.1",
"version": "4.24.2",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "./cli.js"
@@ -96,7 +96,7 @@
"gatsby-legacy-polyfills": "^2.24.0",
"gatsby-link": "^4.24.0",
"gatsby-page-utils": "^2.24.0",
"gatsby-parcel-config": "0.15.0",
"gatsby-parcel-config": "0.15.1",
"gatsby-plugin-page-creator": "^4.24.0",
"gatsby-plugin-typescript": "^4.24.0",
"gatsby-plugin-utils": "^3.18.0",
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3499,6 +3499,14 @@
regenerator-runtime "^0.13.7"
semver "^5.7.1"

"@parcel/transformer-json@2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@parcel/transformer-json/-/transformer-json-2.6.2.tgz#37a5c3f4571c81e1a5f2d0c77f266b56e3866ad5"
integrity sha512-QGcIIvbPF/u10ihYvQhxXqb2QMXWSzcBxJrOSIXIl74TUGrWX05D5LmjDA/rzm/n/kvRnBkFNP60R/smYb8x+Q==
dependencies:
"@parcel/plugin" "2.6.2"
json5 "^2.2.0"

"@parcel/types@2.6.2":
version "2.6.2"
resolved "https://registry.yarnpkg.com/@parcel/types/-/types-2.6.2.tgz#216313bcaf625e59a2bd525a00c3b1f6701b0d92"