-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update sbt, scripted-plugin to 1.9.3 in 0.19.x #479
Merged
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
jenshalm
added a commit
that referenced
this pull request
Sep 7, 2023
* fix CSS for Helium UI-components for setups diverging from the defaults (#456) * render class attribute as render hint for top navigation bar * render class attribute as render hint for landing page based on approximate perceptual luminance of configured gradient colors * amend Helium CSS variable generator to produce new scoped mappings * adjust Helium CSS for new CSS variable mappings * fix css for ui-components on landing page * adjust transparent overlay for inverted color mode * hover for landing page button that works in all modes * satisfy mima with default impl * prepare 0.19.3 release * release version 0.19.3 * Update sbt, scripted-plugin to 1.9.1 in 0.19.x (#458) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update scalafmt-core to 3.7.7 in 0.19.x (#459) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update cats-effect to 3.5.1 in 0.19.x (#460) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * link validation - more config options and better defaults (#432) * add new LinkValidation config types * switch config default to LinkValidation.Local for core transformer * introduce DocumentTree.builder (#436) * extract DocumentTreeBuilder from parser runtime in laika-io * DocumentTreeBuilder - scaladoc and deprecations * DocumentTreeBuilder - add new spec that tests new API directly * Update sbt, scripted-plugin to 1.9.2 in 0.19.x (#471) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update sbt-scalajs-crossproject to 1.3.2 in 0.19.x (#470) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update scalafmt-core to 3.7.9 in 0.19.x (#472) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update sbt-mima-plugin to 1.1.3 in 0.19.x (#476) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update scalafmt-core to 3.7.10 in 0.19.x (#478) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update http4s-dsl, http4s-ember-server to 0.23.23 in 0.19.x (#477) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update sbt, scripted-plugin to 1.9.3 in 0.19.x (#479) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update scalafmt-core to 3.7.11 in 0.19.x (#480) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update scalafmt-core to 3.7.12 in 0.19.x (#486) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update cats-core to 2.10.0 in 0.19.x (#496) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update fs2-io to 3.8.0 in 0.19.x (#481) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * plugin: print full URL in preview server boot message (#500) * TreeParserSpec: add test for skipping validation to other versions * Update sbt, scripted-plugin to 1.9.4 in 0.19.x (#504) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * manual: add missing info for running separate parsers and renderers (#501) * helium: introduce new config for including CSS and JS * helium: add tests for new config for CSS/JS includes * adjust whitespace in plugin tests for helium template changes * manual: documentation for new Helium config for CSS/JS includes. * Added css to ensure code renders properly in sidebar on highlight (#507) * Markdown spec: bullet lists do no longer require preceding empty lines (#502) * scala 3 support: avoid use of inline as member name * exclude mima issue on package-private type * formatting * Update fs2-io to 3.9.1 in 0.19.x (#508) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update scalafmt-core to 3.7.13 in 0.19.x (#510) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * Update sbt-scalafmt to 2.5.2 in 0.19.x (#509) Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> * introduce cursor.currentDocument.rawTitle (#512) * ASTRenderer - simplify rendering of ResolvedInternalTarget * preview server - add rendering of AST pages * preview server - fix URLs and links of new AST page renderer * preview server - formatting * Markdown spec compliance: allow URLs with nested parenthesis (#514) * link directives - properly support custom link text as documented (#515) * link directives - properly support custom link text as documented * address mima issues by using a new private case class instead * helium - add mermaid support (#516) * remove old directives for linking CSS/JS and their config API * rename LaikaConfig.encoding to withEncoding to match 0.19.4 * Revert "adjust whitespace in plugin tests for helium template changes" This reverts commit aeeb7f1 * remove old HTML head directives from documentation * remove unused parameter in DocumentTreeBuilder * resurrect test for including resources from a theme --------- Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com> Co-authored-by: Jamie Willis <J_mie@hotmail.co.uk>
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.
About this PR
π¦ Updates
from
1.9.2
to1.9.3
π GitHub Release Notes - Version Diff
Usage
β Please merge!
I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.
If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.
Configure Scala Steward for your repository with a
.scala-steward.conf
file.Have a fantastic day writing Scala!
β Adjust future updates
Add this to your
.scala-steward.conf
file to ignore future updates of this dependency:Or, add this to slow down future updates of this dependency: