Update all non-major dependencies#493
Closed
renovate[bot] wants to merge 634 commits into
Closed
Conversation
* now using public NPM registry * added extension verification with code-signer * additional output to ext:list * refactored extension discovery to use cascading defaults from package.json if not in manifest * Allow installing tarballs from URL - bugfix broken code signature for static packages - remove cache entry when installing from file or URL * fix broken TestExtensions * changes from review * address case where version as path is passed but no name * fix flaky windows tests
* Sync package locks on publish * Fix package locks * Fix npm audit issues
* Updated relate client parameters and added support for remote STATIC apps * fix broken test * disable concurrent tests again * changes from review
* Fix setup script hanging on errors * Add xvfb script for Docker tests
* fix(cli): db:exec allow nameOrId, append missing semicolon, reduce extra output * fix(cli): removed extra, conflicting @oclif/errors dependency * fix(common): input stream to cypher-shell may be a string or a raw buffer * fix(cli): create test project, populate with test cypher for db:exec testing * fix(common): all dbs.local operations accept nameOrId
* created relate client RFC * added link to PR * update RFC
* Web: add online check and server status to infoDbmss * CLI: make flag casing consistent across commands And add onlineCheck flag to dbms:info * CLI: remove duplicate calls to dbmss.info * CLI: fix docs links
* now saving access tokens in separate files * changes from review * added dump logs for better debugging * banned TS type assertions and updated linter
* create separate env dirs when creating new envs * fix failing tests * fix rebase conflict * fix access token storage path, improved teardown cleanup * removed yargs from common * remove yargs and revert to backward compatible dataPath * refactored modules to be dynamic, removing the need for environment variables to accurately load extensions * Return of the global config, much better * systemProvider createEnv and getEnv tests * pass config to load property in system provider test Co-authored-by: Hugo Bove <hugo.bove@neotechnology.com>
* Update table fields on environment:list * Add manifest entity * Add manifest entity to DBMSs * Add manifest entity to projects * Rename model files, make manifest readonly * Add manifest tests * Add util to get manifest name * Fix broken import
* Types: add Dict.assign * Add metadata to entity manifest * CLI: update output to include metadata * Allow passing multiple keys to Dict.omit * Update signature of metadata methods
* Update docs * Bump code signer
* Create test util to create environments * Start running tests in separate environments * Disallow new expression with TestEnvironment
* Add method to unlink projects * Make nameOrId argument consistent across project operations * Fix broken links showing as existing projects * Refactor dbmss.link and projects.link * Add more link tests * Update CLI commands * Update docs * Fix broken tests * Always set encoding when reading or writing JSON
* Copy import folder on DBMS upgrades * Allow getting, setting, and removing metadata from WebModule * Add tests
171cd6e to
7aa8c48
Compare
aba36a5 to
6bd5949
Compare
5d95fde to
3ecf7f1
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.26.1→2.31.02.8.5→2.16.02.1.9→2.3.105.2.9→5.2.202.3.17→2.5.61.4.3→1.4.104.2.4→4.2.74.17.17→4.17.2529.5.1→29.5.149.0.2→9.0.104.14.194→4.17.241.4.7→1.4.1318.16.4→18.19.1302.6.3→2.6.131.3.2→1.3.147.3.13→7.7.12.0.12→2.0.164.1.3→4.1.86.1.4→6.1.139.0.1→9.0.84.3.7→4.5.03.5.3→3.6.00.14.0→0.15.11.4.6→1.4.72.3.6→2.4.18.39.0→8.57.18.8.0→8.10.22.27.5→2.32.027.2.1→27.9.04.2.1→4.2.529.5.0→29.7.09.0.0→9.0.313.2.2→13.3.01.4.5-lts.1→1.4.5-lts.25.8.0→5.28.313.3.1→13.5.62.6.9→2.7.03.9.0→3.17.29.11.0→9.15.95.0.0→5.0.107.8.1→7.8.27.5.0→7.8.17.5.2→7.8.10.16.3→0.18.106.3.3→6.3.429.1.0→29.4.1110.9.1→10.9.22.5.0→2.8.19.0.0→9.0.1Release Notes
changesets/changesets (@changesets/cli)
v2.31.0Compare Source
Minor Changes
#1889
96ca062Thanks @mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.#1873
42943b7Thanks @mixelburg! - Respond to--helpon all subcommands. Previously,--helpwas only handled when it was the sole argument; passing it alongside a subcommand (e.g.changeset version --help) would silently execute the command instead. Now--helpalways exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.Patch Changes
d2121dcThanks @Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.#1888
036fdd4Thanks @mixelburg! - Fix severalchangeset versionissues with workspace protocol dependencies. Valid explicitworkspace:ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.#1903
5c4731fThanks @Andarist! - Gracefully handle stalenpm infodata leading to duplicate publish attempts.#1867
f61e716Thanks @Andarist! - Improved detection forpublishedstate of prerelease-only packages withoutlatestdist-tag on GitHub Packages registry.Updated dependencies [
036fdd4,036fdd4,036fdd4]:v2.30.0Compare Source
v2.29.8Compare Source
v2.29.7Compare Source
Patch Changes
957f24e]:v2.29.6Compare Source
Patch Changes
a3563b0Thanks @benmccann! - Switch to maintained fork ofexternal-editorv2.29.5Compare Source
Patch Changes
#1693
6352819Thanks @Andarist! - Fixed an issue withworkspace:^andworkspace:~dependency ranges not being semantically treated as, respectively,^CURRENT_VERSIONand~CURRENT_VERSION. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.Updated dependencies [
6352819]:v2.29.4Compare Source
Patch Changes
#1668
65d6632Thanks @Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632]:v2.29.3Compare Source
Patch Changes
#1589
de8bebcThanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json#1619
c1e8a78Thanks @manucorporat! - Support../inpublishConfig.directorywhen publishing packagesUpdated dependencies [
de8bebc]:v2.29.2Compare Source
Patch Changes
#1636
f73f84aThanks @Netail! - Correctly resolve new changesets withsinceoption when the.changesetdirectory is not directly in the git rootUpdated dependencies [
f73f84a]:v2.29.1Compare Source
Patch Changes
#1620
b15e629Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629]:v2.29.0Compare Source
Minor Changes
29f34a3Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfigv2.28.1Compare Source
Patch Changes
b9df596]:v2.28.0Compare Source
Minor Changes
84a4a1bThanks @bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false.Patch Changes
84a4a1b,84a4a1b]:v2.27.12Compare Source
Patch Changes
#1562
a0f87f1Thanks @Netail, @cefn! - Fixed changelog application when executing usingnpxand similar toolsUpdated dependencies [
a0f87f1]:v2.27.11Compare Source
Patch Changes
f0270f6]:v2.27.10Compare Source
Patch Changes
#1485
baf5644Thanks @bluwy! - Ignore error if failed to find changed packages inchangeset add#1489
7bf751cThanks @marcalexiei! - Use custom errors when exiting add command due to missing tool#1466
ccce743Thanks @marcalexiei! - Add error message and exit when there are no versionable packages#1514
962ab91Thanks @nicoalonsop! - Update spawndamnit to fix cross-spawn vulnerabilityUpdated dependencies [
7323704,26c8ba9,82cacb2,962ab91]:v2.27.9Compare Source
Patch Changes
#1458
400ab7bThanks @benmccann! - Moved@types/semvertodevDependencies#1462
689e541Thanks @benmccann! - removeoutdentdependencyv2.27.8Compare Source
Patch Changes
#1417
bc75c1aThanks @trivikr! - Replacechalkwithpicocolorsto reduce install size#1419
4efc038Thanks @bluwy! - Fix logging--versionflag#1445
52c302aThanks @bluwy! - Remove unused@babel/runtimedependency#1446
5150fc1Thanks @benmccann! - Switched frompreferred-pmtopackage-manager-detectorin order to reduce installation sizeUpdated dependencies [
bc75c1a,52c302a]:v2.27.7Compare Source
Patch Changes
#1047
d108fa6Thanks @patzick! - Fixed a crash that could occur when depending on a tagged version of another workspace package.#1400
dd6e5bbThanks @Andarist! - Fixed a crash that prevented the CLI from running in a scenario when a workspace depends on the root workspaceUpdated dependencies [
d108fa6,dd6e5bb,dd6e5bb]:v2.27.6Compare Source
Patch Changes
#1392
f295b3eThanks @bluwy! - Replacemeowdependency withmrito reduce the number of transitive dependencies#1390
6a3452eThanks @bluwy! - Displaychangeset status --verbosein list form and removetty-tabledependencyv2.27.5Compare Source
Patch Changes
#1370
5e9d33aThanks @Andarist! - Fixed a regression that causedchangeset versionto fail on packages having a dev dependency on a skipped package.Updated dependencies [
5e9d33a]:v2.27.4Compare Source
Patch Changes
#1361
954a16aThanks @jakebailey! - Version 2.25.0 introduced theprivatePackageconfiguration option with default{ version: false, tag: false }; due to a bug, these options were not respected in all commands, leading to commands likechangeset tagstill tagging private packages. This has been fixed, and all packages now respect this option.#1369
d729d8cThanks @Andarist! -changeset tagshould now correctly skip tags that exist on the remoteUpdated dependencies [
954a16a]:v2.27.3Compare Source
Patch Changes
18c966aThanks @Andarist! - Fixed an issue withchangeset statusexecuted withoutsinceargument. It should now correctly use the configured base branch as the default value.v2.27.2Compare Source
Patch Changes
#1354
69be7dcThanks @Andarist! - Fixed an issue withchangeset statusincorrectly returning an error status in two cases:privatePackage.versionwas set tofalse#1351
c6da182Thanks @TheHolyWaffle! - Fix an issue with not applying a custom.prettierrcconfiguration withprettier@>= 3.1.1Updated dependencies [
c6da182]:v2.27.1Compare Source
Patch Changes
86cfff1Thanks @Andarist! - Make./bin.jsavailable throughpackage.json#exportsto fix compatibility withchangesets/action.v2.27.0Compare Source
Minor Changes
#1185
a971652Thanks @Andarist! -package.json#exportshave been added to limit what (and how) code might be imported from the package.#1236
dfd4ccaThanks @camertron! - Avoid using short commit IDsPatch Changes
#1053
90a870aThanks @paescuj! - Replace the dependencyis-ciwithci-info.Updated dependencies [
a971652,dfd4cca]:v2.26.2Compare Source
Patch Changes
#1176
41988ceThanks @joshwooding! - Bumpsemverdependency to v7.5.3Updated dependencies [
41988ce]:oclif/core (@oclif/core)
v2.16.0Compare Source
v2.15.0Compare Source
Features
v2.14.0Compare Source
Features
v2.13.0Compare Source
Features
v2.12.0Compare Source
Features
2.11.11 (2023-08-28)
Bug Fixes
2.11.10 (2023-08-23)
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.