Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump json5, gatsby, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-styled-components, gatsby-source-filesystem, gatsby-transformer-sharp, eslint-loader and gatsby-plugin-eslint #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps json5 to 2.2.3 and updates ancestor dependencies json5, gatsby, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-styled-components, gatsby-source-filesystem, gatsby-transformer-sharp, eslint-loader and gatsby-plugin-eslint. These dependencies need to be updated together.

Updates json5 from 1.0.1 to 2.2.3

Release notes

Sourced from json5's releases.

v2.2.3

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1

v2.2.0

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

v2.1.2

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1

  • New: package.json and package.json5 include a module property so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)
  • Fix: stringify outputs \0 as \\x00 when followed by a digit. (#210)
  • Fix: Spelling mistakes have been fixed. (#196)

v2.1.0

  • New: The index.mjs and index.min.mjs browser builds in the dist directory support ES6 modules. (#187)

v2.0.1

  • Fix: The browser builds in the dist directory support ES5. (#182)

v2.0.0

  • Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.

  • New: Support for Unicode 10 has been added.

  • New: The test framework has been migrated from Mocha to Tap.

  • New: The browser build at dist/index.js is no longer minified by default. A minified version is available at dist/index.min.js. (#181)

  • Fix: The warning has been made clearer when line and paragraph separators are

... (truncated)

Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).

v2.2.1 [code, diff]

v2.2.0 [code, diff]

  • New: Accurate and documented TypeScript declarations are now included. There is no need to install @types/json5. (#236, #244)

v2.1.3 [code, diff]

  • Fix: An out of memory bug when parsing numbers has been fixed. (#228, #229)

v2.1.2 [code, diff]

  • Fix: Bump minimist to v1.2.5. (#222)

v2.1.1 [code, [diff][d2.1.1]]

... (truncated)

Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • Additional commits viewable in compare view

Updates gatsby from 2.20.10 to 5.3.3

Release notes

Sourced from gatsby's releases.

v5.3.0

Welcome to [email protected] release (December 2022 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.2.0

Welcome to [email protected] release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

Welcome to [email protected] release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

Welcome to [email protected] release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

... (truncated)

Commits
  • da692c7 chore(release): Publish
  • e333019 fix(gatsby-transformer-remark): Disallow JS frontmatter by default (#37244) (...
  • 3e7e996 fix(gatsby): [rendering engines] use results of exports removal if sourceMap ...
  • f448e12 fix(gatsby): don't output file-loader assets to .cache (#37284) (#37295)
  • 8fc123c chore(release): Publish
  • b7477f4 fix(gatsby-plugin-image): Normalize filename for correct hashing (#37262) (#3...
  • 98cbee1 chore(release): Publish
  • a283319 fix(gatsby): use file:// protocol when importing gatsby-config/node (#37257) ...
  • 287cabd chore(release): Publish
  • e9aafe4 Revert "fix(deps): update dependency lmdb to v2.7.1 (#37160)" (#37255) (#37258)
  • Additional commits viewable in compare view

Updates gatsby-plugin-manifest from 2.3.3 to 5.3.1

Release notes

Sourced from gatsby-plugin-manifest's releases.

v5.3.0

Welcome to [email protected] release (December 2022 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.2.0

Welcome to [email protected] release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

Welcome to [email protected] release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

Welcome to [email protected] release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

... (truncated)

Changelog

Sourced from gatsby-plugin-manifest's changelog.

5.3.1 (2022-12-14)

Note: Version bump only for package gatsby-plugin-manifest

5.3.0 (2022-12-13)

🧾 Release notes

Chores

5.2.0 (2022-11-25)

🧾 Release notes

Other Changes

5.1.0 (2022-11-22)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

5.0.0 (2022-11-08)

🧾 Release notes

Chores

4.24.0 (2022-09-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

4.23.1 (2022-09-22)

Note: Version bump only for package gatsby-plugin-manifest

4.23.0 (2022-09-13)

🧾 Release notes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by marvinjudehk, a new releaser for gatsby-plugin-manifest since your current version.


Updates gatsby-plugin-offline from 2.2.10 to 6.3.1

Release notes

Sourced from gatsby-plugin-offline's releases.

v5.3.0

Welcome to [email protected] release (December 2022 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.2.0

Welcome to [email protected] release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

Welcome to [email protected] release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

Welcome to [email protected] release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

... (truncated)

Changelog

Sourced from gatsby-plugin-offline's changelog.

6.3.1 (2022-12-14)

Note: Version bump only for package gatsby-plugin-offline

6.3.0 (2022-12-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-offline

6.2.0 (2022-11-25)

🧾 Release notes

Other Changes

6.1.0 (2022-11-22)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-offline

6.0.0 (2022-11-08)

🧾 Release notes

Chores

5.24.0 (2022-09-27)

🧾 Release notes

Chores

5.23.1 (2022-09-22)

Note: Version bump only for package gatsby-plugin-offline

5.23.0 (2022-09-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-offline

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by marvinjudehk, a new releaser for gatsby-plugin-offline since your current version.


Updates gatsby-plugin-react-helmet from 3.2.1 to 6.3.0

Release notes

Sourced from gatsby-plugin-react-helmet's releases.

v5.3.0

Welcome to [email protected] release (December 2022 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.2.0

Welcome to [email protected] release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

Welcome to [email protected] release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

Welcome to [email protected] release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

... (truncated)

Changelog

Sourced from gatsby-plugin-react-helmet's changelog.

6.3.0 (2022-12-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.2.0 (2022-11-25)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.1.0 (2022-11-22)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.0.0 (2022-11-08)

🧾 Release notes

Chores

5.24.0 (2022-09-27)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

5.23.0 (2022-09-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

5.22.0 (2022-08-30)

🧾 Release notes

Bug Fixes

5.21.0 (2022-08-16)

🧾 Release notes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by marvinjudehk, a new releaser for gatsby-plugin-react-helmet since your current version.


Updates gatsby-plugin-styled-components from 3.2.1 to 6.3.0

Release notes

Sourced from gatsby-plugin-styled-components's releases.

v5.3.0

Welcome to [email protected] release (December 2022 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.2.0

Welcome to [email protected] release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

Welcome to [email protected] release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

Welcome to [email protected] release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

... (truncated)

Changelog

Sourced from gatsby-plugin-styled-components's changelog.

6.3.0 (2022-12-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

6.2.0 (2022-11-25)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

6.1.0 (2022-11-22)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

6.0.0 (2022-11-08)

🧾 Release notes

Chores

5.24.0 (2022-09-27)

🧾 Release notes

Chores

5.23.0 (2022-09-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

5.22.0 (2022-08-30)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-styled-components

5.21.0 (2022-08-16)

🧾 Release notes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by marvinjudehk, a new releaser for gatsby-plugin-styled-components since your current version.


Updates gatsby-source-filesystem from 2.2.2 to 5.3.1

Release notes

Sourced from gatsby-source-filesystem's releases.

v5.3.0

Welcome to [email protected] release (December 2022 #1)

Key highlights of this release:

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes

Full changelog

v5.2.0

Welcome to [email protected] release (November 2022 #3)

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

Welcome to [email protected] release (November 2022 #2)

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

Welcome to [email protected] release (November 2022 #1)

Key highlights of this release:

Major dependency updates:

... (truncated)

Changelog

Sourced from gatsby-source-filesystem's changelog.

5.3.1 (2022-12-14)

Note: Version bump only for package gatsby-source-filesystem

5.3.0 (2022-12-13)

🧾 Release notes

Bug Fixes

  • update minor and patch dependencies for gatsby-source-filesystem #37163 (21f815f)

5.2.0 (2022-11-25)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

5.1.0 (2022-11-22)

🧾 Release notes

Bug Fixes

5.0.0 (2022-11-08)

🧾 Release notes

Chores

4.24.0 (2022-09-27)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.23.0 (2022-09-13)

🧾 Release notes

Note: Version bump only for package gatsby-source-filesystem

4.22.0 (2022-08-30)

... (truncated)

Commits
  • 287cabd chore(release): Publish
  • b995fc2 chore(release): Publish
  • 03d6c59 chore(release): Publish next
  • 1dc347c chore(release): Publish n...

    Description has been truncated

…tsby-plugin-react-helmet, gatsby-plugin-styled-components, gatsby-source-filesystem, gatsby-transformer-sharp, eslint-loader and gatsby-plugin-eslint

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [gatsby](https://github.com/gatsbyjs/gatsby), [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest), [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline), [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet), [gatsby-plugin-styled-components](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-styled-components), [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem), [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp), [eslint-loader](https://github.com/webpack-contrib/eslint-loader) and [gatsby-plugin-eslint](https://github.com/mongkuen/gatsby-plugin-eslint). These dependencies need to be updated together.


Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v2.2.3)

Updates `gatsby` from 2.20.10 to 5.3.3
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.3.3)

Updates `gatsby-plugin-manifest` from 2.3.3 to 5.3.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-offline` from 2.2.10 to 6.3.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-offline)

Updates `gatsby-plugin-react-helmet` from 3.2.1 to 6.3.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-react-helmet)

Updates `gatsby-plugin-styled-components` from 3.2.1 to 6.3.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-styled-components/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-styled-components)

Updates `gatsby-source-filesystem` from 2.2.2 to 5.3.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-source-filesystem)

Updates `gatsby-transformer-sharp` from 2.4.3 to 5.3.1
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-transformer-sharp)

Updates `eslint-loader` from 2.2.1 to 4.0.2
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/eslint-loader@v2.2.1...v4.0.2)

Updates `gatsby-plugin-eslint` from 2.0.8 to 4.0.3
- [Release notes](https://github.com/mongkuen/gatsby-plugin-eslint/releases)
- [Commits](https://github.com/mongkuen/gatsby-plugin-eslint/commits)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: gatsby
  dependency-type: direct:production
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
- dependency-name: gatsby-plugin-offline
  dependency-type: direct:production
- dependency-name: gatsby-plugin-react-helmet
  dependency-type: direct:production
- dependency-name: gatsby-plugin-styled-components
  dependency-type: direct:production
- dependency-name: gatsby-source-filesystem
  dependency-type: direct:production
- dependency-name: gatsby-transformer-sharp
  dependency-type: direct:production
- dependency-name: eslint-loader
  dependency-type: direct:development
- dependency-name: gatsby-plugin-eslint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants