Bump express and rxdb
Bumps express to 4.17.3 and updates ancestor dependency rxdb. These dependencies need to be updated together.
Updates express from 4.17.1 to 4.17.3
Release notes
Sourced from express's releases.
4.17.3
- deps: accepts@~1.3.8
- deps: mime-types@~2.1.34
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- pref: remove unnecessary regexp for trust proxy
4.17.2
- Fix handling of
undefinedinres.jsonp- Fix handling of
undefinedwhen"json escape"is enabled- Fix incorrect middleware execution with unanchored
RegExps- Fix
res.jsonp(obj, status)deprecation message- Fix typo in
res.isJSDoc- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: type-is@~1.6.18
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix
maxAgeoption to reject invalid values- deps: proxy-addr@~2.0.7
- Use
req.socketover deprecatedreq.connection- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- pref: ignore empty http tokens
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
Changelog
Sourced from express's changelog.
4.17.3 / 2022-02-16
- deps: accepts@~1.3.8
- deps: mime-types@~2.1.34
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix handling of
__proto__keys- pref: remove unnecessary regexp for trust proxy
4.17.2 / 2021-12-16
- Fix handling of
undefinedinres.jsonp- Fix handling of
undefinedwhen"json escape"is enabled- Fix incorrect middleware execution with unanchored
RegExps- Fix
res.jsonp(obj, status)deprecation message- Fix typo in
res.isJSDoc- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: type-is@~1.6.18
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Fix
maxAgeoption to reject invalid values- deps: proxy-addr@~2.0.7
- Use
req.socketover deprecatedreq.connection- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- pref: ignore empty http tokens
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
Commits
3d7fce54.17.3f906371build: update example dependencies6381bc6deps: [email protected]a007863deps: [email protected]e98f584Revert "build: use [email protected] for Node.js < 4"a659137tests: use strict modea39e409tests: prevent leaking changes to NODE_ENV82de4deexamples: fix path traversal in downloads example12310c5build: use nyc for test coverage884657dexamples: remove bitwise syntax for includes check- Additional commits viewable in compare view
Updates rxdb from 8.6.0 to 13.13.7
Release notes
Sourced from rxdb's releases.
13.13.7
- REFACTOR the
electronplugin to improve ipcRenderer communications.- REMOVE
is-electrondependency.NOTICE: An overview about all releases can be found at the changelog
13.13.6
- REFACTOR the remote RxStorage for electron ipcRenderer
NOTICE: An overview about all releases can be found at the changelog
13.13.5
NOTICE: An overview about all releases can be found at the changelog
13.13.4
NOTICE: An overview about all releases can be found at the changelog
13.13.3
NOTICE: An overview about all releases can be found at the changelog
13.13.2
NOTICE: An overview about all releases can be found at the changelog
13.13.1
... (truncated)
Changelog
Sourced from rxdb's changelog.
13.13.7 (6 December 2022)
- REFACTOR the
electronplugin to improve ipcRenderer communications.- REMOVE
is-electrondependency.13.13.6 (5 December 2022)
- REFACTOR the remote RxStorage for electron ipcRenderer
13.13.5 (2 December 2022)
13.13.4 (2 December 2022)
13.13.3 (2 December 2022)
13.13.2 (30 November 2022)
13.13.1 (30 November 2022)
- UPDATE
isomorphic-wsto5.0.013.13.0 (30 November 2022)
- ADD Firestore Replication Plugin
- FIX run the unit tests for the migration plugin on all storages.
13.12.0 (29 November 2022)
- ADD electron ipcRenderer plugin which can be used in Electron.js to run the RxStorage in the main process and the RxDatabase in the renderer processes.
- Removed the electron-remote example because
@electron/remoteis deprecated.- FIX emit false on active$ after replication is done #4136 Thanks
@maxnowack- Deprecated the PouchDB RxStorage, read this
13.11.1 (23 November 2022)
- FIX Throw proper error message when a boolean index is used in the Dexie.js RxStorage.
13.11.0 (19 November 2022)
- ADD replication-p2p which can be used to replicate data peer-to-peer without a backend server.
13.10.1 (10 November 2022)
13.10.0 (10 November 2022)
- ADD replication-couchdb-new plugin which can be used to replicate any RxStorage with a CouchDB endpoint.
- ADD skip replication
retryTimeifnavigator.onLinebecomestrue.- FIX
active$should emit during replication #4117 Thanks@maxnowack13.9.0 (7 November 2022)
... (truncated)
Commits
6fdf597CHORE refactor again (#4169)52c3884FIX ignore babel config654ed09Merge branch 'master' of https://github.com/pubkey/rxdbeddce81FIX config3a93883REMOVEis-electrondependency (#4167)adb4a5113.13.6070ad8dUpdate CHANGELOG.md7384de5REFACTOR message channel storage (#4166)0eb6146Update dependency fake-indexeddb to v4.0.1 (#4165)5ef01faUpdate dependency electron to v21.3.3- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.