Skip to content

Commit

Permalink
build(deps): bump rexml from 3.2.9 to 3.3.9 (#2641)
Browse files Browse the repository at this point in the history
* build(deps): bump rexml from 3.2.9 to 3.3.9

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.9 to 3.3.9.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.9...v3.3.9)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix

* fix

* wip

* wip

* wip

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Roma Sosnovsky <[email protected]>
  • Loading branch information
dependabot[bot] and sosnovsky authored Oct 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent a67406d commit 7d34f2c
Showing 6 changed files with 445 additions and 404 deletions.
78 changes: 39 additions & 39 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -5,37 +5,37 @@

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 2
groups:
npm-deps:
patterns:
- "*"
ignore:
- dependency-name: "kill-port"
versions: ["2.0.0", "2.0.1"]
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
# - package-ecosystem: "npm"
# directory: "/"
# schedule:
# interval: "monthly"
# open-pull-requests-limit: 2
# groups:
# npm-deps:
# patterns:
# - "*"
# ignore:
# - dependency-name: "kill-port"
# versions: ["2.0.0", "2.0.1"]
# - dependency-name: "eslint"
# update-types: ["version-update:semver-major"]

- package-ecosystem: "npm"
directory: "/Core/"
schedule:
interval: "monthly"
open-pull-requests-limit: 2
groups:
core-deps:
patterns:
- "*"
ignore:
- dependency-name: "@openpgp/web-stream-tools"
versions: [">= 0.0.12"]
- dependency-name: "ava"
update-types: ["version-update:semver-major"]
- dependency-name: "chai"
update-types: ["version-update:semver-major"]
# - package-ecosystem: "npm"
# directory: "/Core/"
# schedule:
# interval: "monthly"
# open-pull-requests-limit: 2
# groups:
# core-deps:
# patterns:
# - "*"
# ignore:
# - dependency-name: "@openpgp/web-stream-tools"
# versions: [">= 0.0.12"]
# - dependency-name: "ava"
# update-types: ["version-update:semver-major"]
# - dependency-name: "chai"
# update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
@@ -46,12 +46,12 @@ updates:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/appium/"
schedule:
interval: "monthly"
open-pull-requests-limit: 2
groups:
appium-deps:
patterns:
- "*"
# - package-ecosystem: "npm"
# directory: "/appium/"
# schedule:
# interval: "monthly"
# open-pull-requests-limit: 2
# groups:
# appium-deps:
# patterns:
# - "*"
19 changes: 11 additions & 8 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
@@ -13,9 +13,9 @@ blocks:
- name: Build + Swift Unit Test
dependencies: []
run:
when: "change_in('/', {exclude: ['/Core/package.json', '/Core/package-lock.json']})"
when: "change_in('/', {exclude: ['/Core/package.json', '/Core/package-lock.json', '/.github/dependabot.yml']})"
execution_time_limit:
minutes: 115
minutes: 60
task:
env_vars:
- name: LANG
@@ -28,18 +28,19 @@ blocks:
jobs:
- name: Build Xcode Project + Swift Unit Test
commands:
- fastlane build
- fastlane test
- bundle install
- bundle exec fastlane build
- bundle exec fastlane test
epilogue:
always:
commands:
- cd /var/tmp/derived_data/Build/Products/Debug-iphonesimulator && cache store FlowCrypt-$SEMAPHORE_GIT_SHA.app FlowCrypt.app
- name: TypeScript tests
dependencies: []
run:
when: "change_in('/', {exclude: ['/appium/package.json', '/appium/package-lock.json']})"
when: "change_in('/', {exclude: ['/appium/package.json', '/appium/package-lock.json', '/.github/dependabot.yml']})"
execution_time_limit:
minutes: 45
minutes: 5
task:
agent:
machine:
@@ -67,6 +68,10 @@ blocks:
- name: UI Tests
dependencies:
- Build + Swift Unit Test
run:
when: "change_in('/', {exclude: ['/Core/package.json', '/Core/package-lock.json', '/Gemfile', '/Gemfile.lock', '/.github/dependabot.yml', '/.semaphore/semaphore.yml', '/package.json', '/package-lock.json']})"
execution_time_limit:
minutes: 80
task:
env_vars:
- name: LANG
@@ -104,8 +109,6 @@ blocks:
# - npm run-script test.live.all
secrets:
- name: flowcrypt-ios-ci-secrets
run:
when: "change_in('/', {exclude: ['/Core/package.json', '/Core/package-lock.json']})"
after_pipeline:
task:
jobs:
Loading

0 comments on commit 7d34f2c

Please sign in to comment.