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.16.2 to 1.16.5 #56

Merged
merged 1 commit into from
May 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps nokogiri from 1.16.2 to 1.16.5.

Release notes

Sourced from nokogiri's releases.

v1.16.5 / 2024-05-13

Security

Dependencies


sha256 checksums:

af0f44fa3e664dfb2aa10de8b551447d720c1e8d1f0aa3f35783dcc43e40a874  nokogiri-1.16.5-aarch64-linux.gem
23dc2357b26409a5c33b7e32a82902f0e9995305420f16d1a03ab3ea1a482fec  nokogiri-1.16.5-arm-linux.gem
950d037530edb49f75ad35de0b8038b970a7dda57e2b6326895b0e49fadf6214  nokogiri-1.16.5-arm64-darwin.gem
b7aefc94370c62476b8528e8d8abb6160203abd84a1f4eceda8f1aa8974d9989  nokogiri-1.16.5-java.gem
ec2167160df8fec3137bf95d574ed80ebc1d002bb3b281546b60b4aa9002466e  nokogiri-1.16.5-x64-mingw-ucrt.gem
6984200491fac69974005ecfa2de129d61843d345eafa5d6f58e8b908d1cf107  nokogiri-1.16.5-x64-mingw32.gem
abdc389ab1ec6604492da16bd9d06ad746fdb6bd6a1bd274c400d61ffcadb3c4  nokogiri-1.16.5-x86-linux.gem
63d24981345856f2baf7f4089870a62d3042fb8d3021b280fb04fc052532e3c4  nokogiri-1.16.5-x86-mingw32.gem
71b5f54e378c433d13df67c3b71acc4716129da62402d8181f310c4216a63279  nokogiri-1.16.5-x86_64-darwin.gem
0ca238da870066bed2f7837af6f35791bb9b76c4c5638999c46aac44818a6a97  nokogiri-1.16.5-x86_64-linux.gem
ec36162c68984fa0a90a5c4ae7ab7759460639e716cc1ce75f34c3cb54158ad2  nokogiri-1.16.5.gem

v1.16.4 / 2024-04-10

Dependencies

  • [CRuby] Vendored zlib in the precompiled native gems is updated to v1.3.1 from v1.3. Nokogiri is not affected by the minizip CVE patched in this version, but this update may satisfy some security scanners. Related, see this discussion about removing the compression libraries altogether in a future version of Nokogiri.

sha256 checksums:

bdb1dc4378ebcf3ade8f440c7df68f6d76946a1a96c4823a2b4c53c01a320cd5  nokogiri-1.16.4-aarch64-linux.gem
0c994b9996d5576eddcc3201a94ef2bff6fc3627c4ae4d2708b0ec9b9743ec6a  nokogiri-1.16.4-arm-linux.gem
8e86abb64c93c06d3c588042a0e757279e8f1dc88b5210a00be892a9a7a27196  nokogiri-1.16.4-arm64-darwin.gem
bf84fa28be4943692bd64772186e0832fb1061f80714ccb93e111e9d72b1cadc  nokogiri-1.16.4-java.gem
a46808467c1f63a2031e1ca0715cd5336bb4ec759e9c0e2f4c951c1cc30994ae  nokogiri-1.16.4-x64-mingw-ucrt.gem
4cdf64bc5e9443ec3e0b595347ecc8affe21968d9ae934c0825d26630ef96468  nokogiri-1.16.4-x64-mingw32.gem
d86d21bae47dd9f6f5223055e45d33fae08b0b89aad94cbc0ece4f4274fa7af5  nokogiri-1.16.4-x86-linux.gem
d488b872884844686780fda7cf5da44ee884d32faa713a55aeb4736d76718168  nokogiri-1.16.4-x86-mingw32.gem
a896e52a56951ffb0e6a9279afbf485d683e357a053d27f4cfcb2a73b0824628  nokogiri-1.16.4-x86_64-darwin.gem
92ff4f09910255fec84b3bc4c4b182e94cada3ed12b9f7a6ea058e0af186fb31  nokogiri-1.16.4-x86_64-linux.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

v1.16.5

Security

Dependencies

v1.16.4 / 2024-04-10

Dependencies

  • [CRuby] Vendored zlib in the precompiled native gems is updated to v1.3.1 from v1.3. Nokogiri is not affected by the minizip CVE patched in this version, but this update may satisfy some security scanners. Related, see this discussion about removing the compression libraries altogether in a future version of Nokogiri.

v1.16.3 / 2024-03-15

Dependencies

Changed

  • [CRuby] XML::Reader sets the @encoding instance variable during reading if it is not passed into the initializer. Previously, it would remain nil. The behavior of Reader#encoding has not changed. This works around changes to how libxml2 reports the encoding used in v2.12.6.
Commits

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.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]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
@DeltaDizzy DeltaDizzy merged commit 10d1f7c into master May 15, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/nokogiri-1.16.5 branch May 15, 2024 02:12
DeltaDizzy pushed a commit that referenced this pull request May 25, 2024
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>
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