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 nokogiri from 1.14.3 to 1.16.2 #54

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2024

Bumps nokogiri from 1.14.3 to 1.16.2.

Release notes

Sourced from nokogiri's releases.

v1.16.2 / 2024-02-04

Security

Dependencies


sha256 checksums:

69ba15d2a2498324489ed63850997f0b8f684260114ea81116d3082f16551d2d  nokogiri-1.16.2-aarch64-linux.gem
6a05ce42e3587a40cf8936ece0beaa5d32922254215d2e8cf9ad40588bb42e57  nokogiri-1.16.2-arm-linux.gem
c957226c8e36b31be6a3afb8602e2128282bf8b40ea51016c4cd21aa2608d3f8  nokogiri-1.16.2-arm64-darwin.gem
122652bfc338cd8a54a692ac035e245e41fd3b8283299202ca26e7a7d50db310  nokogiri-1.16.2-java.gem
7344b5072ca69fc5bedb61cb01a3b765b93a27aae5a2a845c2ba7200e4345074  nokogiri-1.16.2-x64-mingw-ucrt.gem
a2a5e184a424111a0d5b77947986484920ad708009c667f061e8d02035c562dd  nokogiri-1.16.2-x64-mingw32.gem
833efddeb51a6c2c9f6356295623c2b2e0d50050d468695c59bd929162953323  nokogiri-1.16.2-x86-linux.gem
e67fc0418dffaff9dc8b1dc65f0605282c3fee9488832d0223b620b4319e0b53  nokogiri-1.16.2-x86-mingw32.gem
5def799e5f139f21a79d7cf71172313a7b6fb0e4b2a31ab9bd5d4ad305994539  nokogiri-1.16.2-x86_64-darwin.gem
5b146240ac6ec6c40fd4367623e74442bca45a542bd3282b1d4d18b07b8e5dfe  nokogiri-1.16.2-x86_64-linux.gem
68922ee5cde27497d995c46f2821957bae961947644eed2822d173daf7567f9c  nokogiri-1.16.2.gem

v1.16.1 / 2024-02-03

Dependencies

Fixed

  • [CRuby] XML::Reader defaults the encoding to UTF-8 if it's not specified in either the document or as a method parameter. Previously non-ASCII characters were serialized as NCRs in this case. #2891 (@​flavorjones)
  • [CRuby] Restored support for compilation by GCC versions earlier than 4.6, which was broken in v1.15.0 (540e9aee). #3090 (@​adfoster-r7)
  • [CRuby] Patched upstream libxml2 to allow parsing HTML5 in the context of a namespaced node (e.g., foreign content like MathML). [#3112, #3116] (@​flavorjones)
  • [CRuby] Fixed a small memory leak in libgumbo (HTML5 parser) when the maximum tree depth limit is hit. [#3098, #3100] (@​stevecheckoway)

sha256 checksums:

a541f35e5b9798a0c97300f9ee18f4217da2a2945a6d5499e4123b9018f9cafc  nokogiri-1.16.1-aarch64-linux.gem
6b82affd195000ab2f9c36cc08744ec2d2fcf6d8da88d59a2db67e83211f7c69  nokogiri-1.16.1-arm-linux.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.16.2 / 2024-02-04

Security

Dependencies

v1.16.1 / 2024-02-03

Dependencies

Fixed

  • [CRuby] XML::Reader defaults the encoding to UTF-8 if it's not specified in either the document or as a method parameter. Previously non-ASCII characters were serialized as NCRs in this case. #2891 (@​flavorjones)
  • [CRuby] Restored support for compilation by GCC versions earlier than 4.6, which was broken in v1.15.0 (540e9aee). #3090 (@​adfoster-r7)
  • [CRuby] Patched upstream libxml2 to allow parsing HTML5 in the context of a namespaced node (e.g., foreign content like MathML). [#3112, #3116] (@​flavorjones)
  • [CRuby] Fixed a small memory leak in libgumbo (HTML5 parser) when the maximum tree depth limit is hit. [#3098, #3100] (@​stevecheckoway)

v1.16.0 / 2023-12-27

Notable Changes

Ruby

This release introduces native gem support for Ruby 3.3.

This release ends support for Ruby 2.7, for which upstream support ended 2023-03-31.

Pattern matching

This version marks official support for the pattern matching API in XML::Attr, XML::Document, XML::DocumentFragment, XML::Namespace, XML::Node, and XML::NodeSet (and their subclasses), originally introduced as an experimental feature in v1.14.0. (@​flavorjones)

Documentation on what can be matched:

... (truncated)

Commits
  • 673756f version bump to v1.16.2
  • 74ffd67 dep: update libxml to 2.12.5 (branch v1.16.x) (#3122)
  • 0d4018d dep: update libxml2 to v2.12.5
  • f33a25f dep: remove patch from #3112 which has been released upstream
  • e994168 version bump to v1.16.1
  • 77ea2f2 dev: add files to manifest ignore list
  • 756f27c build(deps): bump actions/{download,upload}-artifact from 3 to 4
  • 464f8d4 .gitignore: clangd-related files
  • 2beeb96 doc: update CHANGELOG
  • a26536d fix: apply upstream patch for in-context parsing (#3116)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.3...v1.16.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2024
@DeltaDizzy DeltaDizzy merged commit 6c609a8 into master Feb 7, 2024
1 check passed
@DeltaDizzy DeltaDizzy deleted the dependabot/bundler/nokogiri-1.16.2 branch February 7, 2024 19:24
DeltaDizzy pushed a commit that referenced this pull request May 25, 2024
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.3...v1.16.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DeltaDizzy added a commit that referenced this pull request May 25, 2024
* Minor typo fixes

* Fix md to html links

* Delete rings.md, move rings2

* Title style fix?

* Rename rings.md to Rings.md

* Refer link in header

* Minor fixes

* Add debug for referrer

* add dummy include and confignode link

* update readme kop version

* Add favicon ref

* Add icon

* Remove comment nav.html

* Add googleanalytics to config.yml

* Disable Google Analytics

* Create Debug.md

* Update Debug subnode in index

* Add page format

* Update issue ref

* Create HazardousBody.md

* Create Particle.md

* Update index.md

* Remove Google Analytics

* Remove endif

* Fix URL

Signed-off-by: Dorian Stoll <[email protected]>

* Fix links

Signed-off-by: Dorian Stoll <[email protected]>

* Fix other links

Signed-off-by: Dorian Stoll <[email protected]>

* Add missing files

Signed-off-by: Dorian Stoll <[email protected]>

* Fix metadata

Signed-off-by: Dorian Stoll <[email protected]>

* Fix Material link

Signed-off-by: Dorian Stoll <[email protected]>

* Update README.md

* VertexColor/HeightMap, ScaledVersion (#3)

* Add relative_url to all internal links

* Fix conflict

* Update README for actual wiki

* Rename to singular and title to plural

* ScaledVersion mass info

* Misc changes

* Add VColor and Height Maps

* Update _config.yml

* Minor fixes

* return to baseurl part 1

* ok actually do baseurl

* Update and exclude readme

* Fix brackets

* Convert rel_url to baseurl

* Update README.md

* Fix up the wiki links

Signed-off-by: Dorian Stoll <[email protected]>

* Fix README (#8)

* Update README.md

* Update README.md

* Atmosphere and AFG (#9)

* Update README.md

* Update README.md

* Atmosphere and AFG

* Fix up the wiki links (#4)

Signed-off-by: Dorian Stoll <[email protected]>

* Fix up the wiki links (#4)

* Update README

* Add OnDemand subnode in index

* VCM name in code blocks

* Minor fixes

* Particles and Ocean

* KEX Update

* Bump nokogiri from 1.10.3 to 1.10.4

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.3...v1.10.4)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump rubyzip from 1.2.3 to 2.0.0

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.3 to 2.0.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](rubyzip/rubyzip@v1.2.3...v2.0.0)

Signed-off-by: dependabot[bot] <[email protected]>

* streamline readme

* fix whitespace and explanation

* Add some epoch info

* Add a bit to shininess

* Add VertexHeightNoise

Don't forget to add links to the noise sections on the data types page. maybe also have a link to Gameslinx's video?

* Add VertexHeightNoiseVertHeightCurve2

* Add VertexSimplexHeight

* HeightNoise tables

* Fix typo in readme

* VertexSimplexHeight Tables

* Initial VSHA block

* add noisetypes

* Avoid redundancy in description

* add VSHA to PQSMods nav page

* noise types are now noise quality

* types are not plural

* add NoiseQuality to datatypes page

* add table closing pipe

* you can make VHN in VHNVHC2

thanks gameslinx!

* fix brackets

* noise types are now noise quality

* types are not plural

* add NoiseQuality to datatypes page

* add table closing pipe

* add particles removal warning

* add warning to Particles

* hazardousbody 1.8

* ambientTemp summary

* VHM15 converter link

* hazardousbody sums and biomes

* modularscatter landing page

* PQSMod link fixes

* add scattercolliders

* fix pqsmod links

* remove lc until further notice

* lc landing page layout

* landcontrol section added, just need content

* switch to vscode

* move ms into lc

* I dont get why you cant see that its not empty

* fix mdlint and add heatemitter code

* heatEmitter slow work

* landcontrol basuics

* boy i love ocnflicts

* maxSpeed

* a few materials

* standard material

* Fix for 1.8

* fix placement of particles warning

* half of PQS

* pqs material factor

* spacecenter draft

* Add table

* Update PQS.md

* Update PQS.md

* pqs page

* 1.8 shader material

* more shader work

* finish 1.8 material?

* twg base except PQS

* thank u clonk (tutorial updates, still no PQS)

* fix links, remove VHN, add PQS comments

* simpler and link fixes

* add VertexSimplexNoiseColor example types

* add VertexSimplexNoiseColor to PQSMods landing page

* i should pull before pushing

* HCM Table

* VSNC Table

* VSH Example

* HCM2 and table

* Add enabled/order

* Add enabled/order

* Change to float

* Copy VCMB from master

* Update PQSMod landing page

* I HATE MATERILS [insane crying]

* ocean done

* space for newline

* add date

* more columns and newlines

* more columns and newlines

* fix datatypes for new methods

* add color table

* add links

* add most common Debug use case

* Initial list of external resources

VoronoiCraters should be moved to PQSMods eventually

* no star section

* corona shmorona

* Add PQS to nav bar

* move scatters and landsclasses to their own files

* LandClasses description

* Add main LC table

* Scatters table

* Remove comments

* LandClass table

* Further unification

* Update Ocean example in prep for moving out subnode pages

* final typo

* type simplification in pqs

* Basic example for Texture Array

* Organize Material node

* PQS Table

* Fix up formatting

* Update Gradient example and desc

* Add AtmosphericStandard

* Create VertexColorMapBlend.md

* Minor changes to PQS

* pqsmods branch

* pqsmods branch

* add spacecenter to front page

* Add a back button to 404

* Update HeatEmitter.md

* Whoops forgot desc

* Update SeaLevelScatter.md

* LightEmitter massive table

* LightEmitter example

* Update lightType

* Update ScatterColliders.md

* ModScatter number

* Move resources above syntax

* Organize AFG

* Organize Atmosphere

* Organize Biomes

* Organize Body

* Links + code don't mix

* Collapse test

* Let's see - how about now

* Update Corona.md

* Update Corona.md

* How about now

* Shit I forgot to add bootstrap

* Yeet

* file name and floatcurve example

* update datatypes file name

* use tangents in example

* Update Corona.md

* Bruh thats a link

* Reeeeee file name change

* Create redirect.html

* Set redir time

* Don't need this anymore

* Add redir message

* Update Meshes key

* Remove some non-stars only

* whats wavelength?

* spellcheck sigh

* i need a spellchecker on my brain

* v is for value

* i though it already committed this but ok

* Update VertexColorMapBlend.md

* Code + link dont work

* Add VCMB to PQSMods list

* add VHN

* Update VertexHeightNoise.md

* Update atmo curves

* Particles (#46)

* Prep main page for particles

* Deprecate old particles page

* Migrating section (Table not done yet)

* Update particles for post-1.8

* Temp UX (#47)

* Add bootstrap

* Wrap in container

* New navbar?

* Update darker navbar

- Stretch navbar to full width
- Remove annoying line at top of page

* add tipue search assets

Co-authored-by: DeltaDizzy <[email protected]>

* Bump nokogiri from 1.10.4 to 1.10.8

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.4...v1.10.8)

Signed-off-by: dependabot[bot] <[email protected]>

* add LC image

* Bump ffi from 1.9.10 to 1.13.1

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.10 to 1.13.1.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@1.9.10...1.13.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump activesupport from 5.2.2.1 to 6.0.3.4

Bumps [activesupport](https://github.com/rails/rails) from 5.2.2.1 to 6.0.3.4.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.3.4/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v5.2.2.1...v6.0.3.4)

Signed-off-by: dependabot[bot] <[email protected]>

* fix mdlint complaints because json is a failure

* remove subtitles and fix datatypes ink

* Bump activesupport from 5.2.2.1 to 6.0.3.5

Bumps [activesupport](https://github.com/rails/rails) from 5.2.2.1 to 6.0.3.5.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.1.2.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v5.2.2.1...v6.0.3.5)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump nokogiri from 1.10.8 to 1.11.1

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.11.1.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.10.8...v1.11.1)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump ffi from 1.9.10 to 1.14.2

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.10 to 1.14.2.
- [Release notes](https://github.com/ffi/ffi/releases)
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@1.9.10...1.14.2)

Signed-off-by: dependabot[bot] <[email protected]>

* Bump nokogiri from 1.11.1 to 1.12.5

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.12.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.11.1...v1.12.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Scatters.md

Add new parameter as of Kopernicus-102.

* Bump nokogiri from 1.12.5 to 1.13.6

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.6.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.12.5...v1.13.6)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump addressable from 2.7.0 to 2.8.0

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/sporkmonger/addressable/releases)
- [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
- [Commits](sporkmonger/addressable@addressable-2.7.0...addressable-2.8.0)

---
updated-dependencies:
- dependency-name: addressable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump rexml from 3.2.4 to 3.2.5

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.4...v3.2.5)

Signed-off-by: dependabot[bot] <[email protected]>

* Update Scatters.md

small correction.

* Update Scatters.md

Add examples.

* Fix particles link and update language

1.8.1 is actually supported by modern releases, and that link was broken.

* Updated ModularScatter docs with more precise informations and to reflect changes following the ModularScatter code refactor.

* Added performance warnings

* typo and wrong density probability

* Bump nokogiri from 1.13.6 to 1.13.9

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.6...v1.13.9)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump nokogiri from 1.13.9 to 1.13.10

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* OhioBob properties fixes (#42)

* Grammar fixes (#38)

* Add build check

* Reorganize Directory Structure (#48)

* reorganize directory structure, update index.md

* fix header links

* replace links to main dir with links to content dir

* fix links in Body.md

* fix links on Template.md

* Assorted changes from Feb 2020 (#51)

* Add ModScatter templates

* Formatting

* Add template file to copy from

* Add more modularscatter

* Formatting

* LandControl content

* Move ModScatter to LandControl folder

* Formatting

* Cleanup, integrate changes

* Add title tag (#50)

* Use include.title argument

* Pass title into head

* mapMaxHeight is used in Kittopia export (#49)

* Bump activesupport from 6.0.6 to 6.0.6.1 (#52)

Bumps [activesupport](https://github.com/rails/rails) from 6.0.6 to 6.0.6.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.0.6...v6.0.6.1)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove all references to the post-1.8 particles node

its called revisionist history sweetie

* datatype replacement

* Bump nokogiri from 1.13.10 to 1.14.3 (#53)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.13.10...v1.14.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump nokogiri from 1.14.3 to 1.16.2 (#54)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.14.3 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.14.3...v1.16.2)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Github pages to 229 (#55)

* commonmarker >= 0.23.10

* update commonmarker lock

* redo lockfile

* update gh pages

* Bump nokogiri from 1.16.2 to 1.16.5 (#56)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump rexml from 3.2.6 to 3.2.8 (#57)

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.6...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Simplify float and texture data types (#59)

* replace mentions of "double" or "single" with "float

* Make data types less progammmery step 1

* latitudeDouble is a proper noun

* texture2d -> texture

* Merge branch 'data-types-simple'

* change float to decimal

* Remove cbNameLater in favor of HomeWorldName (#63)

* replace cbNameLater with HomeWorldName

* add displayname to homeworldname explainer

* Add ocean surface notes (#60)

* remove oceanheight and clarify detail distance

* add offset note

* remove jekyll contents

* initial prototype

* css working

* test pages

* add code page titles

* add content up to orbit

* add content part 2

* add content (body subnodes)

* advanced pqs materials

* change capitalization in urls

* add non-landcontrol pqsmods

* add landcontrol

* uppercase header ids

* replace last liquid

* fix routing

* add dotnet tools

---------

Signed-off-by: Dorian Stoll <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: democat3457 <[email protected]>
Co-authored-by: Dorian Stoll <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raymond Beehler <[email protected]>
Co-authored-by: gotmachine <[email protected]>
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.

1 participant