René's URL Explorer Experiment


Title: Bump nokogiri from 1.6.7.2 to 1.11.3 by dependabot[bot] · Pull Request #2 · ArendPeter/JavaGuide · GitHub

Open Graph Title: Bump nokogiri from 1.6.7.2 to 1.11.3 by dependabot[bot] · Pull Request #2 · ArendPeter/JavaGuide

X Title: Bump nokogiri from 1.6.7.2 to 1.11.3 by dependabot[bot] · Pull Request #2 · ArendPeter/JavaGuide

Description: Bumps nokogiri from 1.6.7.2 to 1.11.3. Release notes Sourced from nokogiri's releases. 1.11.3 / 2021-04-07 Fixed [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this likely segfaulted. [#1900] [JRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this raised a TypeError exception. [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience) 1.11.2 / 2021-03-11 Fixed [CRuby] NodeSet may now safely contain Node objects from multiple documents. Previously the GC lifecycle of the parent Document objects could lead to nodes being GCed while still in scope. [#1952] [CRuby] Patch libxml2 to avoid "huge input lookup" errors on large CDATA elements. (See upstream GNOME/libxml2#200 and GNOME/libxml2!100.) [#2132]. [CRuby+Windows] Enable Nokogumbo (and other downstream gems) to compile and link against nokogiri.so by including LDFLAGS in Nokogiri::VERSION_INFO. [#2167] [CRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was invoked twice on each object. [JRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was not called, which was a problem for subclassing such as done by Loofah. Improved Reduce the number of object allocations needed when parsing an HTML::DocumentFragment. [#2087] (Thanks, @​ashmaroli!) [JRuby] Update the algorithm used to calculate Node#line to be wrong less-often. The underlying parser, Xerces, does not track line numbers, and so we've always used a hacky solution for this method. [#1223, #2177] Introduce --enable-system-libraries and --disable-system-libraries flags to extconf.rb. These flags provide the same functionality as --use-system-libraries and the NOKOGIRI_USE_SYSTEM_LIBRARIES environment variable, but are more idiomatic. [#2193] (Thanks, @​eregon!) [TruffleRuby] --disable-static is now the default on TruffleRuby when the packaged libraries are used. This is more flexible and compiles faster. (Note, though, that the default on TR is still to use system libraries.) [#2191, #2193] (Thanks, @​eregon!) Changed Nokogiri::XML::Path is now a Module (previously it has been a Class). It has been acting solely as a Module since v1.0.0. See 8461c74. v1.11.1 / 2021-01-06 Fixed [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168] SHA-256 Checksums of published gems a41091292992cb99be1b53927e1de4abe5912742ded956b0ba3383ce4f29711c nokogiri-1.11.1-arm64-darwin.gem d44fccb8475394eb71f29dfa7bb3ac32ee50795972c4557ffe54122ce486479d nokogiri-1.11.1-java.gem f760285e3db732ee0d6e06370f89407f656d5181a55329271760e82658b4c3fc nokogiri-1.11.1-x64-mingw32.gem dd48343bc4628936d371ba7256c4f74513b6fa642e553ad7401ce0d9b8d26e1f nokogiri-1.11.1-x86-linux.gem 7f49138821d714fe2c5d040dda4af24199ae207960bf6aad4a61483f896bb046 nokogiri-1.11.1-x86-mingw32.gem 5c26111f7f26831508cc5234e273afd93f43fbbfd0dcae5394490038b88d28e7 nokogiri-1.11.1-x86_64-darwin.gem c3617c0680af1dd9fda5c0fd7d72a0da68b422c0c0b4cebcd7c45ff5082ea6d2 nokogiri-1.11.1-x86_64-linux.gem ... (truncated) Changelog Sourced from nokogiri's changelog. 1.11.3 / 2021-04-07 Fixed [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this likely segfaulted. [#1900] [JRuby] Passing non-Node objects to Document#root= now raises an ArgumentError exception. Previously this raised a TypeError exception. [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience) 1.11.2 / 2021-03-11 Fixed [CRuby] NodeSet may now safely contain Node objects from multiple documents. Previously the GC lifecycle of the parent Document objects could lead to nodes being GCed while still in scope. [#1952] [CRuby] Patch libxml2 to avoid "huge input lookup" errors on large CDATA elements. (See upstream GNOME/libxml2#200 and GNOME/libxml2!100.) [#2132]. [CRuby+Windows] Enable Nokogumbo (and other downstream gems) to compile and link against nokogiri.so by including LDFLAGS in Nokogiri::VERSION_INFO. [#2167] [CRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was invoked twice on each object. [JRuby] {XML,HTML}::Document.parse now invokes #initialize exactly once. Previously #initialize was not called, which was a problem for subclassing such as done by Loofah. Improved Reduce the number of object allocations needed when parsing an HTML::DocumentFragment. [#2087] (Thanks, @​ashmaroli!) [JRuby] Update the algorithm used to calculate Node#line to be wrong less-often. The underlying parser, Xerces, does not track line numbers, and so we've always used a hacky solution for this method. [#1223, #2177] Introduce --enable-system-libraries and --disable-system-libraries flags to extconf.rb. These flags provide the same functionality as --use-system-libraries and the NOKOGIRI_USE_SYSTEM_LIBRARIES environment variable, but are more idiomatic. [#2193] (Thanks, @​eregon!) [TruffleRuby] --disable-static is now the default on TruffleRuby when the packaged libraries are used. This is more flexible and compiles faster. (Note, though, that the default on TR is still to use system libraries.) [#2191, #2193] (Thanks, @​eregon!) Changed Nokogiri::XML::Path is now a Module (previously it has been a Class). It has been acting solely as a Module since v1.0.0. See 8461c74. 1.11.1 / 2021-01-06 Fixed [CRuby] If libxml-ruby is loaded before nokogiri, the SAX and Push parsers no longer call libxml-ruby's handlers. Instead, they defensively override the libxml2 global handler before parsing. [#2168] 1.11.0 / 2021-01-03 Notes Faster, more reliable installation: Native Gems for Linux and OSX/Darwin "Native gems" contain pre-compiled libraries for a specific machine architecture. On supported platforms, this removes the need for compiling the C extension and the packaged libraries. This results in much faster installation and more reliable installation, which as you probably know are the biggest headaches for Nokogiri users. We've been shipping native Windows gems since 2009, but starting in v1.11.0 we are also shipping native gems for these platforms: ... (truncated) Commits d244fb8 version bump to v1.11.3 5562eb7 Merge pull request #2215 from sparklemotion/flavorjones-valgrind-test-helpers 72d96fe test: consolidate jruby version info tests d33b021 test: cleanup c75ce9b test: introduce helpers for skips and for a valgrind block cb36a56 ci: make some slow tests run only under NOKOGIRI_GC beb77f5 Merge pull request #2214 from sparklemotion/flavorjones-allow-arm64-compilation 8380a6d fix: update automake files to allow arm64 to compile package libs acfd92c Revert "fix: update automake files to allow arm64 to compile package libs" 65c0ba1 fix: update automake files to allow arm64 to compile package libs Additional commits viewable in compare view 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 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) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps nokogiri from 1.6.7.2 to 1.11.3. Release notes Sourced from nokogiri's releases. 1.11.3 / 2021-04-07 Fixed [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentErro...

X Description: Bumps nokogiri from 1.6.7.2 to 1.11.3. Release notes Sourced from nokogiri's releases. 1.11.3 / 2021-04-07 Fixed [CRuby] Passing non-Node objects to Document#root= now raises an Argument...

Opengraph URL: https://github.com/ArendPeter/JavaGuide/pull/2

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:0571ad2d-de86-05af-9cf6-ae354c4bd90f
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idD558:ACE92:1DDA78A:269C4DB:6992721F
html-safe-nonce48b2b6084c8068a68c140772f4efb2f6923a86d6ba6d568163a5d707a37e81ed
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENTU4OkFDRTkyOjFEREE3OEE6MjY5QzREQjo2OTkyNzIxRiIsInZpc2l0b3JfaWQiOiI1MTEzMDQxMTYwNDMzMjAxNjk1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac6cedceaba281d12e00760e7040cfde169f5aa4d02aa0d3f8b450572ba573794a
hovercard-subject-tagpull_request:615334120
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/ArendPeter/JavaGuide/pull/2/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps nokogiri from 1.6.7.2 to 1.11.3. Release notes Sourced from nokogiri's releases. 1.11.3 / 2021-04-07 Fixed [CRuby] Passing non-Node objects to Document#root= now raises an ArgumentErro...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ArendPeter/JavaGuide git https://github.com/ArendPeter/JavaGuide.git
octolytics-dimension-user_id9289903
octolytics-dimension-user_loginArendPeter
octolytics-dimension-repository_id51317743
octolytics-dimension-repository_nwoArendPeter/JavaGuide
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id51317743
octolytics-dimension-repository_network_root_nwoArendPeter/JavaGuide
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/ArendPeter/JavaGuide/pull/2/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FArendPeter%2FJavaGuide%2Fpull%2F2%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FArendPeter%2FJavaGuide%2Fpull%2F2%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=ArendPeter%2FJavaGuide
Reloadhttps://github.com/ArendPeter/JavaGuide/pull/2/files
Reloadhttps://github.com/ArendPeter/JavaGuide/pull/2/files
Reloadhttps://github.com/ArendPeter/JavaGuide/pull/2/files
ArendPeter https://github.com/ArendPeter
JavaGuidehttps://github.com/ArendPeter/JavaGuide
Notifications https://github.com/login?return_to=%2FArendPeter%2FJavaGuide
Fork 1 https://github.com/login?return_to=%2FArendPeter%2FJavaGuide
Star 1 https://github.com/login?return_to=%2FArendPeter%2FJavaGuide
Code https://github.com/ArendPeter/JavaGuide
Issues 0 https://github.com/ArendPeter/JavaGuide/issues
Pull requests 4 https://github.com/ArendPeter/JavaGuide/pulls
Actions https://github.com/ArendPeter/JavaGuide/actions
Projects 0 https://github.com/ArendPeter/JavaGuide/projects
Security 0 https://github.com/ArendPeter/JavaGuide/security
Insights https://github.com/ArendPeter/JavaGuide/pulse
Code https://github.com/ArendPeter/JavaGuide
Issues https://github.com/ArendPeter/JavaGuide/issues
Pull requests https://github.com/ArendPeter/JavaGuide/pulls
Actions https://github.com/ArendPeter/JavaGuide/actions
Projects https://github.com/ArendPeter/JavaGuide/projects
Security https://github.com/ArendPeter/JavaGuide/security
Insights https://github.com/ArendPeter/JavaGuide/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FArendPeter%2FJavaGuide%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FArendPeter%2FJavaGuide%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
gh-pageshttps://github.com/ArendPeter/JavaGuide/tree/gh-pages
dependabot/bundler/nokogiri-1.11.3https://github.com/ArendPeter/JavaGuide/tree/dependabot/bundler/nokogiri-1.11.3
Conversation 1 https://github.com/ArendPeter/JavaGuide/pull/2
Commits 1 https://github.com/ArendPeter/JavaGuide/pull/2/commits
Checks 0 https://github.com/ArendPeter/JavaGuide/pull/2/checks
Files changed https://github.com/ArendPeter/JavaGuide/pull/2/files
Please reload this pagehttps://github.com/ArendPeter/JavaGuide/pull/2/files
Bump nokogiri from 1.6.7.2 to 1.11.3 https://github.com/ArendPeter/JavaGuide/pull/2/files#top
Show all changes 1 commit https://github.com/ArendPeter/JavaGuide/pull/2/files
abe51b4 Bump nokogiri from 1.6.7.2 to 1.11.3 dependabot[bot] Apr 14, 2021 https://github.com/ArendPeter/JavaGuide/pull/2/commits/abe51b489104b122ff135ac03d551d34485c1c90
Clear filters https://github.com/ArendPeter/JavaGuide/pull/2/files
Please reload this pagehttps://github.com/ArendPeter/JavaGuide/pull/2/files
Please reload this pagehttps://github.com/ArendPeter/JavaGuide/pull/2/files
Gemfile.lockhttps://github.com/ArendPeter/JavaGuide/pull/2/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
View file https://github.com/ArendPeter/JavaGuide/blob/abe51b489104b122ff135ac03d551d34485c1c90/Gemfile.lock
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/ArendPeter/JavaGuide/pull/2/{{ revealButtonHref }}
https://github.com/ArendPeter/JavaGuide/pull/2/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
https://github.com/ArendPeter/JavaGuide/pull/2/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731f
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.