Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Outdated dependencies #1086

Closed
1 task
krysal opened this issue Mar 9, 2022 · 0 comments · Fixed by #1188, #1215, #1222 or #1291
Closed
1 task

Outdated dependencies #1086

krysal opened this issue Mar 9, 2022 · 0 comments · Fixed by #1188, #1215, #1222 or #1291
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟨 priority: medium Not blocking but should be addressed soon

Comments

@krysal
Copy link
Member

krysal commented Mar 9, 2022

Description

Keeping packages updated should help us make an easier transition to Nuxt 3. There are several with major versions behind so this will require multiple PR to make sure each update does not break the app. It is suggested to start by devDependencies.

Production dependencies

`pnpm outdated -P --no-table`
build-url
6.0.1 => Deprecated

@nuxtjs/sentry
5.1.6 => 5.1.7

clipboard
2.0.8 => 2.0.10

filesize
8.0.6 => 8.0.7

focus-trap
6.7.1 => 6.7.3

postcss-focus-visible
6.0.3 => 6.0.4

@babel/eslint-parser
7.16.5 => 7.17.0

core-js
3.19.3 => 3.21.1

node-html-parser
5.1.0 => 5.2.0

js-cookie
2.2.1 => 3.0.1

vue-i18n
8.26.7 => 9.1.9

@nuxtjs/composition-api
0.27.0 => 0.32.0

@nuxtjs/svg
0.3.0 => 0.4.0

axios
0.21.4 => 0.26.1

Development dependencies

`pnpm outdated -D --no-table`
eslint-loader (dev)
missing (wanted 4.0.2) => Deprecated

@testing-library/jest-dom (dev)
5.16.1 => 5.16.2

autoprefixer (dev)
10.4.0 => 10.4.2

postcss (dev)
8.4.5 => 8.4.8

tailwindcss (dev)
3.0.9 => 3.0.23

@babel/runtime-corejs3 (dev)
7.16.5 => 7.17.2

@nuxtjs/storybook (dev)
4.2.0 => 4.3.0

@playwright/test (dev)
1.17.1 => 1.19.2

@typescript-eslint/eslint-plugin (dev)
5.12.0 => 5.14.0

@typescript-eslint/parser (dev)
5.12.0 => 5.14.0

eslint-config-prettier (dev)
8.3.0 => 8.5.0

sass (dev)
1.45.0 => 1.49.9

ts-node (dev)
10.5.0 => 10.7.0

typescript (dev)
4.5.5 => 4.6.2

@testing-library/vue (dev)
5.8.2 => 6.5.1

@types/jest (dev)
26.0.24 => 27.4.1

babel-jest (dev)
26.6.3 => 27.5.1

eslint (dev)
7.32.0 => 8.10.0

eslint-plugin-prettier (dev)
3.4.1 => 4.0.0

eslint-plugin-unicorn (dev)
35.0.0 => 41.0.0

eslint-plugin-vue (dev)
7.20.0 => 8.5.0

jest (dev)
26.6.3 => 27.5.1

lint-staged (dev)
11.2.6 => 12.3.5

sass-loader (dev)
10.2.0 => 12.6.0

@intlify/eslint-plugin-vue-i18n (dev)
0.11.1 => 1.4.0

@vue/test-utils (dev)
1.3.0 => 2.0.0-rc.17

eslint-plugin-vuejs-accessibility (dev)
1.1.1 (wanted 0.6.2) => 1.1.1

tailwindcss-rtl (dev)
0.8.0 => 0.9.0

Expectation

A package.json with dependencies up to date whenever possible.

Resolution

  • 🙋 I would be interested in resolving this bug.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.