Skip to content

Commit

Permalink
Various dependency updates
Browse files Browse the repository at this point in the history
- Bump webpack-cli from 4.10.0 to 5.1.4
- Bump database_cleaner from 2.0.1 to 2.0.2
- Bump core-js from 3.29.1 to 3.31.0
- Bump sass from 1.60.0 to 1.63.4
- Bump cucumber-rails from 2.5.1 to 2.6.1
- Bump selenium-webdriver from 4.9.1 to 4.10.0
- Bump css-minimizer-webpack-plugin from 5.0.0 to 5.0.1
- Bump sass-loader from 13.2.2 to 13.3.2
- Bump phonelib from 0.7.6 to 0.8.2
- Bump govuk_design_system_formbuilder from 3.1.2 to 4.0.0
- Bump hashicorp/azurerm from 3.54.0 to 3.61.0
- Bump docker/build-push-action from 3 to 4

Closed #2896, #2895, #2894, #2893, #2892, #2891, #2890, #2889, #2888, #2879, #2790, #2886

Bump versions of the devops libraries and images
  • Loading branch information
plisovin committed Jun 16, 2023
1 parent 8cc6755 commit 78be5a2
Show file tree
Hide file tree
Showing 6 changed files with 115 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-no-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
tags: ${{ env.DOCKER_REPOSITORY }}:master
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push to GitHub Container Registry
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
cache-from: ${{ env.DOCKER_REPOSITORY }}:master
tags: |
Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ GEM
cucumber-core (~> 10.1, >= 10.1.0)
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
daemons (1.4.1)
database_cleaner (2.0.1)
database_cleaner-active_record (~> 2.0.0)
database_cleaner-active_record (2.0.1)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.1.0)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
Expand Down Expand Up @@ -290,14 +290,14 @@ GEM
multi_json (~> 1.11)
os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a)
govuk_design_system_formbuilder (3.3.0)
govuk_design_system_formbuilder (4.0.0)
actionview (>= 6.1)
activemodel (>= 6.1)
activesupport (>= 6.1)
html-attributes-utils (~> 0.9, >= 0.9.2)
html-attributes-utils (~> 1)
hashdiff (1.0.1)
hashids (1.0.6)
html-attributes-utils (0.9.2)
html-attributes-utils (1.0.0)
activesupport (>= 6.1.4.4)
htmlentities (4.3.4)
httpclient (2.8.3)
Expand Down Expand Up @@ -388,7 +388,7 @@ GEM
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
phonelib (0.7.6)
phonelib (0.8.2)
prometheus-client (2.1.0)
pry (0.14.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -538,7 +538,7 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
selenium-webdriver (4.9.1)
selenium-webdriver (4.10.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -670,20 +670,20 @@ DEPENDENCIES
breasal
bullet
byebug
capybara (>= 3.39.1)
capybara (>= 3.38.0)
capybara-screenshot
connection_pool
cucumber-rails (>= 2.4.0)
cucumber-rails (= 2.5.1)
daemons
database_cleaner
database_cleaner (= 2.0.2)
dfe-analytics!
dotenv-rails (>= 2.7.6)
factory_bot_rails (>= 6.2.0)
faraday
foreman
geocoder
get_into_teaching_api_client_faraday!
govuk_design_system_formbuilder (~> 3.1)
govuk_design_system_formbuilder (= 4.0.0)
hashids
ice_cube
invisible_captcha (>= 2.0.0)
Expand All @@ -697,7 +697,7 @@ DEPENDENCIES
parallel_tests
pg (>= 0.18, < 2.0)
pg_search
phonelib
phonelib (= 0.8.2)
pry-byebug
pry-rails
puma (~> 6.0)
Expand All @@ -715,7 +715,7 @@ DEPENDENCIES
rspec-sonarqube-formatter
rspec_junit_formatter
rubocop-govuk
selenium-webdriver
selenium-webdriver (= 4.10.0)
sentry-rails
sentry-ruby
sentry-sidekiq
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"babel-loader": "^9.1.2",
"babel-plugin-macros": "^3.1.0",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.29.1",
"core-js": "^3.31.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^5.0.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"custom-event-polyfill": "^1.0.7",
"express": "4.18.2",
"govuk-frontend": "^4.0.1",
"js-cookie": "^3.0.5",
"json5": "2.2.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss-preset-env": "^6.7.1",
"sass": "^1.59.3",
"sass-loader": "^13.2.2",
"sass": "^1.63.4",
"sass-loader": "^13.3.2",
"shakapacker": "6.6.0",
"stimulus": "^3.2.1",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.69.1",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^4.10.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.8.0",
"webpack-sources": "^3.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion terraform/paas/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {

azurerm = {
source = "hashicorp/azurerm"
version = "3.54.0"
version = "3.61.0"
}
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
Expand Down
Loading

0 comments on commit 78be5a2

Please sign in to comment.