-
Notifications
You must be signed in to change notification settings - Fork 324
[Chores] Update package dependencies 2025-10 #602
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit fb53400.
65f9b9f to
ae5dce4
Compare
iparamonau
approved these changes
Nov 6, 2025
nleush
added a commit
that referenced
this pull request
Nov 12, 2025
* update some libs * update `cheerio` import * oembed: fix getting iframe * html-utils: update cheerio usage to generate html code * fix oembed-description cheerio usage * review cheerio usage, add comments * fix tumblr.text * fix youtube.video * simpler oembed.js * update `cheerio.load` usage * remove todos * fix `tumblr.api` cheerio usage * fix `tumblr` cheerio usage * oembed: getIframe - reorganize ifs * update `supertest` 6.3.3 to 7.1.4 * remove `mocha` obsolete dependency * update `chai` from 4.3.2 to 6.2.0 * add new verion of `mocha` * fix node supported to 20 only * use pnpm for tests * update `chokidar` * tests: fix install pnpm * force fix deep dependencies * replace `_.find` to native array method * Delete pnpm-workspace.yaml * fix lock file * Revert "fix lock file" This reverts commit 78e0dd4. * Revert "Delete pnpm-workspace.yaml" This reverts commit 3ddd6ac. * try fix pnpm workspace * tests: fix pnpm version * Revert "try fix pnpm workspace" This reverts commit fb53400. * `.keys` -> `Object.keys` * `_.extend` -> `Object.assign` * `_.values` -> `Object.values` * `_.all -> array.every` * `_.compact` -> `array.filter(Boolean)` * `_.flatten` -> `array.flat` * `_.isString` -> typeof * remove `_.isArray` and `_.object` * move `mocha` to `devDependencies` * fix parsing multiple cookies * remove debug log * bugfix unefined * bugfix in log * remove underscore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About the changes
What has changed
Please describe what the code is doing (in this repo):