Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2023
1 parent 737bffc commit cae4361
Show file tree
Hide file tree
Showing 23 changed files with 1,846 additions and 2,979 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ceph-docs-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install linkchecker
run: sudo pip install LinkChecker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-docs-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install linkchecker
run: sudo pip install LinkChecker
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubernetes-docs-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install linkchecker
run: sudo pip install LinkChecker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install linkchecker
run: sudo pip install LinkChecker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openstack-charm-guide-docs-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install linkchecker
run: sudo pip install LinkChecker
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:


steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build image
run: DOCKER_BUILDKIT=1 docker build --tag ubuntu-com .
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dotrun
uses: canonical/install-dotrun@main
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install node dependencies
run: yarn install --immutable
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install konf
run: |
Expand All @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all history for codecov

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all history for codecov

Expand All @@ -160,7 +160,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -173,7 +173,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: yarn install --immutable
Expand All @@ -187,7 +187,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: woke
uses: canonical-web-and-design/inclusive-naming@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-docs-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install linkchecker
run: sudo pip install LinkChecker
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Build stage: Install python dependencies
# ===
FROM ubuntu:focal AS python-dependencies
FROM ubuntu:jammy AS python-dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-pip python3-setuptools python3-wheel build-essential git ca-certificates
ADD requirements.txt /tmp/requirements.txt
RUN pip3 config set global.disable-pip-version-check true
Expand All @@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/pip pip3 install --user --requirement

# Build stage: Install yarn dependencies
# ===
FROM node:12 AS yarn-dependencies
FROM node:19 AS yarn-dependencies
WORKDIR /srv
ADD package.json yarn.lock .
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn yarn install --production
Expand All @@ -35,7 +35,7 @@ RUN yarn run build-css

# Build the production image
# ===
FROM ubuntu:focal
FROM ubuntu:jammy

# Install python and import python dependencies
RUN apt-get update && apt-get install --no-install-recommends --yes python3-setuptools python3-lib2to3 python3-pkg-resources ca-certificates libsodium-dev gpg
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,45 +42,45 @@
"@babel/preset-env": "7.16.7",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.16.7",
"@testing-library/cypress": "8.0.0",
"@testing-library/cypress": "9.0.0",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.2.1",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.4.3",
"@types/enzyme": "3.10.11",
"@types/jest": "26.0.24",
"@types/jest": "29.2.6",
"@types/lodash": "4.14.175",
"@types/react-google-recaptcha": "2.1.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"axe-core": "4.3.5",
"babel-jest": "26.6.3",
"babel-loader": "8.2.3",
"concurrently": "6.5.1",
"babel-jest": "29.3.1",
"babel-loader": "9.1.2",
"concurrently": "7.6.0",
"csstype": "3.0.8",
"cypress": "8.7.0",
"cypress-axe": "0.14.0",
"cypress": "12.3.0",
"cypress-axe": "1.3.0",
"enzyme": "3.11.0",
"eslint": "7.32.0",
"eslint-config-prettier": "7.2.0",
"eslint": "8.32.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-react": "7.28.0",
"exports-loader": "2.0.0",
"fishery": "1.4.0",
"exports-loader": "4.0.0",
"fishery": "2.2.2",
"full-icu": "1.4.0",
"jest": "26.6.3",
"jest": "29.3.1",
"jest-fetch-mock": "3.0.3",
"prettier": "2.2.1",
"puppeteer": "10.4.0",
"react-test-renderer": "17.0.2",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"stylelint-prettier": "1.2.0",
"stylelint-scss": "3.21.0",
"puppeteer": "19.5.2",
"react-test-renderer": "18.2.0",
"stylelint": "14.16.1",
"stylelint-config-prettier": "9.0.4",
"stylelint-config-standard": "29.0.0",
"stylelint-order": "6.0.1",
"stylelint-prettier": "2.0.0",
"stylelint-scss": "4.3.0",
"watch-cli": "0.2.3"
},
"dependencies": {
Expand All @@ -89,8 +89,8 @@
"@canonical/latest-news": "1.4.1",
"@canonical/react-components": "0.37.4",
"@reduxjs/toolkit": "1.7.1",
"@sentry/react": "6.11.0",
"@sentry/tracing": "6.11.0",
"@sentry/react": "7.31.1",
"@sentry/tracing": "7.31.1",
"@stripe/react-stripe-js": "1.7.0",
"@stripe/stripe-js": "1.22.0",
"autoprefixer": "10.4.1",
Expand All @@ -100,10 +100,10 @@
"formik": "2.2.9",
"intl-tel-input": "17.0.18",
"postcss": "8.4.5",
"postcss-cli": "8.3.1",
"postcss-cli": "10.1.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "2.1.0",
"react-query": "3.34.7",
"react-useportal": "1.0.16",
Expand All @@ -117,7 +117,7 @@
},
"resolutions": {
"lodash": "4.17.21",
"minimatch": "3.0.5"
"minimatch": "6.1.6"
},
"jest": {
"moduleDirectories": [
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.image-template==1.3.1
canonicalwebteam.discourse==5.0.1
python-dateutil==2.8.2
pytz==2020.5
pytz==2022.7.1
maxminddb-geolite2==2018.703
Flask-OpenID==1.3.0
feedgen==0.9.0
feedparser==6.0.8
pymacaroons==0.13.0
pybreaker==0.7.0
Flask-WTF==0.15.1
pybreaker==1.0.1
Flask-WTF==1.1.1
requests==2.27.0
sqlalchemy==1.3.23
marshmallow==3.14.1
mistune==0.8.4
mistune==2.0.4
psycopg2-binary==2.9.3
pyyaml==5.4.1
pyyaml==6.0
ubuntu-release-info==21.1
launchpadlib==1.10.15.1
macaroonbakery==1.3.1
sortedcontainers==2.4.0
vcrpy-unittest==0.1.7
webargs==7.0.1
webargs==8.2.0
jinja2==3.0.3
google-api-python-client==2.35.0
google-auth-httplib2==0.1.0
Expand Down
2 changes: 1 addition & 1 deletion templates/16-04/_release-chart-1604.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
</table>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.2/d3.min.js"></script>
<script src="{{ versioned_static('js/dist/release-chart.js') }}"></script>
2 changes: 1 addition & 1 deletion templates/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ <h3>Ubuntu today</h3>
</div>
</section>

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.2/d3.min.js" defer></script>
<script src="{{ versioned_static('js/dist/release-chart.js') }}" defer></script>
{% endblock content %}
2 changes: 1 addition & 1 deletion templates/about/release-cycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ <h2>Canonical Kubernetes release cycle</h2>
</div>
</section>

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.2/d3.min.js" defer></script>
<script src="{{ versioned_static('js/dist/release-chart.js') }}" defer></script>
<script src="{{ versioned_static('js/dist/tabbedContent.js') }}"></script>

Expand Down
2 changes: 1 addition & 1 deletion templates/cpu-compatibility/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ <h2>Supported OpenStack versions</h2>
</div>
</section>

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.2/d3.min.js" defer></script>
<script src="{{ versioned_static('js/dist/release-chart.js') }}" defer></script>

{% endblock content %}
2 changes: 1 addition & 1 deletion templates/desktop/developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ <h3>Join our community</h3>
{% include "shared/_latest_news_strip.html" %}
{% endwith %}

<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.2/d3.min.js" defer></script>
<script src="{{ versioned_static('js/dist/release-chart.js') }}" defer></script>
<script src="https://assets.ubuntu.com/v1/3c99518b-d3-version3.5.6.min.js"></script>
<script src="{{ versioned_static('js/src/developer-chart.js')}}"></script>
Expand Down
Loading

0 comments on commit cae4361

Please sign in to comment.