Uses https instead of http in URL constructor feature detection to avoid extra notifications from some overly vigilant security scanners, #1345
Some minor optimizations
Updated browserslist in core-js-compat dependencies that fixes an upstream issue with incorrect interpretation of some browserslist queries, #1344, browserslist/829, browserslist/836
toolchain = find_cpp_toolchain(ctx)
cpu = toolchain.cpu
system_name = toolchain.target_gnu_system_name
rename cpus to match what we want artifacts to be
if cpu == "systemz":
cpu = "s390_64"
elif cpu == "aarch64":
cpu = "aarch_64"
elif cpu == "ppc64":
cpu = "ppcle_64"
use the system name to determine the os and then create platform names
if "apple" in system_name:
values["platform"] = "osx-" + cpu
elif "linux" in system_name:
values["platform"] = "linux-" + cpu
elif "mingw" in system_name:
if cpu == "x86_64":
values["platform"] = "win64"
else:
values["platform"] = "win32"
else:
values["platform"] = "unknown"
Rename unstable_patchRoutesOnMiss to unstable_patchRoutesOnNavigation to match new behavior (#11888)
Updated dependencies:
@remix-run/router@1.19.1
react-router@6.26.1
6.26.0
Minor Changes
Add a new replace(url, init?) alternative to redirect(url, init?) that performs a history.replaceState instead of a history.pushState on client-side navigation redirects (#11811)
Patch Changes
Fix initial hydration behavior when using future.v7_partialHydration along with unstable_patchRoutesOnMiss (#11838)
During initial hydration, router.state.matches will now include any partial matches so that we can render ancestor HydrateFallback components
Updated dependencies:
@remix-run/router@1.19.0
react-router@6.26.0
6.25.1
Patch Changes
Memoize some RouterProvider internals to reduce unnecessary re-renders (#11803)
Updated dependencies:
react-router@6.25.1
6.25.0
Minor Changes
Stabilize future.unstable_skipActionErrorRevalidation as future.v7_skipActionErrorRevalidation (#11769)
When this flag is enabled, actions will not automatically trigger a revalidation if they return/throw a Response with a 4xx/5xx status code
You may still opt-into revalidation via shouldRevalidate
This also changes shouldRevalidate's unstable_actionStatus parameter to actionStatus
Bumps the prod-deps group with 11 updates in the / directory:
7.24.6
7.25.0
5.10.3
5.11.0
5.9.0
5.11.0
5.1.5
5.2.2
2.0.1
2.0.2
9.7.3
9.7.4
3.37.1
3.38.0
3.21.2
3.21.4
6.12.3
6.13.1
9.0.0
9.1.0
6.23.1
6.26.1
Updates
@babel/runtime
from 7.24.6 to 7.25.0Release notes
Sourced from
@babel/runtime
's releases.... (truncated)
Changelog
Sourced from
@babel/runtime
's changelog.... (truncated)
Commits
d2e3ee2
v7.25.0e774270
Improvesuper.x
output (#16374)1f5af44
v7.24.8bf1e9a3
v7.24.714a0b08
[helpers TS conversion] async functions/generators (#16510)7934963
Usetype: module
in allpackage.json
s (#16535)ab465cc
Delete unused array helpers (#16525)Updates
@blueprintjs/core
from 5.10.3 to 5.11.0Commits
1a5c82b
chore: Publish new release6491c01
feat: export TabPanel (#6896)1f3241d
test: improve tabs tests (#6898)b38194b
[Button Group] Add outlined prop (#6788)5d92d0e
Correct Tabs typo (#6895)0f5b88c
Update focus outline color to meet WCAG 2.2 contrast standards (#6854)d623cb5
Fix Overlay2 storing stale onClose callback (#6874)2dc48d8
chore: Publish new release8329a32
[core] fix(tabs): remove large gap between vertical tabs (#6885)9754f3d
chore: Publish new releaseUpdates
@blueprintjs/icons
from 5.9.0 to 5.11.0Commits
1a5c82b
chore: Publish new release67daadd
Updated Input icons and added new Output icons (#6922)90dfbaa
[Icons] Add database-search icon (#6921)a385098
[Icons] Update CSSStyle and add TableSync (#6913)9754f3d
chore: Publish new release6e0ce0e
[Icons] Add CSSStyle, DataSync and Excavator icons (#6867)3f2eb80
Add layout engine icons (#6705)45461a2
Revert "[Icons] Add cubes icon" (#6843)2a31a06
[icons] feat: Add "cubes" icon (#6840)81dd30c
[icons] feat: Add "vector" icon (#6813)Updates
@blueprintjs/select
from 5.1.5 to 5.2.2Commits
1a5c82b
chore: Publish new released51c90c
Add Support for customTarget in MultiSelect Component (#6915)2dc48d8
chore: Publish new release9754f3d
chore: Publish new release855a067
Add affordance to icon selector in docs and fix selection state (#6877)0d36ba1
No scrollbar in Select when menu has dividers (#6804)Updates
@react-hook/resize-observer
from 2.0.1 to 2.0.2Commits
Updates
@react-spring/web
from 9.7.3 to 9.7.4Release notes
Sourced from
@react-spring/web
's releases.... (truncated)
Commits
fd65b60
v9.7.4d64fc47
fix(shared): add rafz as a packagea755bd8
fix: adduseReducedMotion
compatibility for Safari 13 and older (#2300)f96db5e
Revert "chore(deps): update dependency remark-mdx-frontmatter to v5 (#2298)"28a172d
chore(deps): update dependency remark-mdx-frontmatter to v5 (#2298)1e4406e
chore(deps): update dependency tsx to v4 (#2260)58d06b8
chore: make deps absolute (#2283)f6047e4
chore(deps): update github artifact actions to v4 (major) (#2262)84ed1db
chore(deps): update testing deps (#2282)da2c12e
chore: update tooling depsUpdates
core-js
from 3.37.1 to 3.38.0Changelog
Sourced from core-js's changelog.
Commits
4a322bf
v3.38.09408792
replace a regex with a simple comparison0595aaf
simplify a regex269890f
replace a regex with conditions4ce7d0c
addUint8Array.prototype.setFromBase64
andlastChunkHandling
option8b10ea8
add feature detection toPromise.try
19b1a68
add feature detection toRegExp.escape
5b2874c
moveRegExp.escape
to stage 36250ccb
renameinternals/global
->internals/global-this
25b5716
improve some cases of environment detectionUpdates
google-protobuf
from 3.21.2 to 3.21.4Release notes
Sourced from google-protobuf's releases.
Changelog
Sourced from google-protobuf's changelog.
... (truncated)
Commits
5aee743
Update version to 3.21.44cd555a
Update various workflow action versions for node 20 compatibilitydae06f2
fix generator build layering by correcting depsfd8f7f7
belatedly update package.json version to 3.21.3c4fbfe3
Adopt protobuf's .bazelrc to simplify cross-compilation8afb6eb
Bump MODULE.bazel version to match protobuf_javascript_release.bzleb860eb
Pin rules_python to 0.24.0 to fix release build error5d939db
Bump version to 3.21.3bd0540e
Switch to bazel-contrib/setup-bazel0556059
Fix sha256 digest for protobuf http_archive (#210)Updates
mobx
from 6.12.3 to 6.13.1Release notes
Sourced from mobx's releases.
Commits
c7c9d3e
Version release (#3907)5e711e0
Shrink Atom and Reaction using a bitfield (#3901)32c934b
Fix building of Mobx react lite (#3900)420d7ee
Version release (#3899)16f070e
Fixes for #3853 (#3898)3efb345
Supporting a new set methods (#3853)5c8066d
Version release (#3896)ba89034
Fix ES6 Map/Set checks for cross-window scripts (#3893)a73710c
Version release (#3888)e9e1955
Shrink ComputedValue using a bitfield (#3880)Updates
query-string
from 9.0.0 to 9.1.0Release notes
Sourced from query-string's releases.
Commits
f38e982
9.1.0672eb82
Addtypes
option to the.parse()
method (#385)3d8fbf2
Add tests for #381Updates
react-router-dom
from 6.23.1 to 6.26.1Release notes
Sourced from react-router-dom's releases.
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
04d09c3
chore: Update version for release (#11895)f806fa4
chore: Update version for release (pre) (#11889)5a6545b
Rename patchRoutesOnMiss to patchRoutesOnNavigation (#11888)91ef146
chore: Update version for release (#11863)7acbfbe
chore: Update version for release (pre) (#11860)8334033
chore: Update version for release (pre) (#11854)653d1a8
Fix hydration behavior of patchRoutesOnMiss when v7_partialHydration is enabl...01d0f41
Add support for replace() redirects (#11811)98941f8
chore: Update version for release (#11815)db24ec9
chore: Update version for release (pre) (Superseded by #928.