From e71bedc11b99bef317b5c3d4fc507150fe2afa1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:08:36 +0000 Subject: [PATCH 1/3] Bump mongodb/mongodb from 1.8.0 to 1.10.0 in /examples/mongodb-3.0 Bumps [mongodb/mongodb](https://github.com/mongodb/mongo-php-library) from 1.8.0 to 1.10.0. - [Release notes](https://github.com/mongodb/mongo-php-library/releases) - [Changelog](https://github.com/mongodb/mongo-php-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/mongodb/mongo-php-library/compare/1.8.0...1.10.0) --- updated-dependencies: - dependency-name: mongodb/mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/mongodb-3.0/composer.lock | 44 ++++++++++++++---------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/examples/mongodb-3.0/composer.lock b/examples/mongodb-3.0/composer.lock index 9028853..3dd0a64 100644 --- a/examples/mongodb-3.0/composer.lock +++ b/examples/mongodb-3.0/composer.lock @@ -128,43 +128,44 @@ }, { "name": "mongodb/mongodb", - "version": "1.8.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/mongodb/mongo-php-library.git", - "reference": "953dbc19443aa9314c44b7217a16873347e6840d" + "reference": "b0bbd657f84219212487d01a8ffe93a789e1e488" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/953dbc19443aa9314c44b7217a16873347e6840d", - "reference": "953dbc19443aa9314c44b7217a16873347e6840d", + "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/b0bbd657f84219212487d01a8ffe93a789e1e488", + "reference": "b0bbd657f84219212487d01a8ffe93a789e1e488", "shasum": "" }, "require": { "ext-hash": "*", "ext-json": "*", - "ext-mongodb": "^1.8.1", - "jean85/pretty-package-versions": "^1.2", - "php": "^7.0 || ^8.0", + "ext-mongodb": "^1.11.0", + "jean85/pretty-package-versions": "^1.2 || ^2.0.1", + "php": "^7.1 || ^8.0", "symfony/polyfill-php80": "^1.19" }, "require-dev": { - "squizlabs/php_codesniffer": "^3.5, <3.5.5", - "symfony/phpunit-bridge": "5.x-dev" + "doctrine/coding-standard": "^9.0", + "squizlabs/php_codesniffer": "^3.6", + "symfony/phpunit-bridge": "^5.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.8.x-dev" + "dev-master": "1.10.x-dev" } }, "autoload": { - "psr-4": { - "MongoDB\\": "src/" - }, "files": [ "src/functions.php" - ] + ], + "psr-4": { + "MongoDB\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -188,7 +189,7 @@ "mongodb", "persistence" ], - "time": "2020-11-25T12:26:02+00:00" + "time": "2021-10-20T22:22:37+00:00" }, { "name": "platformsh/config-reader", @@ -231,16 +232,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.25.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", - "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", "shasum": "" }, "require": { @@ -248,9 +249,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -307,7 +305,7 @@ "type": "tidelift" } ], - "time": "2022-03-04T08:16:47+00:00" + "time": "2024-01-29T20:11:03+00:00" } ], "packages-dev": [], From f0f0552897989687832ce41b21bfb333a884acd7 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Tue, 23 Jun 2026 15:07:50 -0500 Subject: [PATCH 2/3] fix docs config lint --- docs/.vitepress/config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 648be27..2fb46a9 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -59,4 +59,4 @@ function sidebar() { }, {text: 'Guides', link: '/guides', activeMatch: '/guides'}, ]; -}; \ No newline at end of file +}; From 4de5cb6aa4d206f696541ab75e069f92fe916877 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Tue, 23 Jun 2026 15:15:09 -0500 Subject: [PATCH 3/3] ci: update setup-node for cache compatibility --- .github/workflows/pr-basic-tests.yml | 2 +- .github/workflows/pr-chrome-headless-tests.yml | 2 +- .github/workflows/pr-drupal8-sync-tests.yml | 2 +- .github/workflows/pr-linter.yml | 2 +- .github/workflows/pr-mariadb-tests.yml | 2 +- .github/workflows/pr-memcached-tests.yml | 2 +- .github/workflows/pr-mongodb-tests.yml | 2 +- .github/workflows/pr-mysql-tests.yml | 2 +- .github/workflows/pr-php-tests.yml | 2 +- .github/workflows/pr-postgresql-tests.yml | 2 +- .github/workflows/pr-redis-tests.yml | 2 +- .github/workflows/pr-solr-tests.yml | 2 +- .github/workflows/pr-unit-tests.yml | 2 +- .github/workflows/pr-varnish-tests.yml | 2 +- .github/workflows/release.yml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pr-basic-tests.yml b/.github/workflows/pr-basic-tests.yml index 614fbd9..2c9c906 100644 --- a/.github/workflows/pr-basic-tests.yml +++ b/.github/workflows/pr-basic-tests.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-chrome-headless-tests.yml b/.github/workflows/pr-chrome-headless-tests.yml index 1d4890f..4037238 100644 --- a/.github/workflows/pr-chrome-headless-tests.yml +++ b/.github/workflows/pr-chrome-headless-tests.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-drupal8-sync-tests.yml b/.github/workflows/pr-drupal8-sync-tests.yml index 5e23d20..edc4c4b 100644 --- a/.github/workflows/pr-drupal8-sync-tests.yml +++ b/.github/workflows/pr-drupal8-sync-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index 29a6d74..6f4ebae 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-mariadb-tests.yml b/.github/workflows/pr-mariadb-tests.yml index 7497a25..ea719d3 100644 --- a/.github/workflows/pr-mariadb-tests.yml +++ b/.github/workflows/pr-mariadb-tests.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-memcached-tests.yml b/.github/workflows/pr-memcached-tests.yml index c46cc30..535f4b8 100644 --- a/.github/workflows/pr-memcached-tests.yml +++ b/.github/workflows/pr-memcached-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-mongodb-tests.yml b/.github/workflows/pr-mongodb-tests.yml index 2ecfc2a..e896989 100644 --- a/.github/workflows/pr-mongodb-tests.yml +++ b/.github/workflows/pr-mongodb-tests.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-mysql-tests.yml b/.github/workflows/pr-mysql-tests.yml index b4c57ef..e5ed355 100644 --- a/.github/workflows/pr-mysql-tests.yml +++ b/.github/workflows/pr-mysql-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-php-tests.yml b/.github/workflows/pr-php-tests.yml index 594f894..0681e98 100644 --- a/.github/workflows/pr-php-tests.yml +++ b/.github/workflows/pr-php-tests.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-postgresql-tests.yml b/.github/workflows/pr-postgresql-tests.yml index 475e424..af83228 100644 --- a/.github/workflows/pr-postgresql-tests.yml +++ b/.github/workflows/pr-postgresql-tests.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-redis-tests.yml b/.github/workflows/pr-redis-tests.yml index e9db61c..a3206f6 100644 --- a/.github/workflows/pr-redis-tests.yml +++ b/.github/workflows/pr-redis-tests.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-solr-tests.yml b/.github/workflows/pr-solr-tests.yml index 88202c0..7c5e117 100644 --- a/.github/workflows/pr-solr-tests.yml +++ b/.github/workflows/pr-solr-tests.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-unit-tests.yml b/.github/workflows/pr-unit-tests.yml index 0ff3c4b..5d491c9 100644 --- a/.github/workflows/pr-unit-tests.yml +++ b/.github/workflows/pr-unit-tests.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/pr-varnish-tests.yml b/.github/workflows/pr-varnish-tests.yml index 7b3a19d..80e2a8f 100644 --- a/.github/workflows/pr-varnish-tests.yml +++ b/.github/workflows/pr-varnish-tests.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 872f8e7..92f9e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Install node ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} registry-url: https://registry.npmjs.org