Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 5.2.2 to 5.5.2 (#3937)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump typescript from 5.2.2 to 5.5.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.2.2...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* upgrade yarn

* format

* update ts-eslint parser

* remove plugin line

* update node

* try adding eslint

* revert

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathaniel Caza <[email protected]>
  • Loading branch information
dependabot[bot] and mastercactapus authored Jul 3, 2024
1 parent 58b2b8b commit 1c7f83b
Show file tree
Hide file tree
Showing 7 changed files with 7,735 additions and 7,769 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '22'
- run: make yarn
- run: 'echo "nodeLinker: node-modules" >>.yarnrc.yml'
- run: yarn install
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
compressionLevel: mixed

defaultSemverRangePrefix: ''

enableGlobalCache: false

packageExtensions:
jest-playwright-preset@*:
dependencies:
Expand All @@ -10,4 +14,4 @@ packageExtensions:

pnpEnableEsmLoader: true

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SWO_DB_URL_NEXT = $(shell go run ./devtools/scripts/db-url "$(DB_URL)" "$(SWO_DB

LOG_DIR=
GOPATH:=$(shell go env GOPATH)
YARN_VERSION=3.6.3
YARN_VERSION=4.3.1
PG_VERSION=13

# add all files except those under web/src/build and web/src/cypress
Expand Down Expand Up @@ -351,10 +351,7 @@ new-migration:
vscode: $(NODE_DEPS)
yarn dlx @yarnpkg/sdks vscode

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs: $(NODE_DEPS)
yarn plugin import interactive-tools

upgrade-js: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs ## Interactively upgrade javascript packages
upgrade-js: ## Interactively upgrade javascript packages
yarn upgrade-interactive

test/coverage/total.out: test/coverage/integration/*/* test/coverage/*/* Makefile
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"@types/react-dom": "18.2.22",
"@types/react-transition-group": "4.4.10",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@urql/exchange-retry": "1.2.1",
"bowser": "2.11.0",
"chance": "1.1.11",
Expand Down Expand Up @@ -136,13 +136,13 @@
"storybook-addon-mock": "4.3.0",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
"typescript": "5.2.2",
"typescript": "5.5.2",
"urql": "4.0.6",
"vite": "5.1.7",
"wonka": "6.3.4",
"wouter": "2.12.1"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.3.1",
"dependenciesMeta": {
"[email protected]": {
"unplugged": true
Expand Down
Loading

0 comments on commit 1c7f83b

Please sign in to comment.