Skip to content

Conversation

@nleush
Copy link
Member

@nleush nleush commented Nov 3, 2025

About the changes

  • Bug fix (non-breaking change which fixes an issue)
  • Changes to existing functionality (improvements or deprecations)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Tests and chores (up)

What has changed

Please describe what the code is doing (in this repo):

  • cheerio version update: 0.22.0 -> 1.1.2
  • cheerio usage updated
  • undescore was removed
  • other libs updated:
    • cookie: 0.5.0 -> 1.0.2
    • express: 4.19.0 -> 5.1.0
    • send: 0.18.0 -> 1.2.0
    • mongoose: 8.4.0 -> 8.19.2

@nleush nleush force-pushed the feature/update-deps-2025-10 branch from 65f9b9f to ae5dce4 Compare November 5, 2025 13:11
@iparamonau iparamonau changed the title Update deps 2025-10 [Chores] Update package dependencies 2025-10 Nov 6, 2025
@iparamonau iparamonau self-requested a review November 6, 2025 19:25
@nleush nleush merged commit a6db5a6 into dev Nov 10, 2025
1 check passed
@nleush nleush deleted the feature/update-deps-2025-10 branch November 10, 2025 14:53
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants