From f39d227ba1684184b616d169d64ebc59b2adae62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:08:10 +0000 Subject: [PATCH 1/4] chore(deps): update dependency rollup to v4.28.1 (#6670) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/svelte/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 6aad9985fed..0bb6d9bc248 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -17,7 +17,7 @@ "@rollup/plugin-node-resolve": "15.3.0", "async-test-util": "2.5.0", "concurrently": "9.1.0", - "rollup": "4.28.0", + "rollup": "4.28.1", "rollup-plugin-css-only": "4.5.2", "rollup-plugin-livereload": "2.0.5", "rollup-plugin-node-builtins": "2.1.2", diff --git a/package.json b/package.json index 9f8deb0ba97..dc3eeea22d3 100644 --- a/package.json +++ b/package.json @@ -562,7 +562,7 @@ "random-int": "3.0.0", "readline": "1.3.0", "rimraf": "5.0.10", - "rollup": "4.28.0", + "rollup": "4.28.1", "rxdb-old": "npm:rxdb@15.39.0", "rxjs": "7.8.1", "shelljs": "0.8.5", From eb9661e55df1b0b0a5450a3d9a15869cf8950c6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:17:59 +0000 Subject: [PATCH 2/4] chore(deps): update dependency @eslint/compat to v1.2.4 (#6667) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc3eeea22d3..936bad2104e 100644 --- a/package.json +++ b/package.json @@ -491,7 +491,7 @@ "@babel/preset-env": "7.26.0", "@babel/preset-typescript": "7.26.0", "@babel/types": "7.26.3", - "@eslint/compat": "1.2.3", + "@eslint/compat": "1.2.4", "@eslint/eslintrc": "3.2.0", "@eslint/js": "9.16.0", "@rollup/plugin-commonjs": "28.0.1", From 0ecbb004684f16b5daaa0866c43587ae1b956d1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:48:56 +0000 Subject: [PATCH 3/4] chore(deps): update dependency react-native to v0.76.5 (#6672) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-native/package.json b/examples/react-native/package.json index afbfadd0182..a955572096e 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -24,7 +24,7 @@ "jest-expo": "52.0.2", "random-token": "0.0.8", "react": "18.3.1", - "react-native": "0.76.3", + "react-native": "0.76.5", "react-native-gesture-handler": "2.21.2", "react-native-get-random-values": "1.11.0", "react-native-quick-base64": "2.1.2", From fcebd9727e01394beb5311b5c07f5a86f22aca6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:08:01 +0000 Subject: [PATCH 4/4] 16.0.0-beta.8 --- CHANGELOG.md | 2 +- dist/cjs/plugins/utils/utils-rxdb-version.js | 2 +- dist/cjs/plugins/utils/utils-rxdb-version.js.map | 2 +- dist/esm/plugins/utils/utils-rxdb-version.js | 2 +- dist/esm/plugins/utils/utils-rxdb-version.js.map | 2 +- dist/types/plugins/storage-denokv/index.d.ts | 2 +- dist/types/plugins/storage-dexie/rx-storage-dexie.d.ts | 2 +- dist/types/plugins/storage-mongodb/rx-storage-mongodb.d.ts | 2 +- dist/types/plugins/storage-remote/rx-storage-remote.d.ts | 2 +- dist/types/plugins/utils/utils-rxdb-version.d.ts | 2 +- dist/types/rx-database.d.ts | 2 +- package.json | 4 ++-- src/plugins/utils/utils-rxdb-version.ts | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ea4cc8a08..6a91ed219ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ -### 16.0.0-beta.7 (8 December 2024) +### 16.0.0-beta.8 (10 December 2024) 🚀 **RxDB v16 is released** diff --git a/dist/cjs/plugins/utils/utils-rxdb-version.js b/dist/cjs/plugins/utils/utils-rxdb-version.js index cb39ff8f387..8e78f1d5c99 100644 --- a/dist/cjs/plugins/utils/utils-rxdb-version.js +++ b/dist/cjs/plugins/utils/utils-rxdb-version.js @@ -7,5 +7,5 @@ exports.RXDB_VERSION = void 0; /** * This file is replaced in the 'npm run build:version' script. */ -var RXDB_VERSION = exports.RXDB_VERSION = '16.0.0-beta.7'; +var RXDB_VERSION = exports.RXDB_VERSION = '16.0.0-beta.8'; //# sourceMappingURL=utils-rxdb-version.js.map \ No newline at end of file diff --git a/dist/cjs/plugins/utils/utils-rxdb-version.js.map b/dist/cjs/plugins/utils/utils-rxdb-version.js.map index e3316109793..6582d1722e4 100644 --- a/dist/cjs/plugins/utils/utils-rxdb-version.js.map +++ b/dist/cjs/plugins/utils/utils-rxdb-version.js.map @@ -1 +1 @@ -{"version":3,"file":"utils-rxdb-version.js","names":["RXDB_VERSION","exports"],"sources":["../../../../src/plugins/utils/utils-rxdb-version.ts"],"sourcesContent":["/**\n * This file is replaced in the 'npm run build:version' script.\n */\nexport const RXDB_VERSION = '16.0.0-beta.7';\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACO,IAAMA,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG,eAAe","ignoreList":[]} \ No newline at end of file +{"version":3,"file":"utils-rxdb-version.js","names":["RXDB_VERSION","exports"],"sources":["../../../../src/plugins/utils/utils-rxdb-version.ts"],"sourcesContent":["/**\n * This file is replaced in the 'npm run build:version' script.\n */\nexport const RXDB_VERSION = '16.0.0-beta.8';\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACO,IAAMA,YAAY,GAAAC,OAAA,CAAAD,YAAA,GAAG,eAAe","ignoreList":[]} \ No newline at end of file diff --git a/dist/esm/plugins/utils/utils-rxdb-version.js b/dist/esm/plugins/utils/utils-rxdb-version.js index 1e051be6752..305fefb366c 100644 --- a/dist/esm/plugins/utils/utils-rxdb-version.js +++ b/dist/esm/plugins/utils/utils-rxdb-version.js @@ -1,5 +1,5 @@ /** * This file is replaced in the 'npm run build:version' script. */ -export var RXDB_VERSION = '16.0.0-beta.7'; +export var RXDB_VERSION = '16.0.0-beta.8'; //# sourceMappingURL=utils-rxdb-version.js.map \ No newline at end of file diff --git a/dist/esm/plugins/utils/utils-rxdb-version.js.map b/dist/esm/plugins/utils/utils-rxdb-version.js.map index de204eb20bb..cdb2d4a1abf 100644 --- a/dist/esm/plugins/utils/utils-rxdb-version.js.map +++ b/dist/esm/plugins/utils/utils-rxdb-version.js.map @@ -1 +1 @@ -{"version":3,"file":"utils-rxdb-version.js","names":["RXDB_VERSION"],"sources":["../../../../src/plugins/utils/utils-rxdb-version.ts"],"sourcesContent":["/**\n * This file is replaced in the 'npm run build:version' script.\n */\nexport const RXDB_VERSION = '16.0.0-beta.7';\n"],"mappings":"AAAA;AACA;AACA;AACA,OAAO,IAAMA,YAAY,GAAG,eAAe","ignoreList":[]} \ No newline at end of file +{"version":3,"file":"utils-rxdb-version.js","names":["RXDB_VERSION"],"sources":["../../../../src/plugins/utils/utils-rxdb-version.ts"],"sourcesContent":["/**\n * This file is replaced in the 'npm run build:version' script.\n */\nexport const RXDB_VERSION = '16.0.0-beta.8';\n"],"mappings":"AAAA;AACA;AACA;AACA,OAAO,IAAMA,YAAY,GAAG,eAAe","ignoreList":[]} \ No newline at end of file diff --git a/dist/types/plugins/storage-denokv/index.d.ts b/dist/types/plugins/storage-denokv/index.d.ts index 1265133826e..15cb316dc52 100644 --- a/dist/types/plugins/storage-denokv/index.d.ts +++ b/dist/types/plugins/storage-denokv/index.d.ts @@ -4,7 +4,7 @@ import { RxStorageInstanceDenoKV } from "./rx-storage-instance-denokv.ts"; export declare class RxStorageDenoKV implements RxStorage, DenoKVSettings> { settings: DenoKVSettings; name: string; - readonly rxdbVersion = "16.0.0-beta.7"; + readonly rxdbVersion = "16.0.0-beta.8"; constructor(settings: DenoKVSettings); createStorageInstance(params: RxStorageInstanceCreationParams): Promise>; } diff --git a/dist/types/plugins/storage-dexie/rx-storage-dexie.d.ts b/dist/types/plugins/storage-dexie/rx-storage-dexie.d.ts index bc6004faf40..26220678d95 100644 --- a/dist/types/plugins/storage-dexie/rx-storage-dexie.d.ts +++ b/dist/types/plugins/storage-dexie/rx-storage-dexie.d.ts @@ -4,7 +4,7 @@ import { RxStorageInstanceDexie } from './rx-storage-instance-dexie.ts'; export declare class RxStorageDexie implements RxStorage { settings: DexieSettings; name: string; - readonly rxdbVersion = "16.0.0-beta.7"; + readonly rxdbVersion = "16.0.0-beta.8"; constructor(settings: DexieSettings); createStorageInstance(params: RxStorageInstanceCreationParams): Promise>; } diff --git a/dist/types/plugins/storage-mongodb/rx-storage-mongodb.d.ts b/dist/types/plugins/storage-mongodb/rx-storage-mongodb.d.ts index 641c00244c6..1c98bb33095 100644 --- a/dist/types/plugins/storage-mongodb/rx-storage-mongodb.d.ts +++ b/dist/types/plugins/storage-mongodb/rx-storage-mongodb.d.ts @@ -4,7 +4,7 @@ import { RxStorageInstanceMongoDB } from './rx-storage-instance-mongodb.ts'; export declare class RxStorageMongoDB implements RxStorage { databaseSettings: MongoDBDatabaseSettings; name: string; - readonly rxdbVersion = "16.0.0-beta.7"; + readonly rxdbVersion = "16.0.0-beta.8"; constructor(databaseSettings: MongoDBDatabaseSettings); createStorageInstance(params: RxStorageInstanceCreationParams): Promise>; } diff --git a/dist/types/plugins/storage-remote/rx-storage-remote.d.ts b/dist/types/plugins/storage-remote/rx-storage-remote.d.ts index dc35dca37e5..72759adb559 100644 --- a/dist/types/plugins/storage-remote/rx-storage-remote.d.ts +++ b/dist/types/plugins/storage-remote/rx-storage-remote.d.ts @@ -4,7 +4,7 @@ import type { MessageFromRemote, RemoteMessageChannel, RxStorageRemoteInternals, export declare class RxStorageRemote implements RxStorage { readonly settings: RxStorageRemoteSettings; readonly name: string; - readonly rxdbVersion = "16.0.0-beta.7"; + readonly rxdbVersion = "16.0.0-beta.8"; private seed; private lastRequestId; messageChannelIfOneMode?: Promise; diff --git a/dist/types/plugins/utils/utils-rxdb-version.d.ts b/dist/types/plugins/utils/utils-rxdb-version.d.ts index ec71d7dc601..927fa1f3357 100644 --- a/dist/types/plugins/utils/utils-rxdb-version.d.ts +++ b/dist/types/plugins/utils/utils-rxdb-version.d.ts @@ -1,4 +1,4 @@ /** * This file is replaced in the 'npm run build:version' script. */ -export declare const RXDB_VERSION = "16.0.0-beta.7"; +export declare const RXDB_VERSION = "16.0.0-beta.8"; diff --git a/dist/types/rx-database.d.ts b/dist/types/rx-database.d.ts index 6d02b89eb56..c58d5d383c1 100644 --- a/dist/types/rx-database.d.ts +++ b/dist/types/rx-database.d.ts @@ -29,7 +29,7 @@ export declare class RxDatabaseBase | undefined; readonly idleQueue: IdleQueue; - readonly rxdbVersion = "16.0.0-beta.7"; + readonly rxdbVersion = "16.0.0-beta.8"; /** * Contains all known non-closed storage instances * that belong to this database. diff --git a/package.json b/package.json index 936bad2104e..cc3ac97144f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "rxdb", "description": "A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/", - "version": "16.0.0-beta.7", + "version": "16.0.0-beta.8", "author": "pubkey", "repository": { "type": "git", @@ -584,4 +584,4 @@ "eslint": "9.16.0", "webpack-dev-server": "5.1.0" } -} +} \ No newline at end of file diff --git a/src/plugins/utils/utils-rxdb-version.ts b/src/plugins/utils/utils-rxdb-version.ts index b7a875403b3..ea0a7730174 100644 --- a/src/plugins/utils/utils-rxdb-version.ts +++ b/src/plugins/utils/utils-rxdb-version.ts @@ -1,4 +1,4 @@ /** * This file is replaced in the 'npm run build:version' script. */ -export const RXDB_VERSION = '16.0.0-beta.7'; +export const RXDB_VERSION = '16.0.0-beta.8';