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: TryGhost/SDK
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @tryghost/helpers@1.1.79
Choose a base ref
...
head repository: TryGhost/SDK
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @tryghost/helpers@1.1.80
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on May 18, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9640d59 View commit details

Commits on May 26, 2023

  1. Update babel monorepo

    renovate[bot] authored May 26, 2023
    Copy the full SHA
    21125cf View commit details

Commits on May 29, 2023

  1. Copy the full SHA
    f7c3432 View commit details
  2. Copy the full SHA
    3be7e43 View commit details
  3. Copy the full SHA
    0178d54 View commit details

Commits on Jun 5, 2023

  1. Added lodash dependency to url-utils

    no issue
    url-utils already required lodash, but never had it in the dependency list
    sam-lord committed Jun 5, 2023
    Copy the full SHA
    9a96fc9 View commit details
  2. Added lerna dependency to SDK repo

    no issue
    We use lerna for monorepo functions within this project, this allows test, ship etc to run without having lerna installed globally
    sam-lord committed Jun 5, 2023
    Copy the full SHA
    682aaac View commit details
  3. Published new versions

     - @tryghost/content-api@1.11.11
     - @tryghost/helpers-gatsby@2.0.11
     - @tryghost/helpers@1.1.80
     - @tryghost/string@0.2.7
     - @tryghost/timezone-data@0.3.2
     - @tryghost/url-utils@4.4.3
    sam-lord committed Jun 5, 2023
    Copy the full SHA
    f771c75 View commit details
Showing with 3,940 additions and 486 deletions.
  1. +1 −0 package.json
  2. +3 −3 packages/content-api/package.json
  3. +6 −6 packages/helpers-gatsby/package.json
  4. +2 −2 packages/helpers/package.json
  5. +2 −2 packages/string/package.json
  6. +3 −3 packages/timezone-data/package.json
  7. +2 −1 packages/url-utils/package.json
  8. +3,921 −469 yarn.lock
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
"eslint": "8.39.0",
"eslint-plugin-ghost": "2.16.0",
"eslint-plugin-react": "7.32.2",
"lerna": "6.6.2",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
6 changes: 3 additions & 3 deletions packages/content-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/content-api",
"version": "1.11.10",
"version": "1.11.11",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/content-api",
"author": "Ghost Foundation",
"license": "MIT",
@@ -30,9 +30,9 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.1",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.21.5",
"@babel/preset-env": "7.22.4",
"@rollup/plugin-json": "6.0.0",
"c8": "7.13.0",
"core-js": "3.30.2",
12 changes: 6 additions & 6 deletions packages/helpers-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/helpers-gatsby",
"version": "2.0.10",
"version": "2.0.11",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/helpers-gatsby",
"author": "Ghost Foundation",
"license": "MIT",
@@ -25,19 +25,19 @@
},
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.4",
"@babel/preset-react": "7.22.3",
"c8": "7.13.0",
"mocha": "10.2.0",
"react": "18.2.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"should": "13.2.3",
"sinon": "15.0.4"
},
"dependencies": {
"@gatsbyjs/reach-router": "1.3.9",
"@tryghost/helpers": "^1.1.79",
"@tryghost/helpers": "^1.1.80",
"gatsby-link": "4.17.0",
"prop-types": "^15.6.2"
},
4 changes: 2 additions & 2 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/helpers",
"version": "1.1.79",
"version": "1.1.80",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/helpers",
"author": "Ghost Foundation",
"license": "MIT",
@@ -31,7 +31,7 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/core": "7.22.1",
"@babel/polyfill": "7.12.1",
"c8": "7.13.0",
"istanbul": "0.4.5",
4 changes: 2 additions & 2 deletions packages/string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/string",
"version": "0.2.6",
"version": "0.2.7",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/string",
"author": "Ghost Foundation",
"license": "MIT",
@@ -20,7 +20,7 @@
},
"devDependencies": {
"c8": "7.13.0",
"jsdom": "22.0.0",
"jsdom": "22.1.0",
"mocha": "10.2.0",
"should": "13.2.3",
"sinon": "15.0.4"
6 changes: 3 additions & 3 deletions packages/timezone-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/timezone-data",
"version": "0.3.1",
"version": "0.3.2",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/timezone-data",
"author": "Ghost Foundation",
"license": "MIT",
@@ -30,8 +30,8 @@
"access": "public"
},
"devDependencies": {
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/core": "7.22.1",
"@babel/preset-env": "7.22.4",
"c8": "7.13.0",
"mocha": "10.2.0",
"rollup": "2.79.1",
3 changes: 2 additions & 1 deletion packages/url-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tryghost/url-utils",
"version": "4.4.2",
"version": "4.4.3",
"repository": "https://github.com/TryGhost/SDK/tree/master/packages/url-utils",
"author": "Ghost Foundation",
"license": "MIT",
@@ -28,6 +28,7 @@
},
"dependencies": {
"cheerio": "^0.22.0",
"lodash": "^4.17.21",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"remark": "^11.0.2",
Loading