-
Notifications
You must be signed in to change notification settings - Fork 41
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
chore(deps): update dependency tailwindcss to v1.8.10 #113
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87de4da
to
d7e2900
Compare
d7e2900
to
0e2b0ff
Compare
0e2b0ff
to
3e03f70
Compare
3e03f70
to
17c5e9f
Compare
17c5e9f
to
2624020
Compare
2624020
to
90d41c0
Compare
90d41c0
to
2830bc3
Compare
2830bc3
to
179cf60
Compare
179cf60
to
589574a
Compare
589574a
to
dc3c2b5
Compare
dc3c2b5
to
eedf4ce
Compare
🎉 This PR is included in version 2.0.0-next.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
ynnoj
pushed a commit
that referenced
this pull request
Oct 21, 2020
* chore: Housekeeping, init workspaces/monorepo * feat: Build Gatsby nodes (#76) * feat: Begin to build Gatsby nodes from remote GraphCMS schema * fix: Remove fixed products query * fix: Use correct key for remoteType * chore: Ensure we use local dependency * chore: Bump gatsby-graphql-source-toolkit dependency * fix: Use correct pagination arguments in query * feat: Finish building Gatsby nodes from GraphCMS schema * feat: Build files nodes for GraphCMS image assets (#77) * chore: Add gatsby-source-filesystem dependency * feat: Create remote file nodes for GraphCMS image assets * feat: Add downloadLocalImages config option Opt in to create local nodes for GraphCMS images * refactor: Rename file field * feat: Add custom query executor to pass in Authorization header (#78) * chore: Add node-fetch dependency * feat: Add custom query executor to pass in Authorization header * refactor: Use dotenv * feat: Delta sourcing (#79) * chore: Add ENABLE_GATSBY_REFRESH_ENDPOINT flag for rebuilds * feat: Add query for individual node fetching * fix: Correct individual node query * feat: Handle webhooks for node deletion * feat: Handle webhooks for node creation * fix: Use correct input type, variable for NODE_ query * feat: Handle webhooks for node updates * feat: Handle webhooks for node publish, unpublish * feat: Check for plugin options during onPreBootstrap (#84) * chore: Automate package publishing (#85) * chore: Configure semantic-release * chore: Add GitHub Action workflow for publishing * fix: try/catch for errors during createRemoteFileNode process (#86) * chore: Add, initialise prettier (#88) * fix: don't error no token provided (#87) * fix: don't error when no token provided * chore: run prettier * docs: Add README (#89) * docs: Begin README * docs: Add notes about working with localFile asset nodes * Update gatsby-source-graphcms/README.md Co-authored-by: Jamie Barton <[email protected]> * Update gatsby-source-graphcms/README.md Co-authored-by: Jamie Barton <[email protected]> * docs: Rephrase * chore: Update package.json meta * docs: Punctuation Co-authored-by: Jamie Barton <[email protected]> * chore: Add demo (#80) * chore: Add gatsby-image dependencies * feat: Query content, render data * chore: Add, initialise tailwindcss * feat: Grid for the index page * feat: Build product pages * feat: Use createResolvers to add formattedPrice field * feat: Product grid design * feat: Product page design * chore: Empty publish commit BREAKING CHANGE: Force publish * docs: Update README to reflect npm dist tag * chore(demo): Add templates directory to purge safelist * docs: Add demo link to README * docs: Add usage warning * fix: Use correct root query fields (#96) * fix: Build queries for node sourcing from GraphCMS project schema fields * chore(deps): Remove pluralize * refactor: Remove unnecessary query variable * chore: Add renovate.json * feat: Build markdown nodes from CMS RichText fields (#98) * feat: Build markdown nodes for CMS markdown fields Can be used with MDX * feat: Add buildMarkdownNodes configuration option Defaults to false * style: Linting * chore(demo): Add MDX dependencies * chore(demo): Update demo to use MDX * fix: Remove optional chaining Eventually transpile with Babel * docs: Update README to include markdownNode usage * docs: Add link to demo source For a full MDX example * fix: Decode markdown field returned from GraphCMS (#99) * chore(deps): Add he dependency * fix: Decode markdown fields from GraphCMS HTML characters are escaped in JSON response, can't render components from CMS * docs: fix buildMarkdownNodes typo (#101) * fix: Ensure unique node ID is used when building MarkdownNodes (#103) There could be multiple RichText fields per type, so use the field key with createNodeId() * docs: Add link to gatsby-starter-graphcms-blog * feat: Save generated query fragments (#108) * feat: Write query fragments to local directory to be extended/customised * feat: Make fragments directory configurable * chore(demo): Add saved query fragments * refactor: remoteIdFields no more (#104) * chore(deps): Bump gatsby-graphql-source-toolkit * refactor: remoteIdFields no more Generate fragements * fix: Ensure MarkdownNode type always created * chore(deps): Bump gatsby-graphql-source-toolkit * chore(demo): Add static project endpoint (#111) Easier to run demo when cloning repo * fix: Ensure system fields are added generated fragments for localised types (#119) * fix: Ensure system fields are added generated fragments for localised types Supply default argument values for `createdAt`, `publishedAt`, `updatedAt` * chore(demo): Update generted demo query fragments * chore(deps): update dependency tailwindcss to v1.8.10 (#113) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update dependency node-fetch to v2.6.1 [security] (#120) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update dependency prettier to v2.1.2 (#112) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update gatsby monorepo (#114) Co-authored-by: Renovate Bot <[email protected]> * feat: Add localisation support (#117) * feat: Update queries, fragment, variables to account for locales * feat: Conditionally add locale field, arguments to query Only for types where localisation is present * chore: Update generated schema fragments * feat: Build localised pages for demo * feat: Validate locales config value * docs: Update README to include localisation usage * chore(deps): update mdx monorepo to v1.6.18 (#122) Co-authored-by: Renovate Bot <[email protected]> * fix: Check if type has locale field (#125) As opposed to locales argument, which is now available on all types regardless of if localisation is present * feat: All configuration for multiple instances (#126) * feat: Add `typePrefix` configuration option Prevent conflicts for multiple instances * docs: Add docs for `typePrefix` * docs: Add docs note for `fragmentsPath` * docs: Update README * chore(deps): update dependency gatsby-graphql-source-toolkit to v0.6.3 (#121) Co-authored-by: Renovate Bot <[email protected]> * fix: Force publish for dependency updates * fix: Ensure we use typePrefix when generating nodes, types (#128) * docs: Document query fragment usage (#130) * docs: Table for configuration options * docs: Add features list * docs: Document query fragment usage * docs: Formatting * docs: Rephrasing * style(lint): prettier --write * docs: Formatting * docs: Remove beta warning, updating installation command Prepare for hitting master Co-authored-by: Jamie Barton <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.6
->1.8.10
Release Notes
tailwindlabs/tailwindcss
v1.8.10
Compare Source
Fixed
dark
experiment from causing third-partydark
variants to inherit stacking behavior (#2382)v1.8.9
Compare Source
Fixed
extendedSpacingScale
experiment (#2358)!important
was stripped from declarations within rules that used@apply
withapplyComplexClasses
(#2376)Changed
future
section to config stubs (#2372, 3090b98)v1.8.8
Compare Source
Fixed
resolveConfig
code path (#2368)v1.8.7
Compare Source
Fixed
class=\"block\"
) weren't extracted properly for purging (#2364)v1.8.6
Compare Source
Fixed
v1.8.5
Compare Source
Fixed
resolveConfig
didn't take into account configs added by feature flags (#2347)v1.8.4
Compare Source
Fixed
@apply
when using theapplyComplexClasses
experiment (#2271)Changed
font-hairline
andfont-thin
tofont-thin
andfont-extralight
behindstandardFontWeights
flag (experimental until v1.9.0) (#2333)v1.8.3
Compare Source
Fixed
font-variant-numeric
utilities would break in combination with most CSS minifier configurations (f3660ce)conservative
purge mode being deprecated once per process (58781b5)v1.8.2
Compare Source
Fixed
plugins
array in your config (#2322)v1.8.1
Compare Source
Fixed
dark
experiment from causing third-partydark
variants to inherit stacking behavior (#2382)v1.8.0
Compare Source
Added
preserveHtmlElements
option forpurge
(#2283)layers
mode forpurge
(#2288)font-variant-numeric
utilities (#2305)place-items
,place-content
,place-self
,justify-items
, andjustify-self
utilities (#2306)Changed
@layer
at-rules are now grouped with the corresponding@tailwind
at-rule (#2312)Deprecated
conservative
purge mode, deprecated in favor oflayers
v1.7.6
Compare Source
Fixed
@apply
implementation broke when applying a variant class with the important option globally enabledv1.7.5
Compare Source
Changed
v1.7.4
Compare Source
Added
postcss.config.js
fileChanged
@apply
insensitive to whitespace in the newapplyComplexClasses
experimentFixed
applyComplexClasses
experiment didn't behave as expected with rules with multiple selectors, like.foo, .bar { color: red }
v1.7.3
Compare Source
Changed
Fixed
gradientColorStops
plugin was enabledv1.7.2
Compare Source
Added
v1.7.1
Compare Source
Changed
v1.7.0
Compare Source
Added
contents
display utility@apply
with variants and other complex classes (experimental)Deprecated
v1.6.3
Compare Source
Fixed
v1.6.2
Compare Source
Fixed
@keyframes
respecting the important option would break animations in Chromev1.6.1
Compare Source
Fixed
v1.6.0
Compare Source
Added
prefers-reduced-motion
variantsoverscroll-behaviour
utilitiesv1.5.2
Compare Source
Fixed
@apply
with unprefixed class names if you had configured a prefixv1.5.1
Compare Source
Fixed
v1.5.0
Compare Source
Added
variants
supportcontainer
variantsfocus-visible
variantchecked
variantRenovate configuration
📅 Schedule: "before 3am on the first day of the month" (UTC).
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.