forked from timothymiller/t4-app
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency metro-minify-terser to ^0.81.0 #8
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/metro-minify-terser-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
December 19, 2023 05:25
aec9544
to
94556c0
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.1
Update dependency metro-minify-terser to ^0.80.2
Dec 19, 2023
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
January 5, 2024 14:57
94556c0
to
7898b0f
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.2
Update dependency metro-minify-terser to ^0.80.3
Jan 5, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
January 11, 2024 05:46
7898b0f
to
7b21da8
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.3
Update dependency metro-minify-terser to ^0.80.4
Jan 11, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
January 25, 2024 05:49
7b21da8
to
3afe733
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.4
Update dependency metro-minify-terser to ^0.80.5
Jan 25, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
February 16, 2024 05:40
3afe733
to
aaebbfb
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.5
Update dependency metro-minify-terser to ^0.80.6
Feb 16, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
March 19, 2024 20:59
aaebbfb
to
ae7dd5a
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.6
Update dependency metro-minify-terser to ^0.80.7
Mar 19, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
March 29, 2024 17:57
ae7dd5a
to
9c3bee0
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.7
Update dependency metro-minify-terser to ^0.80.8
Mar 29, 2024
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.8
Update dependency metro-minify-terser to ^0.80.9
May 2, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
May 2, 2024 14:29
9c3bee0
to
6fce79c
Compare
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
August 10, 2024 11:58
6fce79c
to
ae35dfe
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.9
Update dependency metro-minify-terser to ^0.80.10
Aug 10, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
September 5, 2024 05:36
ae35dfe
to
8cede7b
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.10
Update dependency metro-minify-terser to ^0.80.11
Sep 5, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
September 9, 2024 02:43
8cede7b
to
6568939
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.11
Update dependency metro-minify-terser to ^0.80.12
Sep 9, 2024
renovate
bot
force-pushed
the
renovate/metro-minify-terser-0.x
branch
from
October 15, 2024 05:47
6568939
to
0969ed6
Compare
renovate
bot
changed the title
Update dependency metro-minify-terser to ^0.80.12
Update dependency metro-minify-terser to ^0.81.0
Oct 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.80.0
->^0.81.0
Release Notes
facebook/metro (metro-minify-terser)
v0.81.0
Compare Source
context.redirectModulePath
from default resolver, use a fixed browser field spec implementation. (facebook/metro@5e96d17 by @robhogan)ResolutionContext.fileSystemLookup
for performing file and directory existence checks and resolving real paths. (facebook/metro@3b3e0aa by @robhogan)onClose
option toMetro.runServer
configuration to provide a callback called when Metro is fully torn down. (facebook/metro@b3f141f by @vzaidman)metro-memory-fs
: Respectforce
inrmSync
. (facebook/metro@a792d85 by @robhogan)getDefaultConfig
. (facebook/metro@bfd9473 by @robhogan)unstable_enableSymlinks
- symlink support is stable and always-on. (facebook/metro@e52b5ff by @robhogan)transformer.unstable_memoizeInlineRequires
to optimise inlined access. (https://github.com/facebook/metro/pull/1346 by @robhogan).unstable_server_log
,unstable_server_menu_updated
, andunstable_server_menu_cleared
reporter events (facebook/metro@616f437 by @huntie)Full Changelog: facebook/metro@v0.80.11...v0.81.0
v0.80.12
Compare Source
This is a hotfix on the
0.80.x
branch.Full Changelog: facebook/metro@v0.80.11...v0.80.12
v0.80.11
Compare Source
/
(facebook/metro@1e1dfe1 by @robhogan)[Experimental]: Resolution: Replace
context.unstable_getRealPath
withcontext.unstable_fileSystemLookup
(facebook/metro@9fc9bf0 by @robhogan)Full Changelog: facebook/metro@v0.80.10...v0.80.11
v0.80.10
Compare Source
message
andstack
as top-level properties when a reportable event has anerror
property (95a6063
)/[metro-project]/
and/[metro-watchFolders]/{index}/
(273481c
by @motiz88)sourcePaths=url-server
bundle parameter (788ff0d
by @motiz88)server_listening
reporter event, exposing bound port, address and family (https://github.com/facebook/metro/pull/1274 by @robhogan)message
,stack
,cause
, anderrors
(where present) undererror
when a reportable event has anerror
property (95a6063
by @robhogan)6e71699
by @robhogan)e3aaa0b
by @robhogan)34148e6
by @motiz88)[Experimental]: Fix subtrees of the project root missed from
require.context
when using an ancestor of the project root as context root (https://github.com/facebook/metro/pull/1281 by @robhogan)[Experimental]: Add
require.unstable_importMaybeSync
(https://github.com/facebook/metro/pull/1296 by @rubennorte)Full Changelog: facebook/metro@v0.80.9...v0.80.10
v0.80.9
Compare Source
HttpStore
's read and write paths separately. (3e647a6
by @gijsweterings)additionalSuccessStatuses
option toHttpStore
. (f8f7d55
by @motiz88)reporter
instead. (15815d0
by @motiz88)105e222
by @robhogan)unstable_renameRequire
transformer option. (https://github.com/facebook/metro/pull/1230 by @evanbacon)Full Changelog: facebook/metro@v0.80.8...v0.80.9
v0.80.8
Compare Source
96c6b89
by @motiz88)Full Changelog: facebook/metro@v0.80.7...v0.80.8
v0.80.7
Compare Source
Full Changelog: facebook/metro@v0.80.6...v0.80.7
v0.80.6
Compare Source
projectRoot
(https://github.com/facebook/metro/pull/1210 by @robhogan)Full Changelog: facebook/metro@v0.80.5...v0.80.6
v0.80.5
Compare Source
server.forwardClientLogs
config option, to allow suppressing client console logs in Metro output. (https://github.com/facebook/metro/pull/1192 by @huntie)constant-folding-plugin
: Don't fold optional function calls (foo.?()
). (https://github.com/facebook/metro/pull/1178 by @Gamote)inline-plugin
: Don't replace__DEV__
in invalid Babel AST locations. (https://github.com/facebook/metro/pull/1195 by @kitten)metro-minify-terser
dependency to fix resolution under isolated node_modules (pnpm, etc). (https://github.com/facebook/metro/pull/1199 by @robhogan)unstable_enablePackageExports
andunstable_enableSymlinks
. (https://github.com/facebook/metro/pull/1198 by @robhogan)Full Changelog: facebook/metro@v0.80.4...v0.80.5
v0.80.4
Compare Source
.zip/
(facebook/metro@9212156 by @robhogan)Full Changelog: facebook/metro@v0.80.3...v0.80.4
v0.80.3
Compare Source
dev
option to resolver (https://github.com/facebook/metro/pull/1134 by @EvanBacon)Full Changelog: facebook/metro@v0.80.2...v0.80.3
v0.80.2
Compare Source
serverRoot
with HMR serializer chunks (https://github.com/facebook/metro/pull/1137 by @EvanBacon)"exports"
field is now considered for Haste packages (which could include local monorepo packages) (https://github.com/facebook/metro/pull/1136 by @kraenhansen)v0.80.1
Compare Source
windows
/macos
. (https://github.com/facebook/metro/pull/763 by @acoates-ms)unstable_workerThreads
options totransformer
andwatcher
configuration. (facebook/metro@20df4ec by @robhogan)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.