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

feat: bump the base lib to 4.2.0 #2

Merged
merged 47 commits into from
Jul 2, 2024
Merged

feat: bump the base lib to 4.2.0 #2

merged 47 commits into from
Jul 2, 2024

Conversation

barjin
Copy link

@barjin barjin commented Jul 2, 2024

Updates the base library to the latest version to ensure compatibility with Docusaurus v3. Migrates our original patches and adds small fixes.

(Potentially) breaking:

  • The library now expects symbolIdMap field in the top-level object in api-typedoc-generated.json (missing in our current transformed JSON file). Check out the transformDocs.js script in crawlee-python's website to see how this is done.

arnaudmanaranche and others added 30 commits August 24, 2023 09:47
* Update to 0.24.

* Fix entries.

* Test 0.24 patch.

* Update to 0.25.

* Update to 0.25.1.

* Update deps.

* Rename fixture.
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.28 to 0.7.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
- [Commits](faisalman/ua-parser-js@0.7.28...0.7.33)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](hapijs/formula@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](mafintosh/dns-packet@v5.3.1...5.4.0)

---
updated-dependencies:
- dependency-name: dns-packet
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4. (milesj#115)

* Update deps.

* Update ts.

* Update routes.

* Fix TS types.

* Polish.

* Update CI.

* Fix ts.
Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) from 4.20.0 to 4.28.5.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)

---
updated-dependencies:
- dependency-name: react-devtools-core
  dependency-type: indirect
...

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

* Remove highlight.

* Fix types.
* Add file.

* Add escaping.

* Fix type.
milesj and others added 16 commits January 22, 2024 15:49
* feat: Add remark and rehype plugins support

* docs: Add docs for remark/rehype plugins support
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.6.5.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.3.4...v1.6.5)

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

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

* Create earlier.
…ut anchors produced by this plugin. (milesj#135)

fix(AnchorLink): Anchor links now use Docusaurus's Link component, instead of a vanilla "a".
…ions (specifically, the static folders and site dir). (milesj#134)

deps(mdx-loader): Explicitly require mdx loader as a peer dependency.
deps(rimraf): Added rimraf as a dev dependency to enable cross platform removal of the tsconfig.lib.tsbuildinfo file, and thus cross platform builds.
fix: Adjusted the whitelisting to only include files that are enabled, rather than include both if either changelogs or readmes are enabled.
perf: Removed an unnecessary await in extractSidebar call.
@barjin barjin self-assigned this Jul 2, 2024
@barjin barjin force-pushed the feat/bump-docusaurus-v3 branch from e755e1e to 4e71ebd Compare July 2, 2024 12:30
@barjin barjin force-pushed the feat/bump-docusaurus-v3 branch from 4e71ebd to a7386c6 Compare July 2, 2024 12:52
@barjin barjin merged commit bb9f85a into master Jul 2, 2024
4 checks passed
@barjin barjin deleted the feat/bump-docusaurus-v3 branch July 2, 2024 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants