Skip to content

fix(deps): update all non-major dependencies [skip netlify]#994

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies [skip netlify]#994
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 30, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@analogjs/vite-plugin-angular 2.4.102.5.0 age confidence devDependencies minor
@analogjs/vitest-angular (source) 2.4.102.5.0 age confidence devDependencies minor
@angular/cdk 21.2.721.2.9 age confidence dependencies patch
@open-wc/semantic-dom-diff (source) 0.19.70.20.1 age confidence devDependencies minor
@types/codemirror (source) 5.60.55.60.17 age confidence devDependencies patch
@types/json-schema (source) 7.0.117.0.15 age confidence dependencies patch
@types/moment-timezone 0.5.130.5.30 age confidence devDependencies patch
@types/mousetrap (source) 1.6.91.6.15 age confidence devDependencies patch
@types/node (source) 16.11.5916.18.126 age confidence devDependencies minor
@types/prismjs (source) 1.26.01.26.6 age confidence devDependencies patch
autoprefixer 10.4.1110.5.0 age confidence devDependencies minor
axe-core (source) 4.4.34.11.4 age confidence devDependencies minor
clean-css 5.3.15.3.3 age confidence devDependencies patch
codemirror 5.65.85.65.21 age confidence peerDependencies patch
codemirror 5.65.85.65.21 age confidence dependencies patch
eslint (source) 8.57.08.57.1 age confidence devDependencies patch
eslint-config-prettier 9.1.09.1.2 age confidence devDependencies patch
eslint-plugin-import 2.29.12.32.0 age confidence devDependencies minor
eslint-plugin-jsdoc 39.3.639.9.1 age confidence devDependencies minor
eslint-plugin-no-only-tests 3.0.03.4.0 age confidence devDependencies minor
eslint-plugin-security 1.5.01.7.1 age confidence devDependencies minor
husky 8.0.18.0.3 age confidence devDependencies patch
jsdom 29.1.029.1.1 age confidence devDependencies patch
moment (source) 2.29.42.30.1 age confidence devDependencies minor
moment-timezone (source) ^0.5.37^0.5.37 || ^0.6.0 age confidence peerDependencies minor
moment-timezone (source) 0.5.370.6.2 age confidence dependencies minor
ng-in-viewport (source) 13.0.013.0.1 age confidence peerDependencies patch
node (source) 22.16.022.22.2 age confidence volta minor
node (source) 20.19.020.20.2 age confidence minor
prettier (source) 2.7.12.8.8 age confidence devDependencies minor
pretty-quick 3.1.33.3.1 age confidence devDependencies minor
rxjs (source) 7.8.17.8.2 age confidence devDependencies patch
rxjs (source) 7.8.17.8.2 age confidence dependencies patch
start-server-and-test 1.14.01.15.4 age confidence devDependencies minor
ts-node (source) 10.9.110.9.2 age confidence devDependencies patch
tslib (source) 2.4.02.8.1 age confidence dependencies minor
webpack-bundle-analyzer 4.6.14.10.2 age confidence devDependencies minor
yarn (source) 4.9.24.14.1 age confidence packageManager minor
yarn (source) 4.9.24.14.1 age confidence volta minor

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v2.5.0

Compare Source

Bug Fixes
  • add angular-compiler to publish script (5c86802)
  • angular-compiler: add type-only import elision to angular compiler (#​2249) (f66f042)
  • angular-compiler: auto-import decorator classes for signal api downleveling in jit (d8a6265)
  • angular-compiler: construct setClassMetadata entries as plain objects (546f427)
  • angular-compiler: correct signal aliases, query refs, inheritance (d57bc61)
  • angular-compiler: dedupe declarations across imports and module exports (919009a)
  • angular-compiler: default contentChild() descendants to true (4849312)
  • angular-compiler: defensive BinaryOperator map for Angular v19/v20 (1a91f93)
  • angular-compiler: defensive isAssignment check for Angular 20.0.0 (8583dd1)
  • angular-compiler: emit /@​PURE/ on Ivy field assignments (c0d4f69)
  • angular-compiler: emit bracket access for non-identifier field keys (956c703)
  • angular-compiler: emit defer deps as import().then(m => m.X) (56d9fd5)
  • angular-compiler: emit invalidfactory for explicit import type di tokens (2f2204f)
  • angular-compiler: extract output() alias in registry (e7b1d0d)
  • angular-compiler: forward @​Injectable provider config to compileInjectable (ed9c264)
  • angular-compiler: hoist helpers via appendLeft when insertPos is 0 (8a15184)
  • angular-compiler: hoisted helpers survive type-only import elision (99e1ba4)
  • angular-compiler: hostDirectives, emitExpr safety, TDZ hoisting, misc compilation fixes (#​2255) (796e3e0)
  • angular-compiler: improve handling of type elision for imports/exports (#​2257) (1605a7b)
  • angular-compiler: make hoisting dependency-aware to prevent TDZ (#​2286) (f33f6b5)
  • angular-compiler: merge styleUrl into existing inline styles array (56b109f)
  • angular-compiler: parse signal query read/descendants options (175356c)
  • angular-compiler: preserve @​Injectable in JIT mode for providedIn registration (1a9745c)
  • angular-compiler: preserve constructor di token imports from elision (#​2270) (9de43fa)
  • angular-compiler: preserve ivy fields when lowering trailing class field (79cd5c1)
  • angular-compiler: preserve operator precedence in emitted binary expressions (#​2275) (e2dfb5a)
  • angular-compiler: provide flat defer fields on Angular v17 (70a4d9b)
  • angular-compiler: reject ambiguous union/intersection DI tokens (c379707)
  • angular-compiler: set componentMeta.interpolation for partial mode on v19/v20 (a09ff88)
  • angular-compiler: skip arrow fn types when finding assignment = … (#​2274) (992e180)
  • angular-compiler: strip ESM .js extension when probing dts re-exports (d1f65ef)
  • angular-compiler: track hasTransform on signal inputs in registry (fd8acd4)
  • angular-compiler: unwrap forwardRef inside @​Inject decorator (dcb221a)
  • angular-compiler: use original export name for aliased defer imports (6ab34dd)
  • angular-compiler: wrap switch cases in blocks for biome lint (8fc75d9)
  • angular-compiler: wrap Write*Expr emissions in parens for nesting precedence (48f80e4)
  • content: scope slash-containing slugs to file's subdirectory (#​2318) (ee69df7)
  • correct release config replacement file path (c91ce2d)
  • platform: reset cached tViews between SSR requests for correct i18n locale switching (#​2301) (a29465d)
  • router: reset cached tViews between SSR requests for correct i18n locale switching (#​2295) (d2ce3e5)
  • storybook-angular: forward applyDecorators in testing (#​2236) (31d996c)
  • storybook-angular: use oxc config instead of esbuild for Vite 8 (#​2313) (ef16e7e)
  • vite-plugin-angular,angular-compiler: support Vite 6-8 and fix type-elision helper loss (0aa26e0)
  • vite-plugin-angular: add Vite Plugin Registry compatibility (#​2314) (c3444d1)
  • vite-plugin-angular: bypass server.fs restrictions on ?raw template imports (#​2259) (87512a2)
  • vite-plugin-angular: fix vitest sourcemap plugin for Vite 7 (74d52e7)
  • vite-plugin-angular: handle .ts files not in Angular program (#​2265) (fda852d)
  • vite-plugin-angular: honor Vitest test.css semantics to skip CSS preprocessing (#​2298) (d7bd331)
  • vite-plugin-angular: keep barrel registry in sync at dev time (f5f7ef1)
  • vite-plugin-angular: let CSS ?inline imports flow through Vite's pipeline (#​2311) (ae803bb)
  • vite-plugin-angular: return empty CSS instead of raw SCSS when test.css is disabled (#​2306) (eef84de)
  • vite-plugin-angular: route template/style imports through virtual module ids (#​2287) (98cfe64)
  • vite-plugin-angular: stop matching .tsrx in TS extension regex (2d23b19)
  • vite-plugin-angular: use empty string instead of undefined for mapRoot/sourceRoot overrides (beta) (#​2322) (cfd6cd6)
  • vite-plugin-angular: use virtual modules for external JIT styles (#​2283) (add0337)
  • vitest-angular: clean generated snapshot ids (#​2238) (ac933ba)
  • vitest-angular: normalize snapshot whitespace (#​2237) (d1ba31f)
Features
  • add @​analogjs/angular-compiler package (#​2221) (d2dfbe0)
  • angular-compiler: add partial compilation mode for library support (#​2269) (bfe0c62)
  • angular-compiler: expand tuple barrel imports for spartan-style libs (bf4595f)
  • angular-compiler: resolve ${var} interpolation in metadata strings (79ade33)
  • angular-compiler: structured debug logging via obug (b155f53)
  • angular-compiler: support useDefineForClassFields: false (#​2267) (f0a5908)
  • astro-angular: add support for client hydration with Angular components (#​2212) (d36de5b)
  • docs: add AI integrations guide (#​2234) (545f8fc)
  • improve hmr with dynamic ivy field copying and directive/pipe support (d568bf2)
  • platform: add shiki skipLangs option for analog v2 (#​2282) (d6e932c)
  • platform: passthrough fastCompile and fastCompileMode to vite-plugin-angular (f085ecc)
  • resolve ngmodule exports to correct sub-entry import paths (07bc3d1)
  • runtime i18n support with $localize (#​2268) (7dbc7df)
  • vite-plugin-angular: add globalThis external-registry hook for fastCompile (aabb5ab)
  • vite-plugin-nitro: add recursive option to PrerenderContentDir (#​2318) (42a5524)
Performance Improvements
  • angular-compiler: optimize using oxc, add tests, consolidate strings (#​2260) (64a4696)

2.4.10 (2026-04-21)

Bug Fixes
  • vite-plugin-angular: let CSS ?inline imports flow through Vite's native pipeline (#​2310) (07f8b47)

2.4.9 (2026-04-20)

Bug Fixes
  • content: scope slash-containing slugs to file's subdirectory (#​2318) (ee69df7)
Features
  • vite-plugin-nitro: add recursive option to PrerenderContentDir (#​2318) (42a5524)
angular/components (@​angular/cdk)

v21.2.9

Compare Source

aria
Commit Type Description
bf14cc9d9 fix menu: use computed for menu item patterns, with trigger on visible (#​33118)
cdk
Commit Type Description
3a3852d45 fix tree: enter/space key on child node should not toggle parent node expansion (#​33125)
material
Commit Type Description
51271c619 fix stepper: allow stepper to be labelled (#​33137)

v21.2.8

Compare Source

No user facing changes in this release

open-wc/open-wc (@​open-wc/semantic-dom-diff)

v0.20.1

Compare Source

Patch Changes

v0.20.0

Compare Source

Minor Changes
  • 935c8ff: Drop support for Node@​14
Patch Changes
  • 80c6ae6: Use latest @​web/* dependencies.
    Upgrade Rollup to v3.x

v0.19.9

Compare Source

Patch Changes
  • 9e49e7a: fix(deps): update @​web/* dependencies

v0.19.8

Compare Source

Patch Changes
  • 2629244: Change return type from Assertion to Promise
moment/moment-timezone (@​types/moment-timezone)

v0.5.30

Compare Source

  • Updated data to IANA TZDB 2020a. #​852
  • Fixed TypeScript definitions.

NOTE: You might need to un-install @types/moment-timezone. Check
#​858 for more info.

postcss/autoprefixer (autoprefixer)

v10.5.0

Compare Source

  • Added mask-position-x and mask-position-y support (by @​toporek).

v10.4.27

Compare Source

  • Removed development key from package.json.

v10.4.26

Compare Source

  • Reduced package size.

v10.4.25

Compare Source

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).

v10.4.23

Compare Source

v10.4.22

Compare Source

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

v10.4.21

Compare Source

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).

v10.4.13

Compare Source

  • Fixed missed prefixes on vendor prefixes in name of CSS Custom Property.

v10.4.12

Compare Source

  • Fixed support of unit-less zero angle in backgrounds (by 一丝).
dequelabs/axe-core (axe-core)

v4.11.4

Compare Source

v4.11.3

Compare Source

v4.11.2

Compare Source

v4.11.1

Compare Source

v4.11.0

Compare Source

Features
Bug Fixes
4.10.3 (2025-03-04)
Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2023
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b112de0 to 4839cf9 Compare July 7, 2023 16:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 43dc256 to 1c01948 Compare July 17, 2023 20:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from de175c8 to b6905aa Compare July 27, 2023 13:10
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from faa7574 to 5748937 Compare August 3, 2023 13:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from afc85cb to 9df896f Compare August 13, 2023 16:24
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cc56233 to 15d3630 Compare August 18, 2023 19:18
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2a60dc9 to 98da595 Compare September 8, 2023 21:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from da790b2 to c800080 Compare September 16, 2023 07:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 43321f5 to 0ea6f56 Compare September 24, 2023 09:14
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 39726be to bfee3ba Compare October 2, 2023 23:08
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 69412e4 to 92d6668 Compare October 7, 2023 01:57
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 26af66d to 4de4260 Compare October 18, 2023 09:37
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants