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

fix(deps): update all non-major dependencies in package.json #305

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
@babel/cli (source) devDependencies minor 7.25.7 -> 7.26.4 OpenSSF Scorecard
@babel/core (source) devDependencies minor 7.25.8 -> 7.26.0 OpenSSF Scorecard
@babel/preset-env (source) devDependencies minor 7.25.8 -> 7.26.0 OpenSSF Scorecard
actions/checkout action digest eef6144 -> 11bd719 OpenSSF Scorecard
actions/setup-go action digest 0a12ed9 -> 3041bf5 OpenSSF Scorecard
eslint (source) devDependencies minor 9.12.0 -> 9.17.0 OpenSSF Scorecard
github.com/corazawaf/coraza/v3 require patch v3.2.2-0.20241015082545-7714a9b89615 -> v3.2.2 OpenSSF Scorecard
highlight.js (source) devDependencies minor 11.10.0 -> 11.11.0 OpenSSF Scorecard
katex (source) devDependencies patch 0.16.11 -> 0.16.18 OpenSSF Scorecard
markdownlint-cli devDependencies minor 0.42.0 -> 0.43.0 OpenSSF Scorecard
mermaid devDependencies minor 11.3.0 -> 11.4.1 OpenSSF Scorecard
postcss (source) devDependencies patch 8.4.47 -> 8.4.49 OpenSSF Scorecard
stylelint (source) devDependencies minor 16.10.0 -> 16.12.0 OpenSSF Scorecard

Release Notes

babel/babel (@​babel/cli)

v7.26.4

Compare Source

↩️ Revert
  • babel-traverse

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
babel/babel (@​babel/core)

v7.26.0

Compare Source

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
eslint/eslint (eslint)

v9.17.0

Compare Source

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

corazawaf/coraza (github.com/corazawaf/coraza/v3)

v3.2.2

Compare Source

highlightjs/highlight.js (highlight.js)

v11.11.0

Compare Source

CAVEATS / POTENTIALLY BREAKING CHANGES

  • Nothing yet.

