-
Notifications
You must be signed in to change notification settings - Fork 209
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
Merge v5
into master
#303
Merge v5
into master
#303
Commits on Feb 5, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for fe18b8d - Browse repository at this point
Copy the full SHA fe18b8dView commit details
Commits on Feb 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 43b9b11 - Browse repository at this point
Copy the full SHA 43b9b11View commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c7b9b4 - Browse repository at this point
Copy the full SHA 9c7b9b4View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b3a92a8 - Browse repository at this point
Copy the full SHA b3a92a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6cfc53 - Browse repository at this point
Copy the full SHA c6cfc53View commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7119d55 - Browse repository at this point
Copy the full SHA 7119d55View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ca54b6b - Browse repository at this point
Copy the full SHA ca54b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eab4c1 - Browse repository at this point
Copy the full SHA 9eab4c1View commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 915f113 - Browse repository at this point
Copy the full SHA 915f113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6ce2b - Browse repository at this point
Copy the full SHA 9b6ce2bView commit details
Commits on Nov 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ef511f - Browse repository at this point
Copy the full SHA 1ef511fView commit details
Commits on Mar 17, 2023
-
added missing tests from changes to the main branch
These wouldn't be included by simply catching up with `master` branch since the jest and typescript changes happen in parallel to those changes and have to be manually tracked.
Configuration menu - View commit details
-
Copy full SHA for 70d0cf4 - Browse repository at this point
Copy the full SHA 70d0cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a21fe6 - Browse repository at this point
Copy the full SHA 2a21fe6View commit details
Commits on Mar 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 069a7ee - Browse repository at this point
Copy the full SHA 069a7eeView commit details
Commits on Mar 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 770b990 - Browse repository at this point
Copy the full SHA 770b990View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1eb4b0 - Browse repository at this point
Copy the full SHA f1eb4b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c296e1 - Browse repository at this point
Copy the full SHA 2c296e1View commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0821af4 - Browse repository at this point
Copy the full SHA 0821af4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0acb1e9 - Browse repository at this point
Copy the full SHA 0acb1e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c42cf1c - Browse repository at this point
Copy the full SHA c42cf1cView commit details
Commits on Mar 30, 2023
-
Merge pull request #264 from salesforce/typescript_support
Typescript support
Configuration menu - View commit details
-
Copy full SHA for c934e8f - Browse repository at this point
Copy the full SHA c934e8fView commit details
Commits on Apr 17, 2023
-
* Update config to support ES6 classes. Targeting ES5 causes the "fixes issue #145" test in cookieJar.spec.ts to fail. Changing the target to the next newest (ES6) requires adding "moduleResolution" to the tsconfig, which then causes issues with using `import` in our TypeScript, but `require` in the legacy vows tests. To support both, we have to bump to a newer version of TypeScript to use the new "node16" module/moduleResolution. (Note: I didn't jump to the _latest_ TypeScript to try to support older projects, as well.) * Avoid unnecessarily running compiled test files. * Fix flaky test. * Avoid hacky reliance on inherited property of global object. * Avoid needing to use `resolveJsonModule`. * Remove config that's just the default. See: https://huafu.github.io/ts-jest/user/config/isolatedModules * Update tsconfig to target node 16 and only compile ./lib * Chang `dist/lib` imports to just `dist`. * add granularity to npm scripts
Configuration menu - View commit details
-
Copy full SHA for 2bc6217 - Browse repository at this point
Copy the full SHA 2bc6217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49aa487 - Browse repository at this point
Copy the full SHA 49aa487View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 04d4dae - Browse repository at this point
Copy the full SHA 04d4daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1528ae - Browse repository at this point
Copy the full SHA a1528aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44bf4c7 - Browse repository at this point
Copy the full SHA 44bf4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31f2dc - Browse repository at this point
Copy the full SHA a31f2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for df809b9 - Browse repository at this point
Copy the full SHA df809b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8215a6e - Browse repository at this point
Copy the full SHA 8215a6eView commit details -
Merge pull request #274 from salesforce/wjh/fix-prettier
Fix prettier in eslint config
Configuration menu - View commit details
-
Copy full SHA for 0d051ae - Browse repository at this point
Copy the full SHA 0d051aeView commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8584a01 - Browse repository at this point
Copy the full SHA 8584a01View commit details -
Merge pull request #271 from salesforce/updated_tooling
Updated dev tooling
Configuration menu - View commit details
-
Copy full SHA for 1bb83ae - Browse repository at this point
Copy the full SHA 1bb83aeView commit details -
Merge branch 'v5' into port_283_fix_to_v5
* v5: Apply lint fixes. Extend prettier plugin, rather than config. Run validations on v5 branch Run validations on v5 branch Run validations on v5 branch Run validations on v5 branch changes from linter changes from formatter updates to eslint and prettier tooling # Conflicts: # lib/__tests__/cookieJar.spec.ts # lib/memstore.ts
Configuration menu - View commit details
-
Copy full SHA for 81c7539 - Browse repository at this point
Copy the full SHA 81c7539View commit details -
Configuration menu - View commit details
-
Copy full SHA for b87dc38 - Browse repository at this point
Copy the full SHA b87dc38View commit details -
Merge pull request #287 from salesforce/port_283_fix_to_v5
Port 283 fix to v5
Configuration menu - View commit details
-
Copy full SHA for e826e9b - Browse repository at this point
Copy the full SHA e826e9bView commit details
Commits on Jun 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f08b289 - Browse repository at this point
Copy the full SHA f08b289View commit details
Commits on Jul 6, 2023
-
Changes to support full eslint rule configurations
These are the remaining changes required to enable `plugin:@typescript-eslint/recommended-requiring-type-checking` as well as removing our other temporary rule overrides (`@typescript-eslint/ban-types`, `@typescript-eslint/no-explicit-any`, and `@typescript-eslint/no-unused-vars`)
Configuration menu - View commit details
-
Copy full SHA for bae5ae8 - Browse repository at this point
Copy the full SHA bae5ae8View commit details -
Merge pull request #288 from salesforce/wjh/fix-ts-ignores
Remove some @ts-ignore directives.
Configuration menu - View commit details
-
Copy full SHA for 402563b - Browse repository at this point
Copy the full SHA 402563bView commit details -
Changes to support full eslint rule configurations
These are the remaining changes required to enable `plugin:@typescript-eslint/recommended-requiring-type-checking` as well as removing our other temporary rule overrides (`@typescript-eslint/ban-types`, `@typescript-eslint/no-explicit-any`, `@typescript-eslint/ban-ts-comment`, and `@typescript-eslint/no-unused-vars`)
Configuration menu - View commit details
-
Copy full SHA for 8e143b4 - Browse repository at this point
Copy the full SHA 8e143b4View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afea889 - Browse repository at this point
Copy the full SHA afea889View commit details -
Clean up validate function. (#275)
* Clean up validate function and add descriptions to validators. * Fix type error. * Add @types/node * Fix validator implementation and add safe toString function.
Configuration menu - View commit details
-
Copy full SHA for e07f193 - Browse repository at this point
Copy the full SHA e07f193View commit details
Commits on Jul 20, 2023
-
Merge branch 'v5' into enable-remaining-eslints
* v5: Clean up validate function. (#275) # Conflicts: # lib/cookie.ts # lib/validators.ts
Configuration menu - View commit details
-
Copy full SHA for 9fa8a75 - Browse repository at this point
Copy the full SHA 9fa8a75View commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc07ba7 - Browse repository at this point
Copy the full SHA bc07ba7View commit details
Commits on Sep 1, 2023
-
Merge pull request #289 from salesforce/enable-remaining-eslints
Changes to support full eslint rule configurations
Configuration menu - View commit details
-
Copy full SHA for 6486eec - Browse repository at this point
Copy the full SHA 6486eecView commit details -
Split giant cookie.ts into multiple files. (#296)
* Quiet IDE warnings about TS v5 deprecations. * Add eslint warning for files over 500 lines. * Split giant cookie.ts into multiple files. * Update main export.
Configuration menu - View commit details
-
Copy full SHA for 3c65660 - Browse repository at this point
Copy the full SHA 3c65660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bb1dc - Browse repository at this point
Copy the full SHA 56bb1dcView commit details -
Merge pull request #300 from salesforce/sync-v5-master
Merge branch 'master' into v5
Configuration menu - View commit details
-
Copy full SHA for b19eac4 - Browse repository at this point
Copy the full SHA b19eac4View commit details