-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade npm package-lock format * working version in node 14 with arch set to x64 * npm install success on node 16 * make dev working under node 16 * upgrade webpack-dev-server: fix deprecation warning related to process.binding('http_parser') * this builds under python 3.10 NOT 3.11. removed Spectron/e2e * remove deprecated types packages * upgrade babel/preset-env for deprecation warnings * this is as far as the babel presets can be upgraded without needing to upgrade webpack to 5.0+ * trying to untangle webpack and all the things * ..... a version that boots (to a React error) * okay this version builds on local browser but crashes inside electron * not needed, this is now the default * comment out the things that are breaking Monaco and React * upgrade wait-on * upgrade semver * electron builder and notarize * debug * lodash * jsdom * husky * some types * some types, remove unused rimraf * turndown and fake-indexdb * update some babel plugins * webpack config, fix setImmediate shim, comments for things I tried that should be working but aren't * add plugin for isemail, node polyfills * node 18.19.1 * comment apparently not required polyfill * highlight.js from npm audit * remove misty, replace in build scripts with concurrently and wait-on. upgrade concurrently to latest * some low-hanging fruit from npm outdated * date-fns, see breaking notes for 3.0.0: https://github.com/date-fns/date-fns/releases/tag/v3.0.0. also cookie and autoprefixer * string-replace-to-array, no breaking changes * replace husky with plain git hooks in npm prepare; remove some unused packages * update jest, remove some references to e2e tests * incorporate changes from #2900, props to @sandymcfadden * Fix recursion error in monaco. (#3184) * update node version in circleCI * small change to trigger circleci * fix typos * exclude node_modules from babel-loader per babel-loader recommendations * try choco install for cinst * Utilize changeAccessor for proper decorations fix (#3185) * fix linux build, add universal mac build * electron deprecation on window open * package-lock * stylelint to 14 * stylelint, prettier, and temporarily ignore some files to avoid making this PR even worse than it already is * eslint, move prettier config back to package.json due to vscode errors, fix Jest function call * remove window.open hack thanks to the new window opening behavior * make scss lint errors warnings for now, so the build test step passes * fix up tsconfig so module imports work in editor * configure asset module instead of file-loader/url-loader in webpack * some Monaco API updates, keyboard shortcut fixes, etc. temporary Monaco version downgrade * replace deprecated node-sass with sass package * Monaco 0.34.1 and some fixes for keybindings * monaco 0.39.0 and fix up some types * monaco 0.45.0, fix completion provider and some other issues * babel-eslint is now babel/eslint-parser * replace enzyme with react-testing-library * more react-adjacent packages and fixing some types * small package upgrades * more small package updates and fix prettyBytes import * highlight.js * bandaid - commented context menu code * monaco-react-editor to fix cursor issue * Updated config.yml * Updated config.yml * Updated config.yml * New windows cert. * Updated config.yml * Updated cert with proper encryption. * Spell things correctly... * Another cert encoding attempt with a different key. * Removing rpm build, for science. * Add back rpm build. * Try building ONLY rpm. * small point upgrades * Material UI v5 * Adding back other targets, rpm only gets x64 for now. * upgrade monaco-editor to 0.48.0 * small point upgrades * npm audit fix - tar and express * sentry/react point upgrade * add --legacy-peer-deps flag because I guess we're stuck with it * some type fixes * testing library point update * js-yaml 3x to 4x https://github.com/nodeca/js-yaml/blob/master/migrate_v3_to_v4.md * electron progressbar * electron to 30x (no breaking changes) * style-loader to 4x, no breaking changes for our config * disable highlighting unicode characters * refactor decorations * point updates * FIX THE CONTEXT MENU WITHOUT HACKING CSS * some small stuff to make typescript happier --------- Co-authored-by: Dan Roundhill <[email protected]>
- Loading branch information
Showing
42 changed files
with
18,089 additions
and
19,274 deletions.
There are no files selected for viewing
This file contains 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 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 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 @@ | ||
npx pretty-quick --staged |
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
12.14.0 | ||
18.19.1 |
This file contains 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,35 @@ | ||
.gitignore | ||
dist | ||
|
||
# ignore files with changes from prettier 2 -> 3 | ||
# TODO: remove these and commit prettier changes in a new PR... | ||
# ... if updating eslint and typescript don't sort it out somehow | ||
lib/analytics/tracks.ts | ||
lib/app-layout/index.tsx | ||
lib/app-layout/style.scss | ||
lib/components/note-preview/index.tsx | ||
lib/connection-status/index.tsx | ||
lib/dialogs/import/dropzone/style.scss | ||
lib/error-boundary/index.tsx | ||
lib/note-content-editor.tsx | ||
lib/note-editor/index.tsx | ||
lib/note-list/index.tsx | ||
lib/search/index.ts | ||
lib/state/action-types.ts | ||
lib/state/analytics/actions.ts | ||
lib/state/analytics/middleware.ts | ||
lib/state/browser/index.ts | ||
lib/state/data/middleware.ts | ||
lib/state/data/reducer.ts | ||
lib/state/index.ts | ||
lib/state/persistence.ts | ||
lib/state/settings/actions.ts | ||
lib/state/simperium/functions/preferences-bucket.ts | ||
lib/state/simperium/middleware.ts | ||
lib/state/simperium/reducer.ts | ||
lib/state/ui/actions.ts | ||
lib/state/ui/middleware.ts | ||
lib/state/ui/reducer.ts | ||
lib/tag-list/index.tsx | ||
lib/types.ts | ||
lib/utils/test/is-email-tag.ts |
This file contains 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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"extends": ["stylelint-config-standard", "stylelint-config-prettier"], | ||
"plugins": ["stylelint-prettier", "stylelint-scss"], | ||
"defaultSeverity": "warning", | ||
"extends": ["stylelint-config-standard", "stylelint-config-standard-scss"], | ||
"plugins": ["stylelint-prettier"], | ||
"rules": { | ||
"prettier/prettier": true, | ||
"at-rule-no-unknown": null, | ||
"scss/at-rule-no-unknown": true, | ||
"no-descending-specificity": null | ||
} | ||
} |
This file contains 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 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 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 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 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 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 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 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.