Skip to content

Commit

Permalink
Development (#24)
Browse files Browse the repository at this point in the history
* feat: add update option to URL Crawl

* chore: add dependabot

* chore(deps): bump yethee/tiktoken from 0.6.0 to 0.7.0 (#14)

Bumps [yethee/tiktoken](https://github.com/yethee/tiktoken-php) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/yethee/tiktoken-php/releases)
- [Commits](yethee/tiktoken-php@0.6.0...0.7.0)

---
updated-dependencies:
- dependency-name: yethee/tiktoken
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump yoast/phpunit-polyfills from 2.0.2 to 3.0.0 (#15)

Bumps [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) from 2.0.2 to 3.0.0.
- [Release notes](https://github.com/Yoast/PHPUnit-Polyfills/releases)
- [Changelog](https://github.com/Yoast/PHPUnit-Polyfills/blob/3.x/CHANGELOG.md)
- [Commits](Yoast/PHPUnit-Polyfills@2.0.2...3.0.0)

---
updated-dependencies:
- dependency-name: yoast/phpunit-polyfills
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @wordpress/icons from 9.49.0 to 10.11.0 (#22)

* feat: add update option to URL Crawl

* Create dependabot.yml

* chore(deps): bump @wordpress/icons from 9.49.0 to 10.11.0

Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 9.49.0 to 10.11.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/icons@10.11.0/packages/icons)

---
updated-dependencies:
- dependency-name: "@wordpress/icons"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Hardeep Asrani <hardeepasrani@gmail.com>
Co-authored-by: themeisle[bot] <58979018+pirate-bot@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): remove @dqbd/tiktoken

* chore(deps): bump codeinwp/themeisle-sdk from 3.3.30 to 3.3.37 (#18)

Bumps [codeinwp/themeisle-sdk](https://github.com/Codeinwp/themeisle-sdk) from 3.3.30 to 3.3.37.
- [Release notes](https://github.com/Codeinwp/themeisle-sdk/releases)
- [Changelog](https://github.com/Codeinwp/themeisle-sdk/blob/v3.3.37/CHANGELOG.md)
- [Commits](Codeinwp/themeisle-sdk@v3.3.30...v3.3.37)

---
updated-dependencies:
- dependency-name: codeinwp/themeisle-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump phpstan/phpstan from 1.12.6 to 1.12.8 (#16)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.6 to 1.12.8.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.6...1.12.8)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump tailwindcss from 3.4.4 to 3.4.14 (#19)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.4 to 3.4.14.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.4...v3.4.14)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: themeisle[bot] <58979018+pirate-bot@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent d8d3c4d commit 848ee1b
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 63 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
target-branch: development
- package-ecosystem: composer
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
target-branch: development
6 changes: 3 additions & 3 deletions .github/workflows/create-buld-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
types: [opened, synchronize, ready_for_review]
branches-ignore:
- 'update_dependencies'
- 'dependabot/**'
jobs:
dev-zip:
name: Build ZIP and upload to s3
if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name && github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
outputs:
branch-name: ${{ steps.retrieve-branch-name.outputs.branch_name }}
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

comment-on-pr:
name: Comment on PR with links to plugin ZIPs
if: ${{ github.head_ref && github.head_ref != null }}
if: ${{ github.head_ref && github.head_ref != null && github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
needs: dev-zip
env:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"automattic/vipwpcs": "^3.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^9.6",
"yoast/phpunit-polyfills": "^2.0"
"yoast/phpunit-polyfills": "^3.0"
},
"config": {
"platform": {
Expand All @@ -51,6 +51,6 @@
"hkulekci/qdrant": "^0.5.7",
"symfony/http-client": "^6.4",
"nyholm/psr7": "^1.8",
"yethee/tiktoken": "^0.6.0"
"yethee/tiktoken": "^0.7.0"
}
}
55 changes: 28 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions inc/DB_Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ public function get_posts_over_limit() {
* @param string $action The action.
*
* @return true|\WP_Error
* @throws \Exception If Qdrant API fails.
*/
public function add_post( $post_id, $action = 'add' ) {
$data = [
Expand Down
4 changes: 3 additions & 1 deletion inc/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,9 @@ public function log_stats() {
/**
* Update meta.
*
* @param int $post_id Post ID.
* @param int $post_id Post ID.
* @param \WP_Post $post Post object.
* @param bool $update Whether this is an existing post being updated.
*
* @since 1.2.0
*
Expand Down
45 changes: 18 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@
"semantic-release": "^19.0.5",
"semantic-release-slack-bot": "^4.0.2",
"simple-git-hooks": "^2.9.0",
"tailwindcss": "^3.4.0"
"tailwindcss": "^3.4.14"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.13",
"@wordpress/icons": "^9.39.0",
"@wordpress/icons": "^10.11.0",
"classnames": "^2.5.1",
"object-hash": "^3.0.0"
}
Expand Down

0 comments on commit 848ee1b

Please sign in to comment.