chore(deps): bump tmp, gatsby, gatsby-plugin-image, gatsby-plugin-netlify, gatsby-plugin-netlify-cms, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-plugin-sharp, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-source-filesystem, gatsby-transformer-remark and gatsby-transformer-sharp
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Bumps tmp to 0.2.4 and updates ancestor dependencies tmp, gatsby, gatsby-plugin-image, gatsby-plugin-netlify, gatsby-plugin-netlify-cms, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-plugin-sharp, gatsby-remark-copy-linked-files, gatsby-remark-images, gatsby-source-filesystem, gatsby-transformer-remark and gatsby-transformer-sharp. These dependencies need to be updated together.
Updates tmp
from 0.0.33 to 0.2.4
Changelog
Sourced from tmp's changelog.
v0.2.2 (2024-02-28)
:bug: Bug Fix
- #278 Closes #268: Revert "fix #246: remove any double quotes or single quotes… (
@mbargiel
):memo: Documentation
- #279 Closes #266: move paragraph on graceful cleanup to the head of the documentation (
@silkentrance
)Committers: 5
- Carsten Klein (
@silkentrance
)- Dave Nicolson (
@dnicolson
)- KARASZI István (
@raszi
)- Maxime Bargiel (
@mbargiel
)@robertoaceves
v0.2.1 (2020-04-28)
:rocket: Enhancement
- #252 Closes #250: introduce tmpdir option for overriding the system tmp dir (
@silkentrance
):house: Internal
- #253 Closes #191: generate changelog from pull requests using lerna-changelog (
@silkentrance
)Committers: 1
- Carsten Klein (
@silkentrance
)v0.2.0 (2020-04-25)
:rocket: Enhancement
- #234 feat: stabilize tmp for v0.2.0 release (
@silkentrance
):bug: Bug Fix
- #231 Closes #230: regression after fix for #197 (
@silkentrance
)- #220 Closes #197: return sync callback when using the sync interface, otherwise return the async callback (
@silkentrance
)- #193 Closes #192: tmp must not exit the process on its own (
@silkentrance
):memo: Documentation
- #221 Gh 206 document name option (
@silkentrance
):house: Internal
- #226 Closes #212: enable direct name option test (
@silkentrance
)- #225 Closes #211: existing tests must clean up after themselves (
@silkentrance
)- #224 Closes #217: name tests must use tmpName (
@silkentrance
)- #223 Closes #214: refactor tests and lib (
@silkentrance
)- #198 Update dependencies to latest versions (
@matsev
)
... (truncated)
Commits
08fa3ab
Update version1cf4ec5
Merge commit from fork188b25e
Fix GHSA-52f5-9888-hmc673b9fe4
Add test case for GHSA-52f5-9888-hmc6b8e2f29
Remove broken tests2892a02
Remove outdated URLf592318
Reformat package.json995ac8c
Merge pull request #301 from raszi/dependabot/npm_and_yarn/braces-3.0.3caa758d
Bump braces from 3.0.2 to 3.0.35f0b252
Merge pull request #297 from raszi/feat/release-v0.2.3- Additional commits viewable in compare view
Updates gatsby
from 4.3.0 to 5.14.6
Release notes
Sourced from gatsby's releases.
gatsby-link@5.14.1
2024-12-20
What's Changed
- fix(gatsby-link): fix navigate method type by
@pajosieg
in gatsbyjs/gatsby#39169Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby-link@5.14.0...gatsby-link@5.14.1
v5.14.0
This release focused on performance improvements and security fixes.
What's Changed
- minor docs improvements: gatsbyjs/gatsby#38816, gatsbyjs/gatsby#39052, gatsbyjs/gatsby#39133, gatsbyjs/gatsby#39060
- security fixes:
- bump gh-pages: gatsbyjs/gatsby#39089
- bump underscore: gatsbyjs/gatsby#39092
- bump thenify: gatsbyjs/gatsby#39095
- bump axios: gatsbyjs/gatsby#39101 gatsbyjs/gatsby#39118
- bump ejs: gatsbyjs/gatsby#39093
- bump set-getter: gatsbyjs/gatsby#39091
- bump express: gatsbyjs/gatsby#39099
- bump express: gatsbyjs/gatsby#39098
- bump css-what: gatsbyjs/gatsby#39107
- bump rollup: gatsbyjs/gatsby#39112 gatsbyjs/gatsby#39115
- bump body-parser: gatsbyjs/gatsby#39097 gatsbyjs/gatsby#39132
- bump webpack-dev-middleware: gatsbyjs/gatsby#39106
- bump path-to-regexp: gatsbyjs/gatsby#39096
- [
gatsby
,create-gatsby
,gatsby-cli
,gatsby-dev-cli
,gatsby-plugin-gatsby-cloud
,gatsby-plugin-page-creator
] perf: disable telemetry reporting gatsbyjs/gatsby#39137v5.13.7
2024-07-12
What's Changed
- fix(gatsby-adapter-netlify): support monorepos (#39005) by
@gatsbybot
in gatsbyjs/gatsby#39037See full release notes: gatsbyjs/gatsby#39046
v5.13.6
2024-05-29
What's Changed
- perf(gatsby-adapter-netlify): improve adapt() performance (#38988) by
@gatsbybot
in gatsbyjs/gatsby#38991
... (truncated)
Commits
c9c38c8
chore(release): Publisha9eb53c
fix: use forked devcert to avoid pulling transitive deps from its @types/* de...5fee002
chore(release): Publishd00bf5e
fix: don't treat timestamps as dynamic paths (#39340) (#39341)7d1a53a
chore(release): Publishfd04eec
fix: ensure rendering engine has vendored libvips (#39317) (#39320)f313e7d
chore(release): Publishe0cdefb
fix(deps): upgrade multer to resolve 3 security vulnerabilities (#39307) (#39...7248261
chore(release): Publishe990476
fix: Align types of rootNodeMap during root node tracking (#39262) (#39270)- Additional commits viewable in compare view
Updates gatsby-plugin-image
from 2.3.0 to 3.14.0
Release notes
Sourced from gatsby-plugin-image's releases.
v3.14 (September 2021 #1)
Welcome to
gatsby@3.14.0
release (September 2021 #1)This is the final minor release for gatsby v3. Gatsby v4 beta is already published behind the
next
npm tag and the next stable release will begatsby@4.0.0
. See what's inside!We will keep publishing patches for 3.14.x with hotfixes until
4.0.0
stable is published and at least several weeks after.Key highlights of this release:
- Better UX for navigation in the middle of deployment
- New developer tools -
createPages
snippet in GraphiQL and new GraphQL capability- Preparations for gatsby v4 - API deprecations; migration guide; docs
- Improvements for
gatsby-source-drupal
- New home for
gatsby-plugin-netlify
Also, check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@next
and let us know if you have any issues.v3.13 (August 2021 #3)
Welcome to
gatsby@3.13.0
release (August 2021 #3)Key highlights of this release:
- Improved Changelogs - Better structured and easier to read
sharp
v0.29 - Reduced install size, improved encoding time, and improved AVIF image quality- Faster Sourcing for
gatsby-source-drupal
- Speed up fetching data by around 4x- webpack Caching in Development for Everyone - Activating it for all users
Also check out notable bugfixes.
Bleeding Edge: Want to try new features as soon as possible? Install
gatsby@next
and let us know if you have any issues.v3.12 (August 2021 #2)
Welcome to
gatsby@3.12.0
release (August 2021 #2)Key highlights of this release:
webpack
dev server caching - opt-in 20% of users- Improvements to
gatsby-source-shopify
- Add compat for breaking change in Shopify's API
... (truncated)
Changelog
Sourced from gatsby-plugin-image's changelog.
3.14.0 (2024-11-06)
Bug Fixes
3.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-image
3.13.0 (2023-12-18)
Note: Version bump only for package gatsby-plugin-image
3.12.3 (2023-10-26)
Note: Version bump only for package gatsby-plugin-image
3.12.2 (2023-10-20)
Note: Version bump only for package gatsby-plugin-image
3.12.1 (2023-10-09)
Note: Version bump only for package gatsby-plugin-image
3.12.0 (2023-08-24)
Features
Bug Fixes
3.11.0 (2023-06-15)
Bug Fixes
... (truncated)
Commits
5397fbf
chore(release): Publish2c75bc5
chore(changelogs): update changelogs (#38821)94b2482
chore(release): Publish next196618a
chore(release): Publish nextcb33fe5
fix(deps): update dependency fs-extra to ^11.2.0 (#38727)4f8c065
chore(changelogs): update changelogs (#38769)eed07f3
chore(release): Publish next pre-minor26871b8
chore(release): Publish next9a26700
chore(changelogs): update changelogs (#38667)7ba63eb
chore(changelogs): update changelogs (#38658)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by serhalp-netlify, a new releaser for gatsby-plugin-image since your current version.
Updates gatsby-plugin-netlify
from 5.0.0 to 5.1.1
Release notes
Sourced from gatsby-plugin-netlify's releases.
v5.1.1
5.1.1 (2023-09-25)
Bug Fixes
- apply caching headers to all produced assets (#217) (31e9249)
- deps: update dependency fs-extra to v11 (#256) (aa3184c)
- add path to
transformHeaders
(#276)gatsby-plugin-netlify v5.1.0
Features
Bug Fixes
- deps: update dependency
@babel/runtime
to v7.19.4 (#186) (0f51e02)- deps: update dependency
@babel/runtime
to v7.20.0 (#192) (214e991)gatsby-plugin-netlify v5.0.1
Bug Fixes
Changelog
Sourced from gatsby-plugin-netlify's changelog.
5.1.1 (2023-09-25)
Bug Fixes
- apply caching headers to all produced assets (#217) (31e9249)
- deps: update dependency fs-extra to v11 (#256) (aa3184c)
- add path to
transformHeaders
(#276)5.1.0 (2022-11-30)
Features
Bug Fixes
- deps: update dependency
@babel/runtime
to v7.19.4 (#186) (0f51e02)- deps: update dependency
@babel/runtime
to v7.20.0 (#192) (214e991)5.0.1 (2022-07-25)
Bug Fixes
Commits
4b8eef4
chore(main): release 5.1.1 (#279)ca15fcd
add path to transformHeaders - resolves #275 (#276)2dc646e
chore(deps): update tibdex/github-app-token action to v1.9.0f17ba67
chore(deps): update jest monorepo to v29.5.5d194b97
chore(deps): update dependency@babel/core
to v7.22.202c59f20
chore(deps): update dependency typescript to v5 (#251)8f6c0ae
chore(deps): update googlecloudplatform/release-please-action action to v3 (#...c626aab
chore(deps): update dependency prettier to v3 (#263)aa3184c
fix(deps): update dependency fs-extra to v11 (#256)2caa46e
chore(deps): update dependency gatsby to v5.12.4- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by netlify-bot, a new releaser for gatsby-plugin-netlify since your current version.
Updates gatsby-plugin-netlify-cms
from 6.3.0 to 7.12.1
Release notes
Sourced from gatsby-plugin-netlify-cms's releases.
gatsby-source-wordpress@7.13.5 and 6 more...
2024-08-26
Updated packages
- gatsby-source-wordpress@7.13.5
- gatsby-remark-responsive-iframe@6.13.2
- gatsby-remark-prismjs@7.13.2
- gatsby-remark-images@7.13.2
- gatsby-remark-images@6.13.2
- gatsby-remark-graphviz@5.13.2
- gatsby-remark-copy-linked-files@6.13.2
- gatsby-plugin-offline@6.13.3
What's Changed
- fix: pin cheerio (#39066) by
@gatsbybot
in gatsbyjs/gatsby#39069See full release notes: gatsbyjs/gatsby#39070
Commits
7efd49e
chore(release): Publish6b6eeb7
chore(gatsby-plugin-netlify-cms): add deprecation notice (#38753) (#38754)a1c87bc
chore(release): Publish1ebae56
chore(release): Publish next635919f
fix(deps): update dependency html-webpack-plugin to ^5.5.3 for gatsby-plugin-...fd4d702
chore(changelogs): update changelogs (#38248)0991178
chore(release): Publish next pre-minorebe9bc6
chore(release): Publish next57a4af5
chore(changelogs): update changelogs (#38096)99664bc
chore(release): Publish next pre-minor- Additional commits viewable in compare view
Updates gatsby-plugin-react-helmet
from 5.3.0 to 6.14.0
Release notes
Sourced from gatsby-plugin-react-helmet's releases.
gatsby-link@5.14.1
2024-12-20
What's Changed
- fix(gatsby-link): fix navigate method type by
@pajosieg
in gatsbyjs/gatsby#39169Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby-link@5.14.0...gatsby-link@5.14.1
v5.14.0
This release focused on performance improvements and security fixes.
What's Changed
- minor docs improvements: gatsbyjs/gatsby#38816, gatsbyjs/gatsby#39052, gatsbyjs/gatsby#39133, gatsbyjs/gatsby#39060
- security fixes:
- bump gh-pages: gatsbyjs/gatsby#39089
- bump underscore: gatsbyjs/gatsby#39092
- bump thenify: gatsbyjs/gatsby#39095
- bump axios: gatsbyjs/gatsby#39101 gatsbyjs/gatsby#39118
- bump ejs: gatsbyjs/gatsby#39093
- bump set-getter: gatsbyjs/gatsby#39091
- bump express: gatsbyjs/gatsby#39099
- bump express: gatsbyjs/gatsby#39098
- bump css-what: gatsbyjs/gatsby#39107
- bump rollup: gatsbyjs/gatsby#39112 gatsbyjs/gatsby#39115
- bump body-parser: gatsbyjs/gatsby#39097 gatsbyjs/gatsby#39132
- bump webpack-dev-middleware: gatsbyjs/gatsby#39106
- bump path-to-regexp: gatsbyjs/gatsby#39096
- [
gatsby
,create-gatsby
,gatsby-cli
,gatsby-dev-cli
,gatsby-plugin-gatsby-cloud
,gatsby-plugin-page-creator
] perf: disable telemetry reporting gatsbyjs/gatsby#39137v5.13.7
2024-07-12
What's Changed
- fix(gatsby-adapter-netlify): support monorepos (#39005) by
@gatsbybot
in gatsbyjs/gatsby#39037See full release notes: gatsbyjs/gatsby#39046
v5.13.6
2024-05-29
What's Changed
- perf(gatsby-adapter-netlify): improve adapt() performance (#38988) by
@gatsbybot
in gatsbyjs/gatsby#38991
... (truncated)
Changelog
Sourced from gatsby-plugin-react-helmet's changelog.
6.14.0 (2024-11-06)
Note: Version bump only for package gatsby-plugin-react-helmet
6.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-react-helmet
6.13.0 (2023-12-18)
Note: Version bump only for package gatsby-plugin-react-helmet
6.12.0 (2023-08-24)
Note: Version bump only for package gatsby-plugin-react-helmet
6.11.0 (2023-06-15)
Note: Version bump only for package gatsby-plugin-react-helmet
6.10.0 (2023-05-16)
Note: Version bump only for package gatsby-plugin-react-helmet
6.9.0 (2023-04-18)
Note: Version bump only for package gatsby-plugin-react-helmet
6.8.0 (2023-03-21)
Note: Version bump only for package gatsby-plugin-react-helmet
6.7.0 (2023-02-21)
... (truncated)
Commits
5397fbf
chore(release): Publish2c75bc5
chore(changelogs): update changelogs (#38821)94b2482
chore(release): Publish next196618a
chore(release): Publish next4f8c065
chore(changelogs): update changelogs (#38769)eed07f3
chore(release): Publish next pre-minordb248ab
chore(changelogs): update changelogs (#38526)e6e2fb4
chore(release): Publish next pre-minorfd4d702
chore(changelogs): update changelogs (#38248)0991178
chore(release): Publish next pre-minor- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by serhalp-netlify, a new releaser for gatsby-plugin-react-helmet since your current version.
Updates gatsby-plugin-sass
from 5.3.0 to 6.14.0
Release notes
Sourced from gatsby-plugin-sass's releases.
gatsby-link@5.14.1
2024-12-20
What's Changed
- fix(gatsby-link): fix navigate method type by
@pajosieg
in gatsbyjs/gatsby#39169Full Changelog: https://github.com/gatsbyjs/gatsby/compare/gatsby-link@5.14.0...gatsby-link@5.14.1
v5.14.0
This release focused on performance improvements and security fixes.
What's Changed
- minor docs improvements: gatsbyjs/gatsby#38816, gatsbyjs/gatsby#39052, gatsbyjs/gatsby#39133, gatsbyjs/gatsby#39060
- security fixes:
- bump gh-pages: gatsbyjs/gatsby#39089
- bump underscore: gatsbyjs/gatsby#39092
- bump thenify: gatsbyjs/gatsby#39095
- bump axios: gatsbyjs/gatsby#39101 gatsbyjs/gatsby#39118
- bump ejs: gatsbyjs/gatsby#39093
- bump set-getter: gatsbyjs/gatsby#39091
- bump express: gatsbyjs/gatsby#39099
- bump express: gatsbyjs/gatsby#39098
- bump css-what: gatsbyjs/gatsby#39107
- bump rollup: gatsbyjs/gatsby#39112 gatsbyjs/gatsby#39115
- bump body-parser: gatsbyjs/gatsby#39097 gatsbyjs/gatsby#39132
- bump webpack-dev-middleware: gatsbyjs/gatsby#39106
- bump path-to-regexp: gatsbyjs/gatsby#39096
- [
gatsby
,create-gatsby
,gatsby-cli
,gatsby-dev-cli
,gatsby-plugin-gatsby-cloud
,gatsby-plugin-page-creator
] perf: disable telemetry reporting gatsbyjs/gatsby#39137v5.13.7
2024-07-12
What's Changed
- fix(gatsby-adapter-netlify): support monorepos (#39005) by
@gatsbybot
in gatsbyjs/gatsby#39037See full release notes: gatsbyjs/gatsby#39046
v5.13.6
2024-05-29
What's Changed
- perf(gatsby-adapter-netlify): improve adapt() performance (#38988) by
@gatsbybot
in gatsbyjs/gatsby#38991
... (truncated)
Changelog
Sourced from gatsby-plugin-sass's changelog.
6.14.0 (2024-11-06)
Chores
6.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-sass
6.13.0 (2023-12-18)
Note: Version bump only for package gatsby-plugin-sass
6.12.3 (2023-10-26)
Note: Version bump only for package gatsby-plugin-sass
6.12.2 (2023-10-20)
Note: Version bump only for package gatsby-plugin-sass
6.12.1 (2023-10-09)
Note: Version bump only for package gatsby-plugin-sass
6.12.0 (2023-08-24)
Note: Version bump only for package gatsby-plugin-sass
6.11.0 (2023-06-15)
Note: Version bump only for package gatsby-plugin-sass
6.10.0 (2023-05-16)
Note: Version bump only for package gatsby-plugin-sass
6.9.0 (2023-04-18)
... (truncated)
Commits
5397fbf
chore(release): Publish2c75bc5
chore(changelogs): update changelogs (#38821)94b2482
chore(release): Publish next196618a
chore(release): Publish next24afe95
chore(deps): update dependency autoprefixer to ^10.4.16 for gatsby-plugin-sas...4f8c065
chore(changelogs): update changelogs (#38769)eed07f3
chore(release): Publish next pre-minor26871b8
chore(release): Publish next9a26700
chore(changelogs): update changelogs (#38667)7ba63eb
chore(changelogs): update changelogs (#38658)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by serhalp-netlify, a new releaser for gatsby-plugin-sass since your current version.
Updates gatsby-plugin-sharp
from 4.3.0 to 5.14.0
Release notes
Sourced from gatsby-plugin-sharp's releases.
v5.14.0
This release focused on performance improvements and security fixes.
What's Changed
- minor docs improvements: gatsbyjs/gatsby#38816, gatsbyjs/gatsby#39052, gatsbyjs/gatsby#39133, gatsbyjs/gatsby#39060
- security fixes:
- bump gh-pages: gatsbyjs/gatsby#39089
- bump underscore: gatsbyjs/gatsby#39092
- bump thenify: gatsbyjs/gatsby#39095
- bump axios: gatsbyjs/gatsby#39101 gatsbyjs/gatsby#39118
- bump ejs: gatsbyjs/gatsby#39093
- bump set-getter: gatsbyjs/gatsby#39091
- bump express: gatsbyjs/gatsby#39099
- bump express: gatsbyjs/gatsby#39098
- bump css-what: gatsbyjs/gatsby#39107
- bump rollup: gatsbyjs/gatsby#39112 gatsbyjs/gatsby#39115
- bump body-parser: gatsbyjs/gatsby#39097 gatsbyjs/gatsby#39132
- bump webpack-dev-middleware: gatsbyjs/gatsby#39106
- bump path-to-regexp: gatsbyjs/gatsby#39096
- [
gatsby
,create-gatsby
,gatsby-cli
,gatsby-dev-cli
,gatsby-plugin-gatsby-cloud
,gatsby-plugin-page-creator
] perf: disable telemetry reporting gatsbyjs/gatsby#39137v5.13.7
2024-07-12
What's Changed
- fix(gatsby-adapter-netlify): support monorepos (#39005) by
@gatsbybot
in gatsbyjs/gatsby#39037See full release notes: gatsbyjs/gatsby#39046
v5.13.6
2024-05-29
What's Changed
- perf(gatsby-adapter-netlify): improve adapt() performance (#38988) by
@gatsbybot
in gatsbyjs/gatsby#38991See full release notes: gatsbyjs/gatsby#39004
v5.13.5
2024-05-17
What's Changed
- chore: pin
@vercel/webpack-asset-relocator-loader
(#38981) by@gatsbybot
in gatsbyjs/gatsby#38982- feat: allow dsg/ssr renders without access to datastore if it's not required (#38974) by
@gatsbybot
in gatsbyjs/gatsby#38979
... (truncated)
Changelog
Sourced from gatsby-plugin-sharp's changelog.
5.14.0 (2024-11-06)
Bug Fixes
- update dependency fs-extra to ^11.2.0 #38727 (cb33fe5)
- update dependency async to ^3.2.5 for gatsby-plugin-sharp #38721 (a30811a)
5.13.1 (2024-01-23)
Note: Version bump only for package gatsby-plugin-sharp
5.13.0 (2023-12-18)
Chores
5.12.3 (2023-10-26)
Note: Version bump only for package gatsby-plugin-sharp
5.12.2 (2023-10-20)
Note: Version bump only for package gatsby-plugin-sharp
5.12.1 (2023-10-09)
Chores
- upgrade sharp to latest v0.32.6
Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+15122Deletions:
-15454
Package Dependencies
gatsby-transformer-sharp
npm
Technical Details
ID: | 4692809 |
UUID: | 2725412902 |
Node ID: | PR_kwDOI6_Xgs6icoAm |
Host: | GitHub |
Repository: | blueprintmrk/gatsby-starter-netlify-cms |
Merge State: | Unknown |