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

Update all non-major dependencies to v1.22.3 #377

Merged
merged 1 commit into from
Apr 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@swissquote/crafty 1.22.1 -> 1.22.3 age adoption passing confidence
@swissquote/crafty-preset-babel 1.22.1 -> 1.22.3 age adoption passing confidence
@swissquote/crafty-preset-postcss 1.22.1 -> 1.22.3 age adoption passing confidence
@swissquote/crafty-runner-gulp 1.22.1 -> 1.22.3 age adoption passing confidence
@swissquote/crafty-runner-rollup 1.22.1 -> 1.22.3 age adoption passing confidence

Release Notes

swissquote/crafty

v1.22.3: 1.22.3

Compare Source

Highlights
  • Don't remove vendor prefixes automatically when linting css with --fix as the result could be unpredictable.

Full Changelog: swissquote/crafty@v1.22.2...v1.22.3

v1.22.2

Compare Source

Highlights
  • Improvements in Crafty's internals for ESM
  • Improvements in crafty-preset-jest for ESM
Improvements in Crafty's internals for ESM
  • Rename crafty's binary to bin.cjs to force node to start it as CommonJS, allows to install it within an ESM module
  • new crafty.runAllSync(method: string, ...args) method to run all implementations of an extension within presets.
  • loaded presets are wrapped in a CraftyPreset class with the following methods:
    • implements(method: string)
    • run(method: string, ...args)
    • get(property: string)
  • load presets with import(). This allows future presets to be created as ESM modules
Improvements in crafty-preset-jest for ESM
  • Automatically detect when package.json contains type: "module"
    • run Jest with Vmodules enabled
    • don't transpile node dependencies that are using ESM
    • transpile .ts, .tsx files to modules instead of commonjs
  • Use enhanced-resolve to resolve modules in Jest, allows to set .mjs and .cjs to be aliases of .mts and .cts
What's Changed
  • @​swc/core from 1.3.51 to 1.3.53
  • postcss from 8.4.22 to 8.4.23
  • eslint from 8.38.0 to 8.39.0
  • stylelint from 15.5.0 to 15.6.0
  • rollup from 30.20.6 to 3.21.0
  • webpack from 5.79.0 to 5.80.0

Full Changelog: swissquote/crafty@v1.22.1...v1.22.2


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@sonarcloud
Copy link

sonarcloud bot commented Apr 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@onigoetz onigoetz merged commit 8276ee2 into master Apr 29, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch April 29, 2023 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant