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.12.5 to 1.13.3 #864

Merged
merged 1 commit into from
Feb 26, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2022

Bumps nokogiri from 1.12.5 to 1.13.3.

Release notes

Sourced from nokogiri's releases.

1.13.3 / 2022-02-21

Fixed

  • [CRuby] Revert a HTML4 parser bug in libxml 2.9.13 (introduced in Nokogiri v1.13.2). The bug causes libxml2's HTML4 parser to fail to recover when encountering a bare < character in some contexts. This version of Nokogiri restores the earlier behavior, which is to recover from the parse error and treat the < as normal character data (which will be serialized as &lt; in a text node). The bug (and the fix) is only relevant when the RECOVER parse option is set, as it is by default. [#2461]

SHA256 checksums:

025a4e333f6f903072a919f5f75b03a8f70e4969dab4280375b73f9d8ff8d2c0  nokogiri-1.13.3-aarch64-linux.gem
b9cb59c6a6da8cf4dbee5dbb569c7cc95a6741392e69053544e0f40b15ab9ad5  nokogiri-1.13.3-arm64-darwin.gem
e55d18cee64c19d51d35ad80634e465dbcdd46ac4233cb42c1e410307244ebae  nokogiri-1.13.3-java.gem
53e2d68116cd00a873406b8bdb90c78a6f10e00df7ddf917a639ac137719b67b  nokogiri-1.13.3-x64-mingw-ucrt.gem
b5f39ebb662a1be7d1c61f8f0a2a683f1bb11690a6f00a99a1aa23a071f80145  nokogiri-1.13.3-x64-mingw32.gem
7c0de5863aace4bbbc73c4766cf084d1f0b7a495591e46d1666200cede404432  nokogiri-1.13.3-x86-linux.gem
675cc3e7d7cca0d6790047a062cd3aa3eab59e3cb9b19374c34f98bade588c66  nokogiri-1.13.3-x86-mingw32.gem
f445596a5a76941a9d1980747535ab50d3399d1b46c32989bc26b7dd988ee498  nokogiri-1.13.3-x86_64-darwin.gem
3f6340661c2a283b337d227ea224f859623775b2f5c09a6bf197b786563958df  nokogiri-1.13.3-x86_64-linux.gem
bf1b1bceff910abb0b7ad825535951101a0361b859c2ad1be155c010081ecbdc  nokogiri-1.13.3.gem

1.13.2 / 2022-02-21

Security

  • [CRuby] Vendored libxml2 is updated from 2.9.12 to 2.9.13. This update addresses CVE-2022-23308.
  • [CRuby] Vendored libxslt is updated from 1.1.34 to 1.1.35. This update addresses CVE-2021-30560.

Please see GHSA-fq42-c5rg-92c2 for more information about these CVEs.

Dependencies


SHA256 checksums:

63469a9bb56a21c62fbaea58d15f54f8f167ff6fde51c5c2262072f939926fdd  nokogiri-1.13.2-aarch64-linux.gem
2986617f982f645c06f22515b721e6d2613dd69493e5c41ddd03c4830c3b3065  nokogiri-1.13.2-arm64-darwin.gem
aca1d66206740b29d0d586b1d049116adcb31e6cdd7c4dd3a96eb77da215a0c4  nokogiri-1.13.2-java.gem
b9e4eea1a200d9a927a5bc7d662c427e128779cba0098ea49ddbdb3ffc3ddaec  nokogiri-1.13.2-x64-mingw-ucrt.gem
48d5493fec495867c5516a908a068c1387a1d17c5aeca6a1c98c089d9d9fdcf8  nokogiri-1.13.2-x64-mingw32.gem
62034d7aaaa83fbfcb8876273cc5551489396841a66230d3200b67919ef76cf9  nokogiri-1.13.2-x86-linux.gem
e07237b82394017c2bfec73c637317ee7dbfb56e92546151666abec551e46d1d  nokogiri-1.13.2-x86-mingw32.gem
</tr></table> 

... (truncated)

Changelog

Sourced from nokogiri's changelog.

1.13.3 / 2022-02-21

Fixed

  • [CRuby] Revert a HTML4 parser bug in libxml 2.9.13 (introduced in Nokogiri v1.13.2). The bug causes libxml2's HTML4 parser to fail to recover when encountering a bare < character in some contexts. This version of Nokogiri restores the earlier behavior, which is to recover from the parse error and treat the < as normal character data (which will be serialized as &lt; in a text node). The bug (and the fix) is only relevant when the RECOVER parse option is set, as it is by default. [#2461]

1.13.2 / 2022-02-21

Security

  • [CRuby] Vendored libxml2 is updated from 2.9.12 to 2.9.13. This update addresses CVE-2022-23308.
  • [CRuby] Vendored libxslt is updated from 1.1.34 to 1.1.35. This update addresses CVE-2021-30560.

Please see GHSA-fq42-c5rg-92c2 for more information about these CVEs.

Dependencies

1.13.1 / 2022-01-13

Fixed

  • Fix Nokogiri::XSLT.quote_params regression in v1.13.0 that raised an exception when non-string stylesheet parameters were passed. Non-string parameters (e.g., integers and symbols) are now explicitly supported and both keys and values will be stringified with #to_s. [#2418]
  • Fix CSS selector query regression in v1.13.0 that raised an Nokogiri::XML::XPath::SyntaxError when parsing XPath attributes mixed into the CSS query. Although this mash-up of XPath and CSS syntax previously worked unintentionally, it is now an officially supported feature and is documented as such. [#2419]

1.13.0 / 2022-01-06

Notes

Ruby

This release introduces native gem support for Ruby 3.1. Please note that Windows users should use the x64-mingw-ucrt platform gem for Ruby 3.1, and x64-mingw32 for Ruby 2.6–3.0 (see RubyInstaller 3.1.0 release notes).

This release ends support for:

Faster, more reliable installation: Native Gem for ARM64 Linux

This version of Nokogiri ships experimental native gem support for the aarch64-linux platform, which should support AWS Graviton and other ARM Linux platforms. We don't yet have CI running for this platform, and so we're interested in hearing back from y'all whether this is working, and what problems you're seeing. Please send us feedback here: Feedback: Have you used the aarch64-linux native gem?

... (truncated)

Commits
  • 7d74ced version bump to v1.13.3
  • 5970fd9 fix: revert libxml2 regression with HTML4 recovery
  • 49b8663 version bump to v1.13.2
  • 4729133 Merge pull request #2457 from sparklemotion/flavorjones-libxml-2.9.13-v1.13.x
  • 379f757 dev(package): work around gnome mirrors with expired certs
  • 95cf66c dep: upgrade libxml2 2.9.12 → 2.9.13
  • d37dd02 dep: upgrade libxslt 1.1.34 → 1.1.35
  • 59a9398 dep: upgrade mini_portile 2.7 to 2.8
  • e885463 dev(package): handle either .tar.gz or .tar.xz archive names
  • 7957c7b style: rubocop
  • 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 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.

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.3.
- [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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby labels Feb 26, 2022
@davimacedo davimacedo merged commit 3190f66 into gh-pages Feb 26, 2022
@davimacedo davimacedo deleted the dependabot/bundler/nokogiri-1.13.3 branch February 26, 2022 02:53
dblythy added a commit to dblythy/docs that referenced this pull request Sep 14, 2022
commit 11292a7
Author: Niko Diamadis <niko@cyb3rko.de>
Date:   Sat Aug 13 13:48:06 2022 +0200

    docs: fix outdated and incorrectly styled REST API code examples (parse-community#896)

commit 26f98e3
Author: aclec <56152675+aclec@users.noreply.github.com>
Date:   Mon Aug 8 12:02:01 2022 +0200

    fix: update doc with POST request for /loginAs (parse-community#897)

commit 2ceb1f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jul 22 20:10:05 2022 +0200

    refactor: bump tzinfo from 1.2.7 to 1.2.10 (parse-community#887)

commit 490b887
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jul 20 12:04:31 2022 +0200

    refactor: bump terser from 5.3.7 to 5.14.2 (parse-community#886)

commit 283de62
Author: Martin <64530191+MrMartinR@users.noreply.github.com>
Date:   Sat Jul 2 23:01:11 2022 +0100

    docs: fix json (parse-community#885)

commit bda8566
Author: Martin <64530191+MrMartinR@users.noreply.github.com>
Date:   Sat Jul 2 11:07:56 2022 +0100

    docs: format JSON code blocks as jsonc (parse-community#883)

commit 86d16c0
Author: Jayson Ng <jayson@jay.ph>
Date:   Wed Jun 1 08:05:07 2022 +0800

    fix: unclear IoT apps terminology (parse-community#876)

commit dd07185
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 19 12:43:49 2022 +0200

    refactor: upgrade nokogiri from 1.13.4 to 1.13.6 (parse-community#873)

commit 88bd1f3
Author: Martin <64530191+MrMartinR@users.noreply.github.com>
Date:   Sat May 14 13:21:44 2022 +0100

    docs: remove compatibility references; add deployment guide (parse-community#871)

commit e663a09
Author: Mosaab Emam <mosaab.emam123@gmail.com>
Date:   Wed Apr 27 13:17:44 2022 +0200

    fix: add commas (parse-community#870)

commit 23108ac
Author: Ali Oğuzhan Yıldız <aoguzhanyildiz@gmail.com>
Date:   Thu Apr 21 03:13:49 2022 +0300

    docs: add s3 adapter examples for Linode and Backblaze (parse-community#825)

commit feb3dbb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Apr 13 11:26:03 2022 +0200

    Bump minimist from 1.2.5 to 1.2.6 (parse-community#869)

commit d5f9bf9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Apr 13 09:33:55 2022 +0200

    Bump nokogiri from 1.13.3 to 1.13.4 (parse-community#868)

commit 99026f4
Author: Corey <coreyearleon@icloud.com>
Date:   Wed Apr 13 03:31:15 2022 -0400

    Update keys and excludeKeys to use arrays (parse-community#820)

commit c70c1b2
Author: GormanFletcher <78770467+GormanFletcher@users.noreply.github.com>
Date:   Mon Mar 21 21:28:22 2022 -0400

    docs: document the new /loginAs REST endpoint (parse-community#832)

commit 587b930
Author: dblythy <daniel-blyth@live.com.au>
Date:   Fri Mar 18 09:27:47 2022 +1100

    docs: add requireAnyUserRoles and requireAllUserRoles on cloud validator (parse-community#816)

commit 0ca8a55
Author: dblythy <daniel-blyth@live.com.au>
Date:   Fri Mar 18 09:23:46 2022 +1100

    Update cloud-code-advanced.md (parse-community#847)

commit 3190f66
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 25 18:53:49 2022 -0800

    Bump nokogiri from 1.12.5 to 1.13.3 (parse-community#864)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.3.
    - [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.3)

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

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit cd27bf5
Author: Emmanuel Ihemegbulam <36275424+codeBlock-1984@users.noreply.github.com>
Date:   Wed Dec 8 19:46:56 2021 +0100

    Fix typo in cloud-code.md (parse-community#860)

commit 2d630e0
Author: Louis D'Hont <xevrobelgium@gmail.com>
Date:   Thu Nov 25 20:57:45 2021 +0100

    parse-community#857 Changed the GET method to POST on logging in (parse-community#858)

commit 3b4d00b
Author: Xiang Zhou <julian.zhou@me.com>
Date:   Tue Nov 2 17:42:15 2021 +0800

    Fix the typo of platform. (parse-community#854)

commit 5b3f61c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 4 16:51:21 2021 +0200

    Bump path-parse from 1.0.6 to 1.0.7 (parse-community#841)

    Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/jbgutierrez/path-parse/releases)
    - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

    ---
    updated-dependencies:
    - dependency-name: path-parse
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit c520811
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Oct 4 16:50:51 2021 +0200

    Bump nokogiri from 1.11.4 to 1.12.5 (parse-community#849)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 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.4...v1.12.5)

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

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit b4dc536
Author: sanjampreet_singh <55652600+staticle@users.noreply.github.com>
Date:   Mon Oct 4 20:19:33 2021 +0530

    Update relay.md (parse-community#852)

commit d32b983
Author: Dev Prakash Sharma <idevprakaash@gmail.com>
Date:   Sat Oct 2 22:04:10 2021 +0530

    📙 Updated apple auth adapter key (parse-community#851)

commit fc540e2
Author: Manuel <5673677+mtrezza@users.noreply.github.com>
Date:   Fri Sep 3 09:59:33 2021 +0200

    add best practice page (parse-community#845)

commit a064a5c
Author: Samuel Denis-D'Ortun <sam@sddproductions.com>
Date:   Sat Jul 31 18:31:10 2021 -0400

    Fix quotes in code examples (parse-community#839)

commit b2b654c
Author: FandryNoutah <57153456+FandryNoutah@users.noreply.github.com>
Date:   Mon Jul 26 23:42:36 2021 +0300

    Need session activation from Parse (parse-community#830)

    * Need session activation from Parse

    After logging in with parseUser, it can be fine if you start session automatically and developers don't need to call PHP session_start() function, or define into the documentation the full use of the session, thanks.

    * Update users.md

    Co-authored-by: Manuel <5673677+mtrezza@users.noreply.github.com>

commit 710d728
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jul 15 21:39:32 2021 +0100

    Bump addressable from 2.7.0 to 2.8.0 (parse-community#835)

    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] <support@github.com>

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

commit ad266b7
Author: cyobrendan <43143380+cyobrendan@users.noreply.github.com>
Date:   Wed Jun 2 19:22:43 2021 -0600

    Update database.md (parse-community#831)

    Small grammar update I noticed when combing through the docs. Thanks for all truly valuable contributions you guy make.

commit 589b58d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed May 26 15:34:01 2021 -0700

    Bump browserslist from 4.14.5 to 4.16.6 (parse-community#829)

    Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.5 to 4.16.6.
    - [Release notes](https://github.com/browserslist/browserslist/releases)
    - [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
    - [Commits](browserslist/browserslist@4.14.5...4.16.6)

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit 4454557
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue May 18 17:59:50 2021 +0100

    Bump nokogiri from 1.11.1 to 1.11.4 (parse-community#828)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.1 to 1.11.4.
    - [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.11.4)

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit aea486a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 6 23:19:38 2021 +0100

    Bump lodash from 4.17.19 to 4.17.21 (parse-community#827)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.19...4.17.21)

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit 128c50d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 6 21:16:43 2021 +0100

    Bump underscore from 1.11.0 to 1.12.1 (parse-community#826)

    Bumps [underscore](https://github.com/jashkenas/underscore) from 1.11.0 to 1.12.1.
    - [Release notes](https://github.com/jashkenas/underscore/releases)
    - [Commits](jashkenas/underscore@1.11.0...1.12.1)

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit 4187fa8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 3 16:00:39 2021 -0700

    Bump rexml from 3.2.4 to 3.2.5 (parse-community#824)

    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] <support@github.com>

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

commit c500faf
Author: Manuel <5673677+mtrezza@users.noreply.github.com>
Date:   Thu Apr 15 09:17:53 2021 +0200

    Improve security section (parse-community#823)

    * refactored security section

    * Fixed absolute URLs

commit f46829a
Author: Rikard Teodorsson <9367038+hej2010@users.noreply.github.com>
Date:   Wed Apr 7 18:54:14 2021 +0200

    Removed MongoRocks from the parse-server guide (parse-community#822)

    * Removed MongoRocks from the guide

    * Removed link to MongoRocks

commit 4d02e57
Author: dblythy <daniel-blyth@live.com.au>
Date:   Thu Apr 8 02:32:45 2021 +1000

    Add afterFind Considerations (parse-community#821)

    * add afterFind considerations

    * Update cloud-code.md

commit dcdfe4b
Author: Sam Jarman <sam@samjarman.co.nz>
Date:   Thu Feb 4 16:14:56 2021 +1300

    Fix formatting on Deleting Files header (parse-community#815)

    Just needed a space

commit 7dfb2f3
Author: Tom Fox <13188249+TomWFox@users.noreply.github.com>
Date:   Tue Jan 19 19:11:08 2021 +0000

    Update index.md (parse-community#813)

commit 0398724
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 19 10:54:44 2021 -0800

    Bump nokogiri from 1.10.10 to 1.11.1 (parse-community#812)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 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.10...v1.11.1)

    Signed-off-by: dependabot[bot] <support@github.com>

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

commit cec1686
Author: CapacitorSet <capacitorset@gmail.com>
Date:   Sat Jan 16 21:50:22 2021 +0100

    Fix enableLocalDataStore usage (parse-community#807)

commit a1c91f3
Author: dblythy <daniel-blyth@live.com.au>
Date:   Wed Jan 6 03:08:11 2021 +1100

    Update cloud-code.md (parse-community#810)

commit 3235364
Author: Alysson Melo <alyssoncm@gmail.com>
Date:   Wed Dec 16 17:03:25 2020 -0300

    Update deploying-heroku-mlab.md (parse-community#802)

    * Update deploying-heroku-mlab.md

    * Update deploying-heroku-mlab.md

    * Update deploying-heroku-mlab.md

    * Update deploying-heroku-mlab.md

    * Update deploying-heroku-mlab.md

    * Update deploying-heroku-mlab.md

    * Update deploying-heroku-mlab.md

commit 5a5465e
Author: dblythy <daniel-blyth@live.com.au>
Date:   Wed Dec 16 02:05:20 2020 +1100

    Fix casing for afterLiveQueryEvent (parse-community#797)

commit c257296
Author: Manuel <trezza.m@gmail.com>
Date:   Tue Dec 15 16:04:30 2020 +0100

    added error code (parse-community#805)

commit 95b5c19
Author: Tom Fox <13188249+TomWFox@users.noreply.github.com>
Date:   Tue Dec 15 15:00:26 2020 +0000

    Remove info about restricted tokens (parse-community#787)

    * Update sessions.md

    * Update sessions.md

    * remove restricted property

    * Improve Parse for IoT term

commit ae17f02
Author: Alysson Melo <alyssoncm@gmail.com>
Date:   Tue Dec 8 16:54:21 2020 -0300

    Delete compatibility.md (parse-community#800)

    * Delete compatibility.md

    Removing not relevant/outdated Parse.com session

    * Update parse-server.md

commit d368bd1
Author: Manuel <trezza.m@gmail.com>
Date:   Mon Dec 7 15:50:50 2020 +0100

    Documentation for deleting files (improvement) (parse-community#791)

    * improved JS doc for deleting file

    * removed required reference to delete file

    * changed bullet point to headline

commit 3191782
Author: Manuel <trezza.m@gmail.com>
Date:   Fri Dec 4 21:52:58 2020 +0100

    corrected incorrect error code (parse-community#804)

commit fa348c4
Author: Alysson Melo <alyssoncm@gmail.com>
Date:   Fri Nov 27 11:27:40 2020 -0300

    Update database.md (parse-community#799)

    * Update database.md

    -updated mLAB information

    * Update database.md

    * Update database.md

commit 7a60da0
Author: Alysson Melo <alysson@gtacsolutions.com>
Date:   Thu Nov 26 11:43:14 2020 -0300

    Update getting-started.md (parse-community#798)

    * Update getting-started.md

    -Removing migration from hosted Parse information
    -Adding some information to better explain  Parse Server to new users

    * Update getting-started.md

commit 7f1a23a
Author: dblythy <daniel-blyth@live.com.au>
Date:   Fri Nov 20 05:19:09 2020 +1100

    Remove trailing new line from copy text (parse-community#794)

commit 52e01b1
Author: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com>
Date:   Wed Nov 18 14:26:41 2020 -0800

    Replace var to const (parse-community#795)

commit 6e2a85a
Author: Hakim Bawa <43802542+bawahakim@users.noreply.github.com>
Date:   Wed Nov 18 16:23:23 2020 -0500

    Update objects.md (parse-community#793)

    * Update objects.md

    * Update objects.md

commit 9efae05
Author: dblythy <daniel-blyth@live.com.au>
Date:   Wed Nov 18 09:51:02 2020 +1100

    Copy to clupboard (parse-community#790)

commit 055a1fe
Author: dblythy <daniel-blyth@live.com.au>
Date:   Wed Nov 18 00:22:34 2020 +1100

    Documentation for deleting files (parse-community#789)

    * Documentation for deleting files

    Closes parse-community#726

    * Update files.md

    * Update files.md

commit b36fc11
Author: Gunnar Oledal <gunnar.oledal@gmail.com>
Date:   Thu Nov 12 22:22:43 2020 +0100

    Clarifying documentation of custom authentication (parse-community#785)

    * Clarifying documentation of custom authentication.

    Documentation on custom authentication was extremely unclear. Tried to clarify a few aspects. That id is required in the authData object. Also what is client-side vs backend code. Very open to feedback and improvements!

    * Update users.md

    * Apply suggestions from code review

    Co-authored-by: Diamond Lewis <findlewis@gmail.com>
    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

commit bd221b7
Author: Diamond Lewis <findlewis@gmail.com>
Date:   Wed Nov 11 03:40:39 2020 -0600

    Add ES6 Import to JS (parse-community#786)

commit 9b8846b
Author: dblythy <daniel-blyth@live.com.au>
Date:   Tue Nov 3 07:26:11 2020 +1100

    Update cloud-code.md (parse-community#784)

commit 4275a4c
Author: dblythy <daniel-blyth@live.com.au>
Date:   Tue Nov 3 04:17:20 2020 +1100

    Cloud Validator Documentation (parse-community#782)

    * Cloud Validator

    * Update cloud-code.md

    * Apply nits from code review

    * Update _includes/cloudcode/cloud-code.md

    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    * Update _includes/cloudcode/cloud-code.md

    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    * Update _includes/cloudcode/cloud-code.md

    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    * Update _includes/cloudcode/cloud-code.md

    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

commit bd64ec8
Author: dblythy <daniel-blyth@live.com.au>
Date:   Tue Nov 3 04:15:48 2020 +1100

    afterLiveQueryEvent Triggers (parse-community#773)

    * afterLiveQueryEvent

    * Update cloud-code.md

    * Update cloud-code.md

    * Update cloud-code.md

    * Apply suggestions from code review

    * Context around database operations with LiveQuery

    * add parse server version

    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

commit ca9e2f3
Author: Rhuan <283004+rhuanbarreto@users.noreply.github.com>
Date:   Mon Nov 2 18:13:33 2020 +0100

    Add keycloak auth (parse-community#703)

    * Add keycloak referering to PR #6376 in parse-server

    * Update _includes/parse-server/third-party-auth.md

    Co-Authored-By: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    * Update _includes/parse-server/third-party-auth.md

    Co-Authored-By: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    * Update _includes/parse-server/third-party-auth.md

    Co-Authored-By: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    * Update _includes/parse-server/third-party-auth.md

    Co-Authored-By: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    * Update _includes/parse-server/third-party-auth.md

    Co-Authored-By: Tom Fox <13188249+TomWFox@users.noreply.github.com>

    Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>

commit 37498c6
Author: Mark Nguyen <44610543+nghongphuong94@users.noreply.github.com>
Date:   Mon Nov 2 11:59:30 2020 +0700

    Update relations.md (parse-community#783)

    - Fix typo.

commit d136ecf
Author: Corey <coreyearleon@icloud.com>
Date:   Mon Oct 26 12:56:56 2020 -0400

    Update file adapter docs (parse-community#780)

    * Update file adapter docs

    * Add file adapter to postgres database docs

    * Fixed available versions

    * Add default file directory

commit 180c5d8
Author: Diamond Lewis <findlewis@gmail.com>
Date:   Sat Oct 24 04:15:15 2020 -0500

    Enable Live Reload (parse-community#779)

    * Enable Live Reload

    * typo

commit 54a7204
Author: Corey <coreyearleon@icloud.com>
Date:   Fri Oct 23 19:27:40 2020 -0400

    Add GridStoreAdapter and FSAdapter Config (parse-community#778)

commit 501344c
Author: Paulo Reis <paulovitin@gmail.com>
Date:   Thu Oct 22 23:00:28 2020 -0300

    Remove fb account kit from docs (parse-community#777)

commit 83a0395
Author: Diamond Lewis <findlewis@gmail.com>
Date:   Wed Oct 21 17:09:09 2020 -0500

    Replace response.success (parse-community#776)

commit e0d56aa
Author: Diamond Lewis <findlewis@gmail.com>
Date:   Wed Oct 21 16:51:23 2020 -0500

    chore: Dump Dependencies (parse-community#775)

    * gem dependencies

    * node dependencies

    * Update .gitignore

    * Add License

commit 02030f7
Author: dblythy <daniel-blyth@live.com.au>
Date:   Wed Oct 21 09:08:53 2020 +1100

    Replace response.success / response.error (parse-community#774)
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