Skip to content
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

chore(deps): update monorepo #1144

Merged
merged 1 commit into from Apr 14, 2023
Merged

chore(deps): update monorepo #1144

merged 1 commit into from Apr 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.26.0 -> ^2.26.1 age adoption passing confidence
@swc-node/register ^1.5.5 -> ^1.6.4 age adoption passing confidence
@swc/core (source) ^1.3.32 -> ^1.3.50 age adoption passing confidence
@vitest/coverage-c8 ^0.28.3 -> ^0.30.1 age adoption passing confidence
c8 ^7.12.0 -> ^7.13.0 age adoption passing confidence
cypress ^12.5.0 -> ^12.9.0 age adoption passing confidence
fs-extra ^11.1.0 -> ^11.1.1 age adoption passing confidence
gatsby-cypress (source) ^3.5.0 -> ^3.8.0 age adoption passing confidence
happy-dom ^8.2.2 -> ^8.9.0 age adoption passing confidence
lint-staged ^13.1.0 -> ^13.2.1 age adoption passing confidence
plop (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
start-server-and-test ^1.15.3 -> ^1.15.4 age adoption passing confidence
vitest ^0.28.3 -> ^0.30.1 age adoption passing confidence

Release Notes

changesets/changesets

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.
swc-project/swc-node

v1.6.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.1...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.4

v1.6.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/swc-project/swc-node/compare/[@​swc-node/core](https://togithub.com/swc-node/core)[@​1](https://togithub.com/1).10.1...[@​swc-node/register](https://togithub.com/swc-node/register)[@​1](https://togithub.com/1).6.3

v1.6.2

Compare Source

Bug Fixes

v1.6.1

Compare Source

Note: Version bump only for package @​swc-node/jest

v1.6.0

Compare Source

v1.5.8

Compare Source

Bug Fixes

v1.5.6

Compare Source

Note: Version bump only for package @​swc-node/jest

swc-project/swc

v1.3.50

Compare Source

Bug Fixes
  • (es) Fix a crash related to an empty source map (#​7229) (c665918)

  • (es/codegen) Respect ascii_only for identifiers (#​7247) (e35097f)

  • (es/compat) Handle export function in reserved_word (#​7251) (2e947e7)

  • (es/minifier) Fix handling of optional chaining when hoist_props is enabled (#​7246) (a44fea1)

  • (es/parser) Use a hard error for missing r-paren in an if stmt (#​7223) (b1c40a4)

  • (es/parser) Reset ctx for cond while parsing a stmt (#​7232) (01db30f)

  • (es/parser) Parse const type parameters in arrow function expressions (#​7242) (6614886)

Features
Refactor
Testing
Build

v1.3.49

Compare Source

Features
Refactor

v1.3.47

Compare Source

Bug Fixes
Features
Refactor
  • (macros/ast-node) Drop darling to reduce compile time (#​7214) (3f61638)

v1.3.46

Compare Source

v1.3.45

Compare Source

Bug Fixes
Features
Testing

v1.3.44

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (cargo) Refactor Cargo.toml to reduce merge conflict (#​7139) (2826198)
Refactor
Build

v1.3.42

Compare Source

Bug Fixes
Features
  • (es/resolver) Make scope context identical to the vars (#​7095) (0f09e35)- general: Feat(css/minifier) Follow the CSS spec more rigorously (#​6291)

Description:

Full refactor of the "calc" simplification to be more compliant with the spec. (df09d2f)

Refactor
  • (es/fixer) Move comments with the insertion order (#​7097) (f250f24)

  • (es/resolver) Make syntax context for unresolved and top-level stable (#​7096) (c114f00)

v1.3.41

Compare Source

Bug Fixes
Performance
Refactor
  • general: Fix lints using clippy from nightly-2023-03-13 (#​6920) (963c460)

v1.3.40

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance

v1.3.39

Compare Source

Bug Fixes
  • (es/minifier) Bailout regex optimization on invalid flags (#​7020) (1318afe)

  • (es/transforms) Handle member object in missing else branch (#​7027) (5c7c8e0)

  • (es/transforms) Handle object shorthand in const_modules (#​7022) (0314869)

Documentation
Features
  • (common) Add an API to create a SourceFile without allocation (#​7029) (81495f5)
Miscellaneous Tasks
Performance
Testing

v1.3.38

Compare Source

Bug Fixes
  • (bindings/node) Fix visitBindingIdentifier (#​7000) (30cff01)

  • (es) Allow any kind of input source maps if it's enabled (#​7002) (da5367b)

  • (es/minifier) Don't skip expressions with side effects from seq inliner (#​7007) (cfeb088)

  • (es/minifier) Don't create invalid property names (#​7010) (bb2486c)

  • (es/parser) Fix parsing of an array spread in tsx properties (#​7011) (6d6731f)

  • (es/preset-env) Move findLast and findLastIndex to finished proposals (#​7012) (b46a724)

  • (es/typescript) Treat export default declarations as declarations (#​7017) (34f9ad3)

Features
Miscellaneous Tasks
Refactor

v1.3.37

Compare Source

Bug Fixes
  • (bindings/cli) Implement source-file-name and source-root options (#​6973) (3e3e41a)

  • (css/utils) Fix minification of class names with whitespace (#​6983) (cc1d9bd)

  • (es/decorator) Preserve evaluation order (#​6972) (703b340)

Miscellaneous Tasks
  • (es/parser) Reduce pre-allocation to reduce memory usage (#​6979) (f1e7a2a)
Testing

v1.3.36

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (bot) Allow org members to use bump comments (#​6942) (0324d5a)

  • (swc_nodejs_common) Remove swc_node_base from swc_nodejs_common (#​6940) (0771418)

v1.3.35

Compare Source

Bug Fixes
  • (es/minifier) Don't skip shorthand properties from sequential inliner (#​6918) (725d3fb)

  • (es/preset-env) Fix default target (#​6921) (85a8def)

  • (es/typescript) Fix handling of non-uppercase JSX elements (#​6928) (ebc65c7)

Miscellaneous Tasks

v1.3.34

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (bindings/cli) Enable preferUnplugged by default for the plugins (#​6912) (17f1c50)- general: Make issue templates mention no +1 (#​6894) (5d5140f)
Testing
vitest-dev/vitest

v0.30.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.30.0

Compare Source

   🚨 Breaking Changes

Configuration

📅 Schedule: Branch creation - "before 10am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Apr 1, 2023
@changeset-bot
Copy link

changeset-bot bot commented Apr 1, 2023

⚠️ No Changeset found

Latest commit: 37ca69e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@LekoArts LekoArts merged commit 3d917c2 into main Apr 14, 2023
10 checks passed
@LekoArts LekoArts deleted the renovate/monorepo branch April 14, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant