gatsby-starter-elemental icon indicating copy to clipboard operation
gatsby-starter-elemental copied to clipboard

Gatsby starter for portfolio sites

Results 19 gatsby-starter-elemental issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 1.2.14 to 2.14.1. Release notes Sourced from gatsby-plugin-mdx's releases. New MongoDB source plugin! Exciting to see the first source plugin for a database added! Added Add gatsby-source-mongodb...

dependencies

Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.0 to 1.2.1. Release notes Sourced from devcert's releases. v1.1.1 Bug Fixes #55: Fix remote execution vulnerability by switching from execSync to execFileSync Change run() to use...

dependencies

Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

# Updated: gatsby to 3.12.0 * Updated: gatsby to 3.12.0, tailwind to 2.2.7, react to 17.0.2 and typescript to 4.3.5 * Updated gatsby-config.ts to include fast dev flags * Updated...

Is it possible to add the fluid plugin image on the title image? Right now, it just puts the source image as is, but it seems like having it as...

**Everything is fine when developing i.e., `gatsby develop`** ![image](https://user-images.githubusercontent.com/20596763/82760569-dbf32880-9e11-11ea-8be5-e2759cf7720c.png) **But, the same after building for production results in elements with bad paths i.e., `gatsby build`** ![image](https://user-images.githubusercontent.com/20596763/82760602-2674a500-9e12-11ea-8dc6-f0782c23f7aa.png) **Except the homepage, all...