Skip to content

Commit

Permalink
DO NOT MERGE: what if we rebuild yarn.lock experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jun 15, 2023
1 parent 73d1471 commit f752528
Show file tree
Hide file tree
Showing 3 changed files with 861 additions and 803 deletions.
4 changes: 4 additions & 0 deletions packages/ses/src/whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,10 @@ export const whitelist = {
toPrimitive: 'symbol',
toStringTag: 'symbol',
unscopables: 'symbol',
// Seen at core-js https://github.com/zloirock/core-js#ecmascript-symbol
useSimple: false,
// Seen at core-js https://github.com/zloirock/core-js#ecmascript-symbol
useSetter: false,
},

'%SymbolPrototype%': {
Expand Down
2 changes: 1 addition & 1 deletion patches/@lerna+conventional-commits+5.6.2.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/@lerna/conventional-commits/lib/recommend-version.js b/node_modules/@lerna/conventional-commits/lib/recommend-version.js
index 4551feb..b678322 100644
index a982adf..90a19ea 100644
--- a/node_modules/@lerna/conventional-commits/lib/recommend-version.js
+++ b/node_modules/@lerna/conventional-commits/lib/recommend-version.js
@@ -82,6 +82,8 @@ function recommendVersion(pkg, type, { changelogPreset, rootPath, tagPrefix, pre
Expand Down
Loading

0 comments on commit f752528

Please sign in to comment.