Core Grammars:

  • fix(rust) - adds emoji support in single quote strings [joshgoebel][]
  • fix(apache) - support line continuation via \ Josh Goebel
  • fix(makefile) - allow strings inside $() expressions aneesh98
  • enh(arcade) updated to ArcGIS Arcade version 1.29 Kristian Ekenes
  • enh(css) add all properties listed on MDN (96 additions including anchor-name, aspect-ratio, backdrop-filter, container, margin-trim, place-content, scroll-timeline, ...) BaliBalo
  • enh(excel) add built-in functions for Excel 365 release to 2024 Danny Winrow
  • enh(erlang) OTP 27 triple-quoted strings nixxquality
  • enh(erlang) OTP 27 doc attribute nixxquality
  • enh(erlang) OTP 27 Sigil type nixxquality
  • enh(erlang) OTP25/27 maybe statement nixxquality
  • enh(dart) Support digit-separators in number literals [Sam Rawlins][]
  • enh(csharp) add Contextual keywords file, args, dynamic, record, required and scoped Alvin Joy
  • enh(lua) add 'pluto' as an alias Sainan
  • enh(bash) add reserved keywords time and coproc Álvaro Mondéjar
  • enh(nix) update keywords [h7x4][]
  • enh(nix) support paths [h7x4][]
  • enh(nix) support lookup paths [h7x4][]
  • enh(nix) support operators [h7x4][]
  • enh(nix) support REPL keywords [h7x4][]
  • enh(nix) support markdown comments [h7x4][]
  • enh(nix) support basic function params [h7x4][]
  • enh(nix) better parsing of attrsets [h7x4][]
  • fix(c) - Fixed hex numbers with decimals Dxuian
  • fix(typescript) - Fixedoptional property not highlighted correctly Dxuian
  • fix(ruby) - fix |= operator false positives (as block arguments) Aboobacker MK
  • enh(gcode) rewrote language for modern gcode support Barthélémy Bonhomme
  • fix(sql) - Fixed sql primary key and foreign key spacing issue Dxuian
  • fix(cpp) added flat_set and flat_map as a part of cpp 23 version Lavan
  • fix(yaml) - Fixed special chars in yaml Dxuian
  • fix(basic) - Fixed closing quotation marks not required for a PRINT statement Somya
  • fix(nix) remove add builtin [h7x4][]
  • fix(nix) mark or as builtin instead of literal [h7x4][]
  • fix(nix) handle ''' string escapes [h7x4][]
  • fix(nix) handle backslash string escapes [h7x4][]
  • fix(nix) don't mix escapes for " and '' strings [h7x4][]
  • fix(swift) - Fixed syntax highlighting for class func/var declarations guuido
  • fix(yaml) - Fixed wrong escaping behavior in single quoted strings guuido
  • enh(nim) - Add concept and defer to list of Nim keywords Jake Leahy

New Grammars:

  • added 3rd party TTCN-3 grammar to SUPPORTED_LANGUAGES Osmocom
  • added 3rd party Odin grammar to SUPPORTED_LANGUAGES clsource
  • added 3rd party Liquid grammar to SUPPORTED_LANGUAGES Laurel King

Developer Tools:

  • Nothing yet.

Themes:

Improvements:

  • Resolve the memory leak problem when creating multiple Highlight.js instances Imken

CONTRIBUTORS

KaTeX/KaTeX (katex)

v0.16.18

Compare Source

Bug Fixes

v0.16.17

Compare Source

Bug Fixes
  • MathML combines multidigit numbers with sup/subscript, comma separators, and multicharacter text when outputting to DOM (#​3999) (7d79e22), closes #​3995

v0.16.16

Compare Source

Features

v0.16.15

Compare Source

Features
  • italic sans-serif in math mode via \mathsfit command (#​3998) (2218901)

v0.16.14

Compare Source

Features

v0.16.13

Compare Source

Bug Fixes

v0.16.12

Compare Source

Features
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.43.0

Compare Source

mermaid-js/mermaid (mermaid)

v11.4.1

Compare Source

Patch Changes
  • #​6059 01b5079 Thanks @​knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task

  • #​6038 1388662 Thanks @​knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break.

  • #​6079 fe3cffb Thanks @​aloisklink! - Bump dompurify to ^3.2.1. This removes the need for @types/dompurify.

v11.4.0

Compare Source

Minor Changes
  • #​5999 742ad7c Thanks @​knsv! - Adding Kanban board, a new diagram type

  • #​5880 bdf145f Thanks @​yari-dewalt! - Class diagram changes:

    • Updates the class diagram to the new unified way of rendering.
    • Includes a new "classBox" shape to be used in diagrams
    • Other updates such as:
      • the option to hide the empty members box in class diagrams,
      • support for handDrawn look,
      • the introduction of the classDef statement into class diagrams,
      • support for styling the default class,
      • support lollipop interfaces.
    • Includes fixes / additions for #​5562 #​3139 and #​4037
Patch Changes
postcss/postcss (postcss)

v8.4.49

Compare Source

v8.4.48

Compare Source

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
stylelint/stylelint (stylelint)

v16.12.0

Compare Source

  • Added: selector-pseudo-class-allowed-list now checks @page pseudo-classes (#​8176) (@​Mouvedia).
  • Added: selector-pseudo-class-disallowed-list now checks @page pseudo-classes (#​8171) (@​Mouvedia).
  • Fixed: at-rule-property-required-list message to use "descriptor" for accuracy (#​8186) (@​ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for container-name (#​8157) (@​Mouvedia).
  • Fixed: custom-property-no-missing-var-function false positives for custom properties passed to running() (#​8172) (@​Mouvedia).
  • Fixed: function-no-unknown false positives for running() (#​8172) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :open (#​8184) (@​lukewarlow).
  • Fixed: selector-pseudo-class-no-unknown false positives for :recto, :verso and :nth() (#​8170) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for some moz-* vendor-prefixed pseudo-classes (#​8188) (@​Mouvedia).
  • Fixed: selector-pseudo-element-no-unknown false positives for ::details-content (#​8174) (@​lukewarlow).
  • Fixed: selector-type-no-unknown false positives for idents in functional pseudo-classes (#​8191) (@​elskhn).
  • Fixed: value-keyword-case false negatives (#​8158) (@​Mouvedia).
  • Fixed: value-keyword-case false positives for vendor-prefixed system colors (#​8146) (@​Mouvedia).

v16.11.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file minor labels Oct 21, 2024
@renovate renovate bot requested a review from a team as a code owner October 21, 2024 00:32
@renovate renovate bot added the npm label Oct 21, 2024
@renovate renovate bot enabled auto-merge (squash) October 21, 2024 00:32
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 21, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6264913 to 7c35550 Compare October 21, 2024 04:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7c35550 to 4ea1c69 Compare October 22, 2024 15:41
@renovate renovate bot added patch and removed minor labels Oct 22, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 22, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 23, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 24, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 24, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 25, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 28, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 5, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 8, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 8, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 9, 2024
@renovate renovate bot changed the title chore(deps): update all non-major dependencies in package.json fix(deps): update all non-major dependencies in package.json Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4d56ac8 to 1f2bc9f Compare December 11, 2024 06:05
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 11, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 13, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 14, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 15, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants