-
Notifications
You must be signed in to change notification settings - Fork 213
chore: Bump all remaining deps, other than react-native/expo ones #2710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
robbie-c
wants to merge
20
commits into
main
Choose a base branch
from
chore/bump-remaining-packages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b7d7462
Bump all remaining deps, other than react-native/expo ones
robbie-c f5ab80a
Fix jest transform ignore
robbie-c 6ee0b8d
Revert msw to 2, revert to 1.x
robbie-c 07fcf74
Drop jest-fixed-jsdom completely
robbie-c 25f580b
Don't try to use latest typescript, as we use minimum package age
robbie-c 73aad56
Use safer typescript update
robbie-c 36362cd
Fix
robbie-c 212e2eb
Log TS version
robbie-c c47c395
Fix
robbie-c 03cf322
Remove preact entries from moduleNameMapper
robbie-c 8cb0413
Fix
robbie-c 8872a19
Put the test file in an actual file
robbie-c 37e51fb
Remove --noEmit
robbie-c f2540fa
Add --no-frozen-lockfile
robbie-c e3fdc30
Add extra flags for TS 6
robbie-c 838aa4a
Install npm with sudo
robbie-c 4cc04fb
Removed unused jest setup
robbie-c 5e5c159
Better matrix use
robbie-c 14b41bf
Don't do --moduleResolution node for TS 6
robbie-c c4ef781
Fix .gitignore
robbie-c File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,7 +36,7 @@ runs: | |
| # Ensure latest npm with OIDC support (npm 11.5.1+) | ||
| - name: Ensure modern npm (OIDC support) | ||
| shell: bash | ||
| run: npm install -g [email protected] | ||
| run: sudo npm install -g [email protected] | ||
|
|
||
| - uses: actions/cache@v4 | ||
| id: pnpm-cache | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,3 +37,5 @@ cypress/downloads/downloads.html | |
|
|
||
| react/sync.js | ||
| react/dist | ||
|
|
||
| ci-ts-file.js | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| /* eslint-disable */ | ||
| import { posthog } from './dist/module' | ||
| import * as ts from 'typescript' | ||
|
|
||
| console.log(posthog) | ||
| console.log(ts.version) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,17 +8,11 @@ module.exports = { | |
| prettierPath: null, | ||
| moduleNameMapper: { | ||
| '\\.css$': 'identity-obj-proxy', | ||
| '^preact$': '<rootDir>/../../node_modules/.pnpm/[email protected]/node_modules/preact/dist/preact.js', | ||
| '^preact/hooks$': '<rootDir>/../../node_modules/.pnpm/[email protected]/node_modules/preact/hooks/dist/hooks.js', | ||
| '^preact/jsx-runtime$': | ||
| '<rootDir>/../../node_modules/.pnpm/[email protected]/node_modules/preact/jsx-runtime/dist/jsxRuntime.js', | ||
| '^preact/test-utils$': | ||
| '<rootDir>/../../node_modules/.pnpm/[email protected]/node_modules/preact/test-utils/dist/testUtils.js', | ||
| '^@testing-library/preact$': | ||
| '<rootDir>/../../node_modules/.pnpm/@[email protected][email protected]/node_modules/@testing-library/preact/dist/cjs/index.js', | ||
| }, | ||
| transform: { | ||
| '^.+\\.(js|jsx|ts|tsx|mjs)$': 'babel-jest', | ||
| }, | ||
| transformIgnorePatterns: ['node_modules/(?!(@testing-library/preact|preact))'], | ||
| transformIgnorePatterns: [ | ||
| 'node_modules/(?:(?=\\.pnpm/).pnpm/[^/]+/node_modules/|(?!\\.pnpm/))(?!(sinon|@testing-library/preact|preact|until-async)/)', | ||
| ], | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yuck, really?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually broke in a completely unrelated way, I'm not sure anything in my PR made this necessary or there was just an update to the runners