Commit a2005d2
chore: Bump ses from 1.13.1 to 1.14.0 (#3557)
Bumps [ses](https://github.com/endojs/endo/tree/HEAD/packages/ses) from
1.13.1 to 1.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/endojs/endo/releases">ses's
releases</a>.</em></p>
<blockquote>
<h2>2025-07-11</h2>
<h1><code>@endo/immutable-arraybuffer</code> 1.1.2</h1>
<ul>
<li>Removes <code>@endo/immutable-arraybufer/shim-hermes.js</code> and
absorbs the necessary features into
<code>@endo/immutable-arraybuffer/shim.js</code>. We are not qualifying
this as a breaking change since the feature did not exist long enough to
become relied upon.</li>
</ul>
<h1><code>@endo/marshal</code> 1.8.0</h1>
<ul>
<li>Introduces an environment variable config option
<code>ENDO_RANK_STRINGS</code> to change the rank ordering of strings
from the current (incorrect) ordering by UTF-16 code unit used by
JavaScript's <code><</code> and <code>.sort()</code> operations to
(correct and OCapN-conformant) ordering by Unicode code point. It
currently defaults to "utf16-code-unit-order", matching the
previously-unconditional behavior.</li>
</ul>
<h1><code>@endo/pass-style</code> 1.6.3</h1>
<ul>
<li>The exported function name <code>isObject</code> is ambiguous. It is
unclear whether it includes functions or not. (It does.) To avoid this
confusion, we're deprecating <code>isObject</code> and suggesting to use
the new export <code>isPrimitive</code> instead, that has the opposite
answer. IOW, for all <code>x</code>, <code>isObject(x) ===
!isPrimitive(x)</code></li>
</ul>
<h1><code>@endo/patterns</code> 1.7.0</h1>
<ul>
<li><code>@endo/marshal</code> introduces an environment variable config
option <code>ENDO_RANK_STRINGS</code> to change the rank ordering of
strings from the current (incorrect) ordering by UTF-16 code unit used
by JavaScript's <code><</code> and <code>.sort()</code> operations to
(correct and OCapN-conformant) ordering by Unicode code point. It
currently defaults to "utf16-code-unit-order", matching the
previously-unconditional behavior.
<ul>
<li><code>@endo/patterns</code> provides a <code>compareKeys</code>
partial order that delegates some ordering, including strings, to the
rank ordering provided by <code>@endo/marshal</code>. So when the
<code>ENDO_RANK_STRINGS</code> default is not overridden, then
<code>compareKeys</code> also follows the (incorrect) UTF-16 code unit
order. But when it is overridden, then <code>compareKeys</code> also
follows the (correct) Unicode code-point order.</li>
</ul>
</li>
<li>In errors explaining why a specimen does not match a pattern,
sometimes the error message contains a quoted form of a nested pattern.
This quoting was done with <code>q</code>, producing an uninformative
rendering of these nested patterns. Now this quoting is done with
<code>qp</code>, which renders these nested patterns into readable <a
href="https://github.com/endojs/Jessie/blob/main/packages/parse/src/quasi-justin.js">Justin</a>
source code.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/endojs/endo/blob/master/packages/ses/CHANGELOG.md">ses's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/endojs/endo/compare/[email protected]@1.14.0">1.14.0</a>
(2025-07-12)</h2>
<h3>Features</h3>
<ul>
<li><strong>cache-map:</strong> Promote makeLRUCacheMap into a new
package (<a
href="https://github.com/endojs/endo/commit/a39db9e03dd9bdcc20e25bb857351ca5bfe314ef">a39db9e</a>)</li>
<li><strong>cache-map:</strong> Return a kit for exposing metrics (<a
href="https://github.com/endojs/endo/commit/f513ebd36c01ce45eb2684d5f9db4db57a4ac526">f513ebd</a>)</li>
<li><strong>ses:</strong> add noAggregateLoadErrors flag (<a
href="https://redirect.github.com/endojs/endo/issues/2832">#2832</a>)
(<a
href="https://github.com/endojs/endo/commit/b222f9f5c68ef373c31a68b091452b7789a6621b">b222f9f</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>immutable-arraybuffer:</strong> unify shim to work on more
platforms (<a
href="https://redirect.github.com/endojs/endo/issues/2855">#2855</a>)
(<a
href="https://github.com/endojs/endo/commit/25039f561d5e0c1bac48260adcf7e1a26d661659">25039f5</a>),
closes <a
href="https://redirect.github.com/endojs/endo/issues/2785">#2785</a> <a
href="https://redirect.github.com/endojs/endo/issues/2399">#2399</a> <a
href="https://redirect.github.com/endojs/endo/issues/2785">#2785</a> <a
href="https://redirect.github.com/endojs/endo/issues/2785">#2785</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/endojs/endo/commit/9815aea9541f241389d2135c6097a7442bdffa17"><code>9815aea</code></a>
chore(release): publish</li>
<li><a
href="https://github.com/endojs/endo/commit/f513ebd36c01ce45eb2684d5f9db4db57a4ac526"><code>f513ebd</code></a>
feat(cache-map): Return a kit for exposing metrics</li>
<li><a
href="https://github.com/endojs/endo/commit/d899bcd6ba20d827d7ed20f48bdf455999075755"><code>d899bcd</code></a>
refactor(cache-map): Relax "LRU" specificity</li>
<li><a
href="https://github.com/endojs/endo/commit/a39db9e03dd9bdcc20e25bb857351ca5bfe314ef"><code>a39db9e</code></a>
feat(cache-map): Promote makeLRUCacheMap into a new package</li>
<li><a
href="https://github.com/endojs/endo/commit/ade5bc1a2d88bc499a53f902d86dd4f4f34145f5"><code>ade5bc1</code></a>
refactor: <code>hasOwn</code> rather than <code>hasOwnPropertyOf</code>
or <code>objectHasOwnProperty</code> (...</li>
<li><a
href="https://github.com/endojs/endo/commit/b222f9f5c68ef373c31a68b091452b7789a6621b"><code>b222f9f</code></a>
feat(ses): add noAggregateLoadErrors flag (<a
href="https://github.com/endojs/endo/tree/HEAD/packages/ses/issues/2832">#2832</a>)</li>
<li><a
href="https://github.com/endojs/endo/commit/75f488730ca903be4a9d9bf4ac11239b9efc6174"><code>75f4887</code></a>
refactor(ses): Adopt ses eslint configuration</li>
<li><a
href="https://github.com/endojs/endo/commit/5efcf7dd03c9caff1592c146a1a506320bddf9db"><code>5efcf7d</code></a>
refactor(pass-style): faster <code>isObject</code> (<a
href="https://github.com/endojs/endo/tree/HEAD/packages/ses/issues/2860">#2860</a>)</li>
<li><a
href="https://github.com/endojs/endo/commit/25039f561d5e0c1bac48260adcf7e1a26d661659"><code>25039f5</code></a>
fix(immutable-arraybuffer): unify shim to work on more platforms (<a
href="https://github.com/endojs/endo/tree/HEAD/packages/ses/issues/2855">#2855</a>)</li>
<li>See full diff in <a
href="https://github.com/endojs/endo/commits/[email protected]/packages/ses">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MetaMask Bot <[email protected]>1 parent 096190a commit a2005d2
File tree
3 files changed
+26
-18
lines changed- packages
- snaps-execution-environments
- snaps-utils
3 files changed
+26
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1675 | 1675 | | |
1676 | 1676 | | |
1677 | 1677 | | |
1678 | | - | |
1679 | | - | |
1680 | | - | |
1681 | | - | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
1682 | 1682 | | |
1683 | 1683 | | |
1684 | 1684 | | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | | - | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
1689 | 1696 | | |
1690 | 1697 | | |
1691 | 1698 | | |
| |||
4314 | 4321 | | |
4315 | 4322 | | |
4316 | 4323 | | |
4317 | | - | |
| 4324 | + | |
4318 | 4325 | | |
4319 | 4326 | | |
4320 | 4327 | | |
| |||
4585 | 4592 | | |
4586 | 4593 | | |
4587 | 4594 | | |
4588 | | - | |
| 4595 | + | |
4589 | 4596 | | |
4590 | 4597 | | |
4591 | 4598 | | |
| |||
16749 | 16756 | | |
16750 | 16757 | | |
16751 | 16758 | | |
16752 | | - | |
16753 | | - | |
16754 | | - | |
| 16759 | + | |
| 16760 | + | |
| 16761 | + | |
16755 | 16762 | | |
16756 | | - | |
16757 | | - | |
16758 | | - | |
| 16763 | + | |
| 16764 | + | |
| 16765 | + | |
| 16766 | + | |
16759 | 16767 | | |
16760 | 16768 | | |
16761 | 16769 | | |
| |||
0 commit comments